/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Muli:400i|Pacifico|Roboto:300,400,400i');

body {
  padding-top: 56px;
}

.full-height {
  height: 100%;
}

h1 {
    font-size: 50px;
    font-family: "Pacifico";
    color: #8c7360;
}

p {
  font-size: 16px;
  line-height: 35px;
  font-family: "Roboto";
  color: #8e8e8e;
  font-weight: 400:
}

.brown-bg-text {
  font-size: 14px;
 
  font-family: "Roboto";
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
  padding-left: 30px;
  padding-right: 30px;
}

.quote-text-brown-bg{
  color: #222023;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0rem;
  font-weight: 400;
  vertical-align: middle;
}

.lead {
  letter-spacing: 2px;
}

.nav-link{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #8c7360;
}

.rrss-foot{
  padding: 10px;
  color: #ffffff;
}

.fa, .fas, .fab {
  font-weight: 900;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.btn-outline-dark{
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8e8e8e;
  background-color: #f7f7f7;
  border-color: #8e8e8e;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #8c7360;
  border-color: #8c7360;
}

.mhg-header{
  padding-top: 400px;
  padding-bottom: 400px;
}

.mhg-title {
  font-size: 30px;
  color: #ffffff;
}

.mhg-subtitle {
  font-family: 'Muli';
  font-weight: 400i;
  font-size: 85px;
  color: #ffffff;
  letter-spacing: 5px;
}

@media only screen and (max-width: 600px) {
  .mhg-subtitle{
    font-size: 40px;
  }
}

.gallery-about{
  padding-right: 0px;
  padding-left: 0px;
}

-row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media only screen and (min-width: 768px) {
  .bg-image-full {
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  
  }
}

@media only screen and (max-width: 767px) {
  .bg-image-full {
    height: 10%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  
  }
}


.fa-pad{
  padding-right: 15px;
  color: #8c7360;
}


.header-img{
  width: 100%;
  height: auto;
}


@media only screen and (min-width: 768px){
  .parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
}

@media only screen and (max-width: 767px){
  .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
}


.no-padding{
  padding: 0px;
}

.offer-h2{
  color: #222023;
  font-weight: 400i;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.wquote{
  font-style: italic;
}

.wtitle{
  font-weight: 300;
}

.wdecrip{
  font-size: 14px;
}

.center-height{
  padding-top: 130px;
  padding-bottom: 130px;
}

hr { 
  color: #8c7360;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 200px;
  margin-right: 200px;
  border-width: 1px;
}

.wcontainer{
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1370px) {
  .wcontainer{
    padding-top: 200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1370px) {
  .wcontainer-clients{
    padding-top: 260px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.active{
  font-weight: 400;
}

.image {
	border-radius: 50%;
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin: 20px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px;
}

.image-container:hover .image {
  opacity: 0.3;
  padding: 10px;
}

.image-container:hover .middle {
  opacity: 1;
}

.video-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
}

.video-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.light-quote {
  width: 70%;
}

.width-70{
  width: 75%;
}

.text-area{
  padding: 60px;
}

.quote-container{
  padding: 40px;
  background-color: #222023;
  }

.quote-text{
  color: #8c7360;
  letter-spacing: 3px;
  margin-bottom: 0rem;
  font-weight: 400;
  vertical-align: middle;
}

.py-5{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bgr-brown{
  background-color: #8c7360;
}

.bgr-dark{
  background-color: #222023;
}

.bgr-light{
  background-color: #f7f7f7;
}

.footer-c{
  margin-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 20px;
  color: #8c7360;
  font-size: 12px;
}

p.email:before,
p.mobile:before{
  color: #8c7360;
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 20px;
   vertical-align: middle;
}

p.mobile:before {
   content: "\f095";
}

p.email:before {
   content: "\f003";
}

.title-brown-bg {
  color: #ffffff;
}

.f-link {
  color: #FFFFFF;
}

.f-link:hover {
  color: #8c7360;
}

.img-size{
  height: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-test {
  display:block;
  margin:auto;
}

.our-team-cont{
  padding-top: 40px;
  padding-bottom: 40px;
}

.contacteiner{
  width:97.4%;
	height:30px;
	padding:5px 10px;
}

.b-contact{
  color: #8c7360;
}

.link-contact{
  color: #8e8e8e;
  padding-left: 15px;
}

.link-contact:hover{
  color: #8c7360;
}
