body {
  font-family: 'Roboto Condensed', sans-serif;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

 .navbar-brand {
   margin-top: -5px;
 }

 .navbar-inverse {
     background-color: rgba(13, 12, 12, .65);
     border-color: #090909;
 }

 .navbar {
     position: fixed;
     width: 100%;
     border-radius: 0px !important;
     margin-bottom: 0px;
     z-index: 99;
 }

 h3 {
   text-align: center;
 }

 h2 {
   font-size: 39px;
   color: #805c47;
 }

 hr {
   border-top: 1px solid #d6c3b6;
 }


section {
  font-size: 1.5em;
}


.header_ {
  width: 100%;
  min-height: 650px;
  background-image: url('header.jpg');
  background-size: 100%;
  padding-top: 50px;
}
.header__inner {
  margin: 0 auto;
  padding: 25px 50px;
  width: 50%;
  color: #fff;
  text-align: center;
}
.header__inner .header_text {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3em;
}
.header__inner-actions {
  margin-top: 20px;
  text-align: center;
}
.header__inner-actions a {
  font-size: 4.5em;
}

#services {
  background-image: url('services.jpg');
  background-size: 100%;
  min-height: 300px;
  padding-top: 60px;
  font-size: 1.5em;
  padding-bottom: 50px;
}

.service-box {
  text-align: center;
}

.section {
  padding: 50px 0;
}

#ordering {
  background-image: url('dark.png');
  background-color: rgba(151, 224, 177, 0.7);
  padding: 50px 0;
}

#footer {
  padding: 50px 20px 10px 20px;
  color: #9f9f9f;
  font-weight: bold;
  border-top: 1px solid #292e30;
  background-color: #313739;
}

.footer-label {
  color: #757575;
}

.icon-links > a {
  margin-left: 10px;
  color: #9f9f9f;
  font-size: 1.7em;
}
.icon-links > a:hover {
  color: #f4f4f4;
  text-decoration: none;
}

.btn-apply {
  background-color: #f05331;
  color: #ffffff;
  border-radius: 10px !important;
  font-size: 1.7em !important;
}
.btn-apply:hover {
  background-color: #ee4520;
}

.copyright {
  margin-top: 30px;
  color: #636363;
}
.copyright a {
  color: #a1beb0;
}
.copyright a:hover {
  color: #53c376;
  text-decoration: none;
}

.header-link {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
.header-link:hover {
  color: #f76849;
  text-decoration: none;
}

.readMoreLink {
  color: #b56924;
}
.readMoreLink:hover, .readMoreLink :focus {
  color: #f20130;
  text-decoration: underline;
}

.top-offset {
  margin-top: 50px;
}

.text-center {
  text-align: center;
}

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

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

.text-light {
  color: #504938;
}

.color-wh {
  color: #fff;
}

