/* ADD YOUR CUSTOM CSS TO THIS FILE */
/* CSS HEX */

header {
  padding: 150px 20%;
}

.nav-link{ 
  font: bold 125% raleway, sans-serif;
  text-decoration: none; 
  color: #DECAC1;
  }

.nav-link a:visited { 
  font: bold 100% raleway, sans-serif;
  text-decoration: none; 
  color: white;
  }

.navbar-brand {
  font: bold 2em "playfair display sc", serif;
  text-transform: uppercase;
  color:#DECAC1;
}

.btn, .btn:visited {
  background-color: #A2C7C0;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.btn:hover, .btn:active {
  background-color: #5B8286;
  color: #A2C7C0;
}

.btn a {
  color: #5B8286;
  text-decoration: none;
}

.btn:hover a,
.btn:active a 
.btn:visited a {
  color: #A2C7C0;
}


#menu, #locations {
  background-color: #F2F8F5;
}

#about, #gallery, #contact {
	background-color: #E4F1EB;
}

#mainNav {
	background-color: #5B8286;
}

#footer {
	background-color: #A2C7C0;
}
.form-group {
  font: normal 14px raleway, sans-serif;
  line-height: 1.5;
  color: #384145;
}

header {
    background-image: url(images/tables.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center bottom ;
    height: 500px;
}

h1 {
  font: normal 400% "playfair display sc", serif;
  color: #384145;
  text-shadow: 3px 2px 8px #FCF4ED;
}

h2 {
  font: bold 300% "playfair display sc", serif;
  color: #384145;
}

h3 {
  font: bold 125% "playfair display", serif;
  color: #5B8286;
}

h4 {
  font: bold 200% raleway, sans-serif;
  color: #384145;
}

p {
  font: normal 18px raleway, sans-serif;
  line-height: 1.5;
  color: #384145;
  margin-bottom: 1em;
}

section {
  padding: 100px 20%;
}

footer { 
  padding: 40px 40px 40px 40px;
  text-align: center;
}

.btn {
font: normal 22px raleway, sans-serif;
  line-height: 1.5;
  color: #FFFFFF;
}

#about img {
  max-height: 490px;
}

#footer img {
  max-height: 20px;
}

#locations img, #about img {
	border: 4px solid #5B8286;
}
