/*
 * Globals
 */

body{
  margin: 0;
  padding: 0;
}

.home-page-wrapper{
  min-height:100vh;
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background image */
}

.btn-tall{
  height:65px !important;
  width:170px;
  text-align: center;
  color: #451E00;
  border: 3px solid #451E00;
}

.btn-tall:hover{
  color: #fff;
  background: #451E00;
  border: 3px solid #451E00;
}

.home-page-wrapper{
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4)), url('../../images/frontend/background.jpg');
}

a,
a:hover{
  color: #000;
}

hr{
  background-color: #000;
  opacity: 1;
  height: 4px !important;
  border: none;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}

.container{
    min-height: 600px;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 600;
  color: #451E00;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #451E00;
  border-bottom-color: #451E00;
}

.accordion-button:not(.collapsed) {
  color: #451E00;
  font-weight:bold;
  background-color: #f6eac8;
  box-shadow: inset 0 -1px 0 #451E00;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #451E00;
  outline: 0;
  box-shadow: none !important;
}

.text-left{
	text-align:left !important;
}

.text-right{
	text-align:right !important;
}


.text-justify{
	text-align:justify !important;
}

h1,
h4,
h2,
legend{
	background: #dbbc6a;
}

.no-highlight{
	background: none !important;
}

#contact-page img,
#contact-page iframe{
	border: 2px solid #000;
}

#contact-page h4{
	background: #dbbc6a;
}

