@font-face {
    font-family: 'dustismo';
    src: url('../font/dustismo_roman-webfont.eot');
    src: url('../font/dustismo_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dustismo_roman-webfont.woff') format('woff'),
         url('../font/dustismo_roman-webfont.ttf') format('truetype'),
         url('../font/dustismo_roman-webfont.svg#dustismo_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dustismo_romanbold';
    src: url('../font/dustismo_roman_bold-webfont.eot');
    src: url('../font/dustismo_roman_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dustismo_roman_bold-webfont.woff') format('woff'),
         url('../font/dustismo_roman_bold-webfont.ttf') format('truetype'),
         url('../font/dustismo_roman_bold-webfont.svg#dustismo_romanbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {overflow-x: hidden;font-family:'dustismo';line-height: 1.5;}
.mt-60{margin-top:60px;}
.pl-80{padding-left: 80px;}
img{max-width:100%;}

a{
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}

#mainNav .navbar-nav .nav-item .nav-link{
    font-size: 17px;
    font-weight: 500;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #484848;
    }
.main-section{
  background:url(../images/background.jpg);
  background-size: cover;
}
.main-section h3{
  font-weight:bold;
  text-transform: uppercase;
}
.vin-brief{
  font-size: 25px;
  margin: 50px auto;
	line-height:1.4;
  text-align: center;
	color:#392f2a;
}
/*
.our-journey h1{
  font-size: 54px;
}
.our-journey h3{
  font-size: 33px;
  margin:33px 0px;
}
.hr-line{
  height: 1px;
  background-color: #494949;
  width: 42%;
  margin: 0px auto;
}
.hr-line2{
  height: 1px;
  background-color: #494949;
  width: 50%;
  margin: 0px auto;
}

.our-values h1{
  margin-bottom: 20px;
}
.our-values p{
  font-size: 18px;
  padding: 20px 0px 60px 0px;
}
#mainNav .navbar-nav .nav-item .nav-link:hover{
  color: #c0442f;
}

#mainNav {
  background-color:#e6e3e1;
}

#mainNav .navbar-toggler {
  font-size: 30px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
}


#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #c0442f;
}

#mainNav .navbar-nav .nav-item .nav-link{
    font-size: 17px;
    font-weight: 500;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #484848;
}

@media (min-width:992px) {
     #mainNav
    {
        padding-top:25px;padding-bottom:25px;
        transition:padding-top .3s,padding-bottom .3s;
        border:none;
        background-color:transparent;
    }
    #mainNav .navbar-brand{
        font-size:1.75em;
        transition:all .3s;}
    #mainNav .navbar-nav .nav-item .nav-link
    {
        padding: 1.1em 1.6em!important;
    }
    #mainNav.navbar-shrink
    {
        padding-top:0;
        padding-bottom:0;
        background-image: url(../img/navbar-bg.png);
        background-size: cover;
    }
    #mainNav.navbar-shrink .navbar-brand{font-size:1.25em;padding:12px 0}}
 

header.masthead-2
    {
    text-align:center;
    color:#fff;
    background-image:url(../img/main-banner-op2.png);
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    background-size:cover;
    height: 800px;
}

*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  padding: 5rem 0 2.5rem 0;
  background:#393632 url(../images/footer-bg.jpg) no-repeat center center;
	background-size:cover;
  margin-top: 33px;
  }
  
  .footer h3 {
  color: #ffffff;
  font-size: 26px;
  text-align: left;
  }

.footer h3:after {
	content: '';display: block;background: #fff;width: 40px;height: 3px;margin:18px 0 20px;
}
  .footer ul li {
  margin-bottom: 10px;
  }
  
  .footer a {
  color: #ffffff;
	  display: inline-block;
  }
  
  .footer .copyright {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
  }
  
.footer .copyright span{display: inline-block;}

  .footer .footer-brief{
  color: #ffffff;
  font-size: 15px;
  }
.footer .footer-brief img{
	margin:8px 0 16px;
}
.footer .social a{display:inline-block;opacity: 1;}
.footer .social a:hover{opacity:0.7;}

  .footer .social span{
	  text-align: center;
	  font-size: 20px;
	  line-height: 1.25;
  padding: 6px;
  color: #393632;
  margin: 6px;
  background:url(../images/social-icon-bg.png) no-repeat center center;
	  width: 35px;height: 35px;
  }
  /*mediaqueries*/
@media only screen and (max-width: 320px){

}
 /*for small screen*/
@media only screen and (min-width: 320px) and (max-width: 479px){ }
@media only screen and (min-width: 480px) and (max-width: 767px){ }
@media only screen and (min-width: 768px) and (max-width: 991px){ }
@media only screen and (min-width: 992px) and (max-width: 1199px){ }
@media only screen and (min-width: 1200px) and (max-width: 1320px){}
@media only screen and (min-width: 1321px) and (max-width:1600px) {}
@media only screen and (min-width: 1601px) and (max-width: 1920px){
  header.masthead
  {
  text-align:center;
  color:#fff;
  background-image:url(../img/banner-main1.png);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:center center;
  background-size:cover;
  height: 800px;
}

}

/*Laxx*/


body,html {
  overflow-x: hidden;
}


#header i {
  font-size: 14pt;
  background: white;
  color: black;
  width: 30pt;
  text-align: center;
  height: 30pt;
  line-height: 30pt;
  border-radius: 15pt;
  margin-top: -10pt;
}

.left {
  position: absolute;
  left: 80pt;
}

.right {
  position: absolute;
  right: 80pt;
}

.chunkyText {
  font-size: 80pt;
  font-weight: 1000;
}

.crazyText {
  font-size: 40pt;
  font-weight: 1000;
  color: #5ee5d5;
  position: absolute;
  width: 100vw;
  text-align: center;
  margin-top: 500pt;
}

.bubble {
  position: absolute;
  margin-top: 100pt;
}

.block {
  position: absolute;
  width: 60pt;
  height: 60pt;
}

.bubble.a {
  width: 100pt;
  height: 100pt;
  border-radius: 50pt
}

.bubble.b {
  width: 130pt;
  height: 130pt;
  border-radius: 65pt
}

.bubble.c {
  width: 50pt;
  height: 50pt;
  border-radius: 25pt
}

section{z-index: 2;display: block;position: relative;overflow: hidden;}
.section-flex-animated p{color:#ded3c2;font-size: 22px; margin-bottom:50px;}

#section1{padding:140px 0}
section .mx-auto{display: block;}
#section1 h1{margin-bottom:40px;}
#section1 h1 + img{display: block;margin:0 auto;}

#section2 .vin-brief{margin-bottom:100px;}

.section-flex-animated {display: -ms-flexbox!important; display: flex!important; -ms-flex-pack: center!important; justify-content: center!important; -ms-flex-align: center!important; align-items: center!important; background:url(../images/brown-bg.png) no-repeat center center; background-size:auto 100%;height:650px;}
.section-container{display:flex;text-align: center;}
.text-container{padding:50px 15px;}

#section3 .animateme{margin:0 10px;}
#section3 .year{font-size:210px;font-weight: bold;color:#000;opacity:0.2;position:absolute;top:3%;left:1%;z-index:0;}

#section4 .container{width:870px;max-width:100%}

#section5 .animateme{margin:0 20px}
#section7 .animateme:last-child{margin-left:20px}


@media all and (max-width:1500px){
	#section3 .year{font-size:150px;}
}
@media all and (max-width:1199px){
	#section5 img{max-width:150px}
	#section7 img{max-width:200px}
}
@media all and (max-width:991px){
	.section-flex-animated{height:450px;}
	#section1 img{width:300px}
	#section1 h1 + img{width:450px;}
	#section2 img{width:400px}
	.vin-brief{font-size:20px;}
	#section3 img{max-width:100px}
	#section3 .year{font-size:150px; left:3%}
	#section5 img{max-width:90px}
	.section-flex-animated p{font-size:17px;}
	#section7 img{max-width:160px}
	.footer .pl-80{padding-left:15px;}
	
	.section-flex-animated{height:auto;background:url(../images/brown-bg-sm.png) center center;background-size:cover;padding:100px 0 70px;margin-bottom:30px !important;}
	.section-container{display:block;}
	#section3 img, #section5 img, #section7 img{max-width:none}
	#section3 .year{margin-top:100px;}
	.section-container .animateme{margin-bottom:50px !important;}
	.section-flex-animated p{font-size:22px;margin-bottom:15px;}
	.text-container{padding-top:0;}
	section img.mx-auto{max-width:80%;width:100%;}
}
@media all and (max-width:767px){
	.footer,.footer-brief, .footer h3{text-align: center;}
	.footer h3:after{margin-left:auto;margin-right: auto;}
	.footer .pl-80{margin:50px 0}
	.social{text-align:center;}
	.footer .copyright{font-size:16px;margin-top:40px;}
	#section1{padding:100px 0;}
	#section3 .year{font-size:100px;}
	#section1 img,#section2 img{max-width:80%}
}
@media all and (max-width:575px){
	#section3 .year{font-size:150px;}
}

