@charset "UTF-8";
/* CSS Document */
body {
  color: #555;
  font-family: "open-sans", sans-serif !important;
  font-style: normal;
}
.btn.btn-primary {
  background: #D5AFA5;
  border: 0px;
  letter-spacing: -.025em;
  margin-top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
}
.btn.btn-primary:hover {
  background: #a87272;
  border: 0px;
}
.navbar-brand img {
  height: 90px;
}
.navbar-custom {
  background: #D5AFA5;
  background: linear-gradient(330deg, rgba(196, 161, 152, 1) 0%, rgba(213, 175, 165, 1) 70%);
  border-bottom: 1px solid #bf9d94;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  font-weight: 600;
  font-size: 15px;
}
.navbar-custom .active {
  color: #fff;
}
@media (min-width: 991px) {
  .navbar-custom {
    padding: 10px 40px 10px 40px;
  }
}
.navbar-custom li.nav-item a.nav-link {
  color: #f4ebe8;
  opacity: .8;
}
@media (min-width: 991px) {
  .navbar-custom li a {
    margin-left: 18px;
  }
}
.navbar-custom li a:hover {
  color: #fff !important;
}
.jumbotron {
  background: #fff;
  background-image: url("../images/Hero.jpg");
  margin-top: 110px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 0px;
  height: 600px;
  border-bottom: 1px solid #9b9592;
}
@media (max-width: 575px) {
  .jumbotron {
    background-size: 220%;
    height: 460px;
  }
}
.jumbotron h1 {
  letter-spacing: -.05em;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 72px;
  color: #fff;
  border-bottom: 0px solid #d1d1d1;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 70px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
@media (max-width: 575px) {
  .jumbotron h1 {
    font-size: 44px;
    margin-top: 0px;
  }
}
.lead {
  font-weight: 400;
  margin-left: 8%;
  margin-right: 8%;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
@media (min-width: 575px) {
  .lead {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 20px;
  }
}
h1 {
  letter-spacing: -.04em;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 60px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
}
#about {
  background: #a87272;
  margin-top: 0px;
  color: #fff;
  font-weight: 300;
}
#about h1 {
  color: #fff;
  border-bottom: 1px solid #999;
}
#about .headshot {
  text-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #about .headshot {
    padding-bottom: 20px;
  }
}
#about .headshot img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #CCA79E;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.section {
  font-size: 20px;
  opacity: .5;
}
.section-services {
  font-size: 20px;
  opacity: .65;
}
#services {
  background: #fff;
  margin-top: 0px;
  font-weight: 300;
}
#services h1 {
  border-bottom: 1px solid #E8D7D2;
  color: #a87272;
}
#services .card-icon {
  width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#services .card-title {
  border-bottom: 1px solid #E8D7D2;
  padding-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
    text-align: center;
}
#services .card {
  background: rgba(0, 0, 0, .04);
  height: 100%;
  border: 1px solid #ece5e5;
}
#services .card-title {
  color: #A87272;
}
#services .card-body {
  font-size: 15px;
  padding-bottom: 0px;
}
#portfolio {
  background: #222;
  margin-top: 0px;
  color: #fff;
}
#portfolio h1 {
  color: #D5AFA5;
  border-bottom: 1px solid #555;
}
#portfolio h2 {
  font-weight: 600;
  font-size: 16px;
}
#portfolio .portfolio-grid img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  border: 1px solid #555;
}
#portfolio .portfolio-grid img:hover {
  cursor: pointer;
}
#testimonials {
  background: #f5f5f5;
  margin-top: 0px;
}
#testimonials h1 {
  border-bottom: 1px solid #ccc;
  color: #a87272;
}
#testimonials .testimony {
  padding: 0px 30px 0px 20px;
}
#testimonials .testimony {
  border-left: 3px solid #dfdfdf;
}
#testimonials .testimony-name {
  margin-bottom: -3px;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 600;
  color: #a87272;
}
#testimonials .testimony-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #888;
}
#contact {
  background: #fff;
  margin-top: 0px;
}
#contact h1 {
  color: #a87272;
  border-bottom: 1px solid #d1d1d1;
}
#footer {
  background: #a87272;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
}
#footer .social {
  height: 30px;
}
/** CAROUSEL **/