@font-face {
  font-family: "Montserrat-bold";
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}
body {
  font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707070;
  font-size: 18px;
}
h1,
h2 {
  font-family: Montserrat-regular;
}
h2 {
  font-size: 24px;
  color: #8b525c;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
.navbar-top {
  margin-bottom: 30px;
}
.navbar-top img {
  margin-top: 10px;
}
.navbar-top .navbar-nav {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .navbar-top .navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-top .nav > li {
    display: inline-table;
  }
}
.about .navbar-top,
.contact .navbar-top,
.services .navbar-top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
}
a {
  color: #9c3433;
}
a:hover {
  color: #a6898e;
}
.navbar-nav li.active a {
  color: #a6898e;
}
.nav > li > a:hover {
  background-color: transparent;
}
.index .big-title {
  background: url("../img/homepage-image.png");
  background-size: cover;
  text-align: center;
  padding: 170px 0 80px 0;
}
.index .big-title h1 {
  font-size: 47px;
  font-family: Montserrat-bold;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .big-title h1 {
    font-size: 40px;
  }
}
.index .services-listed {
  background: #FCF7E9;
  width: 100%;
}
.index .services-listed li {
  width: 16%;
  text-align: center;
  border-right: 1px solid #EBE2C9;
}
@media (max-width: 767px) {
  .index .services-listed li.border-b {
    border-bottom: 1px solid #EBE2C9;
  }
}
@media (max-width: 767px) {
  .index .services-listed li.review {
    border-right: none;
  }
}
.index .services-listed li.wider {
  width: 18%;
}
.index .services-listed li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .index .services-listed .nav > li {
    display: inline-table;
    width: 32%;
  }
}
.index .services-listed .navbar-nav > li > a {
  font-size: 19px;
  line-height: 24px;
  min-height: 126px;
  padding: 15px 10px;
}
@media (max-width: 1199px) {
  .index .services-listed .navbar-nav > li > a {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .index .services-listed .navbar-nav > li > a {
    font-size: 16px;
    min-height: 150px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .index .services-listed .navbar-nav > li > a {
    min-height: 120px;
  }
}
.index .introduction {
  padding: 40px 0 50px;
}
.index .introduction h2 {
  line-height: 1.4;
  color: #707070;
}
.services .sidebar h1 {
  color: #8b525c;
  font-size: 30px;
}
.services .sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 50px;
}
.services .sidebar ul li {
  padding-bottom: 20px;
}
.services .sidebar ul li small {
  margin-left: 5px;
  font-size: 14px;
}
.services .sidebar ul li a.active {
  color: #a6898e;
}
.services .col-md-8 {
  margin-top: 38px;
}
.services .col-md-8 .service-section {
  margin-top: 60px;
}
.services .col-md-8 .service-section h2 {
  margin-bottom: 30px;
}
.services .col-md-8 .service-section img {
  float: right;
  padding: 0 0 20px 30px;
}
@media (max-width: 480px) {
  .services .col-md-8 .service-section img {
    float: none;
    display: block;
    padding-left: 0;
  }
}
.services .col-md-8 .last-service {
  margin-bottom: 70px;
}
.about .col-md-12 {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .about .col-md-12 {
    margin-bottom: 70px;
  }
}
.about .col-md-12 img {
  float: left;
  padding: 0 30px 30px 0;
}
@media (max-width: 480px) {
  .about .col-md-12 img {
    display: block;
    float: none;
  }
}
.contact h1 {
  color: #8b525c;
  font-size: 30px;
  margin-bottom: 40px;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact div.message-form {
  margin-bottom: 70px;
}
.contact .form-group {
  margin-bottom: 20px;
}
.contact label {
  font-weight: normal;
  font-size: 16px;
}
.contact label.pull-right {
  font-size: 12px;
  color: #9c3433;
}
.contact .form-control {
  height: 38px;
  background-color: #F2F1E4;
  border: 1px solid #EBEAD3;
  box-shadow: none;
  font-size: 16px;
}
.contact textarea.form-control {
  height: 120px;
}
.contact .btn-default {
  color: #fff;
  background-color: #9c3433;
  border-color: #872A29;
  float: right;
  font-family: Montserrat-regular;
  font-size: 20px;
  padding: 6px 16px;
}
.contact .btn-default:hover {
  background-color: rgba(156, 52, 51, 0.9);
}
.contact .col-md-5 strong {
  font-size: 20px;
}
.contact h2.write {
  margin-top: 50px;
}
.contact div.w-d {
  padding-left: 0;
}
@media (max-width: 991px) {
  .contact div.e-d {
    padding-left: 0;
    margin-bottom: 70px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .contact div.e-d {
    margin: -138px 0 70px 220px;
  }
}
.contact .col-md-6 {
  margin-bottom: 30px;
}
.contact p.tel {
  font-size: 22px;
}
.contact p.division {
  font-size: 20px;
}
.contact p.address {
  font-size: 16px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */

  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  height: 60px;
  border-top: 1px solid #9c3433;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
}
