@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,400,700,900");
* {
  font-family: "Poppins", Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn {
  color: #89817D;
  font-size: 16px;
  line-height: 50px;
  width: 190px;
  margin-bottom: 10px;
}

.btn-black-border {
  border: 1px solid #89817D;
}

.navbar {
  height: 120px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .navbar {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-header {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.navbar .navbar-header .navbar-toggle {
  border-color: #89817D;
  border-radius: 2em;
  border-width: 2px;
  height: 46px;
  margin: 13px 15px;
}

.navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #89817D;
}

.navbar .navbar-header .navbar-brand {
  height: auto;
}

.navbar #myNavbar {
  background-color: #FFFFFF;
}

.navbar #myNavbar .nav {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .navbar #myNavbar .nav {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

.navbar #myNavbar .nav li a {
  font-size: 15px;
  color: #89817D;
}

#overview .jumbotron {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  #overview .jumbotron {
    background: none;
  }
}

#overview p {
  color: #FFFFFF;
  line-height: 400px;
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 992px) {
  #overview p {
    font-size: 20px;
    line-height: 2em;
    color: #89817D;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#overview_text {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ACA19B;
}

@media (max-width: 992px) {
  #overview_text {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

#overview_text h3 {
  font-size: 16px;
  line-height: 50px;
}

#overview_text p {
  font-size: 30px;
  font-family: "Crimson Text", Arial, serif;
}

@media (max-width: 992px) {
  #overview_text p {
    font-size: 19px;
  }
}

#about {
  margin-left: 0px;
  margin-right: 0px;
}

#about .about_photo, #about .about_text {
  height: 500px;
}

@media (max-width: 992px) {
  #about .about_photo, #about .about_text {
    height: auto;
  }
}

#about .about_photo {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

#about .about_text {
  background-color: #89817D;
  display: table;
}

#about .about_text .text_box {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  #about .about_text .text_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#about .about_text .text_box .title {
  font-size: 16px;
  line-height: 50px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

#about .about_text .text_box h2 {
  font-size: 30px;
  line-height: 44px;
}

#about .about_text .text_box p {
  font-size: 17px;
  font-family: "Crimson Text", Arial, serif;
}

#services {
  padding-top: 50px;
  padding-bottom: 50px;
}

#services h2 {
  color: #C5B8B1;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 16px;
  line-height: 50px;
}

@media (max-width: 992px) {
  #services h2 {
    line-height: 30px;
  }
}

#services p {
  color: #C5B8B1;
  font-size: 30px;
  font-family: "Crimson Text", Arial, serif;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  #services p {
    font-size: 19px;
    padding-bottom: 0px;
  }
}

#services h3 {
  color: #89817D;
  font-size: 16px;
  line-height: 50px;
}

#images {
  float: none;
}

#images .image-holder:nth-child(1) {
  padding-right: 0px;
}

@media (max-width: 992px) {
  #images .image-holder {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#images .image-lg, #images .image-sm {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#images .image-lg {
  height: 505px;
}

@media (max-width: 992px) {
  #images .image-lg {
    height: 245px;
    margin-bottom: 15px;
  }
}

#images .image-sm {
  height: 245px;
}

#images .image-sm:nth-child(1) {
  margin-bottom: 15px;
}

#contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  #contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#contact h2 {
  color: #C5B8B1;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 16px;
  line-height: 50px;
}

@media (max-width: 992px) {
  #contact h2 {
    line-height: 30px;
  }
}

#contact p {
  color: #C5B8B1;
  font-size: 17px;
  font-family: "Crimson Text", Arial, serif;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  #contact p {
    padding: 0px;
  }
}

#contact #contactform label {
  font-size: 14px;
  line-height: 40px;
  color: #89817D;
}

#contact #contactform input, #contact #contactform textarea {
  border-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(172, 161, 155, 0.1);
}

#contact #contactform input.btn {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 46px;
  border-width: 1px;
}

#contact .success_message i {
  color: #7ED321;
  font-size: 14px;
}

#contact .success_message span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #ACA19B;
  width: 90%;
  vertical-align: text-top;
}

footer {
  padding: 50px;
  background-color: #89817D;
}

footer .social-icons {
  margin-top: 30px;
}

footer .social-icons a:hover, footer .social-icons a:focus {
  text-decoration: none;
}

footer .social-icons a:nth-child(1) i {
  margin-left: 0px;
}

footer .social-icons a i {
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 20px;
}
