html,body
{
    	width: 100%;
    	margin: 0;
    	padding: 0;
	overflow-x: hidden; 
	font-family: 'Barlow', sans-serif;
	color: #000;
	background-color: white;
	scroll-behavior: smooth;
	
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #ffffff; /* Fallback */
  min-height: 100vh;
}




html {
    background-color: #ffffff;
}



a {

	text-decoration: none;
	color: white;
	letter-spacing: 2px;
	

}

a.mail {

	text-decoration: none;
	color: #fff;

}


a[href^=tel] {

	color: inherit;
	text-decoration: none;

}


h2 {

	font-family: 'Bebas Neue', sans-serif;
	color: #000;
    	font-size: 7vw;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	
}


h3 {

	font-family: 'Bebas Neue', sans-serif;
	color: #000;
	font-size: 4vw;
	letter-spacing: 1px;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
	
}



#header {
    display: flex;
}

#header img {
    display: block;
    width: 100%;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
@media screen and (max-width: 600px) {
  #header {
	
	margin-top: 0;

  }
}

.logooverlay {
  display: inline-block;
  position: absolute;
  top: 20%;
  text-align: center;
  width: 100%;


}

#video {
  
  right: 0;
  bottom: 0;
  width: 100%;

}

@media screen and (max-width: 600px) {
  #video {
	
	width: 800px;

  }
}

@media screen and (max-width: 600px) {
  #video {
	
	width: 700px;

  }
}

@media screen and (max-width: 600px) {
  .logo {
	
	width: 75%;

  }
}




.navbar-inverse{
  
 background:#545454 !important;


}



.navbar {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.navbar-inverse {
    border-radius: 0 !important;
}

.navbar-brand{
  font:14px Lato !important;
  text-transform:uppercase;
  color:#FFF !important;
  letter-spacing:2px;
  margin-top:2.5px;

  
}

.nav{
  margin-bottom:0px;
  a{
    font:500 14px Lato;
    letter-spacing:2px;
    padding:16px !important;
    color:white !important;
    text-transform:uppercase;
    position:relative;
    z-index:1000;
	
  }
  a:hover{
    color:#FFF !important;
  }

a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

a:hover::before {
  transform: scaleX(1);
}

  li{
    position:relative;
  }
}

.navbar-inverse .navbar-toggle{
  border:none;
}

.navbar-collapse{
  box-shadow:none !important;
  border:none !important;
}

.navbar-inverse .navbar-toggle:hover{
  background:transparent !important;
}

.navbar-inverse .navbar-toggle:focus{
  background:transparent !important;
}

.navbar-inverse .navbar-toggle:active{
  background:transparent !important;
}

.icon-bar{
  background:#a3bfc6 !important;
}



@media (max-width: 767px) {
.nav{
  padding-bottom:0px;
  a{
    padding:12px !important;
  }
}
}

@media (max-width: 480px) {
  .nav{
    padding-bottom:20px;
  }
}


.navlogobanner {

	width:100%;

}


@media screen and (max-width: 600px) {
  .navlogobanner {
	
	display: none;

  }
}

@media screen and (min-width: 601px) {
  .navlogobannermobile {
	
	display: none;

  }
}

.phone {
    position: absolute;
    right: 20px;   /* decrease this to move it farther right */
    top: 8px;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    color: white;
    letter-spacing: 4px;
    z-index: 9999;
}

@media screen and (max-width: 600px) {
  .phone {
	
	display: none;

  }
}


.contactstrip {

	background: #797a7d;
	padding: 2px;
	width: 100%;
	text-align: center;
	font-size:3vw;
	font-family: 'Barlow', sans-serif;
	color: white;
	letter-spacing: 4px;
	font-weight: bold;

}

@media screen and (max-width: 600px) {
  .contactstrip {
	
	font-size: 4.5vw;

  }
}


.contactstripotherpages {

	background: #797a7d;
	padding: 2px;
	width: 100%;
	text-align: center;
	font-size:3vw;
	font-family: 'Barlow', sans-serif;
	color: white;
	letter-spacing: 4px;
	font-weight: bold;

}

@media screen and (max-width: 600px) {
  .contactstripotherpages {
	
	font-size: 4.5vw;
	padding-bottom: 5px;

  }
}

@media screen and (min-width: 601px) {
  .contactstripotherpages {
	
	display:none;

  }
}



.services {

	font-family: 'Teko', sans-serif;
	font-size: 4.5vw;
	color: #6d6a3f;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 20px;

}

@media screen and (max-width: 600px) {
  .services {
	
	font-size: 11vw;

  }
}

.servicestext {

	font-size: 1.5vw;
	color: #46504e;
	line-height: 2;
    	text-align: justify;
	text-justify: inter-word;

}



.navwrapper {
 
	width: 100%;
	margin: 35px 0 35px 0;
	position: absolute;
	top: 20px;
	right: 0;

	text-align:center;
 	
}

@media screen and (max-width: 600px) {
  .navwrapper {
	margin: 5px 0 5px 0;  
	top: 20px; 


  }
}



.description {
    width: 100%;
    min-height: 400px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2vw;
    color: white;
    line-height: 1.75;
    font-family: 'Barlow', sans-serif;
    background-image: url("/images/truck.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


@media screen and (max-width: 600px) {
  .description {

	
	background-size: 100% auto;
background-position: center top;
	
  
  }
}

.descriptiontext {

	margin: auto;
	width: 90%;	
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	
	
}

.descriptionhead {

	font-size: 3vw;
}

@media screen and (max-width: 600px) {
  .description {

	
	background-size: 150vh;
	
  
  }
}

@media screen and (max-width: 600px) {
  .descriptiontext {

	font-size: 4vw;
	background-image: ;

  
  }
}

@media screen and (max-width: 600px) {
  .descriptionhead {

	font-size: 5vw;
	background-image: ;

  
  }
}

.aboutdescription {

	
	width: 100%;	
	text-align: center;
	margin-bottom: 20px;
	font-size: 2vw;
	color: white;
	line-height: 1.75;
	font-family: 'Barlow', sans-serif;
	background-color: #083e53;
	
}

@media screen and (max-width: 600px) {
  .aboutdescription {

	
	background-size: 150vh;
	
  
  }
}

.aboutdescriptiontext {

	margin: auto;
	width: 90%;	
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	
	
}


@media screen and (max-width: 600px) {
  .aboutdescriptiontext {

	font-size: 4vw;
	background-image: ;

  
  }
}


.responsiveabout {
	width: 100%;
  	height: auto;


}

.responsiveaboutphotos {
	width: 100%;
  	height: auto;


}




.aboutcontainer {

	
	display: flex;
	padding: 40px;
	color: #46504e;
	background-color: black;
	margin-bottom: 50px;



}

.homeaboutcontainer {

	
	display: flex;
	padding: 20px;
	color: #46504e;
	background-color: white;


}

.aboutleft {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
}


.aboutpageleft {

	width: 40%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
		
}

@media screen and (max-width: 600px) {
  .aboutpageleft {

	margin-top: 10px;
	margin-right: 0;
	padding: 30px;
	width: 100%;
  
  }
}


.aboutpageright {

	width: 60%;
	padding: 20px 40px 40px 40px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
	
		
}


@media screen and (max-width: 600px) {
  .aboutpageright {

	margin-top: 0;
	margin-left: 0;
	padding: 0 30px 30px 30px;
	
  		width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .aboutcontainer {

	display: block;
	padding: 10px;

  
  }
}


.aboutleftabout {

	width: 40%;
	padding: 20px 30px 50px 50px;
	flex: 1
	font-size: 2vw;
	
}

.aboutcenter {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
}


.aboutright {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
		
}




.aboutrightright {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;
		
}


.aboutrightabout {

	width: 60%;
	padding: 20px 50px 50px 30px;
	flex: 1
	font-size: 2vw;
	font-family: 'Barlow', sans-serif;

		
}


.servicestitles {

	
	padding:10px;
	font-size:2.5vw;



}


@media screen and (max-width: 600px) {
  .servicestitles {

	font-size:8vw;

  
  }
}


img.responsiveabout {

	
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	opacity: 1;


}

img.responsiveabout:hover {


    opacity: 0.5;

}

img.responsiveaboutphotos {

	
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	opacity: 1;


}

img.responsiveaboutphotos:hover {


    opacity: 0.5;

}


@media screen and (max-width: 600px) {
  .homeaboutcontainer {

	display: block;

  
  }
}



@media screen and (max-width: 600px) {
  .aboutleft {

	width: 97%;
	flex: 0;
  	font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  .aboutleftabout {

	width: 100%;

  	font-size: 5vw;
	padding: 0 0 20px 0;


  }
}


@media screen and (max-width: 600px) {
  .aboutcenter {

	width: 97%;
	flex: 0;
  	font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  .aboutright {

	width: 97%;
	font-size: 4.5vw;
	
  
  }
}

@media screen and (max-width: 600px) {
  .aboutrightright {

	width: 97%;
	font-size: 4.5vw;
	
  
  }
}

@media screen and (max-width: 600px) {
  .aboutrightabout {

	width: 100%;
	font-size: 4.5vw;
	padding: 0 0 20px 0;
  
  }
}




.aboutpagecontainer {

	
	display: flex;
	margin: 50px 100px 100px 100px;
	flex-wrap: wrap;
	
	
}

@media screen and (max-width: 600px) {
  .aboutpagecontainer {


	margin: 30px 40px 40px 40px;
  
  }
}




.invcontainer {

	
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin:auto;
	margin-bottom: 20px;
	background-color: white;
	
	
}


.invleft {


	flex: 1;
	width: 50%;
	font-family: 'Barlow', sans-serif;
	margin-right: 10px;
	min-width: 200px;
	padding: 10px;
	

}

.invright {


	flex: 1;
	width: 50%;
	font-family: 'Barlow', sans-serif;
	padding: 20px;
	margin-left: 10px;
	min-width: 200px;
	line-height: 2;
	font-size: 1.5vw;
	
}

@media screen and (max-width: 600px) {
  .invcontainer {

	width: 90%;
	
	
  
  }
}

@media screen and (max-width: 600px) {
  .invleft {

	padding-bottom: 0;
	margin-right: 0;
	text-align: center;
	
	
  
  }
}

@media screen and (max-width: 600px) {
  .invright {

	
	margin-left: 0;
	font-size: 4vw;
	padding: 5px;
	
  
  }
}



.caption {

	color: white;
	font-size: 1.4vw;
	margin: 8px 8px 0 0;
	display: block;
	text-align: right;
	
}

@media screen and (max-width: 600px) {
  .caption {

	font-size: 3vw;
	
  }
}

#blank {

	height: 500px;

}


a.button{
margin-left: auto;
margin-right: auto;
  display: block;
  width: 55%;
  padding: 10px;
  font-size: 22px;
  font-family: sans-serif;
  text-decoration: none;
  color: #273447;
  border: 2px solid #333;
  border-radius: 4px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  a.button {
    font-size: 3.5vw;
	width:80%;

  }
}

a.button span{
  position: relative;
  z-index: 2;
}

a.button:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #273447;
  transition: all .35s;
}

@media screen and (max-width: 600px) {
  a.button:after {
    
	background: white;

  }
}

a.button:hover{
  color: #fff;
}

a.button:hover:after{
  width: 100%;
}





.wrapper {
	padding: 30px 0;
	position: relative;
	margin: 40px 0;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
}
.imgBox {
	display: none;
	
}

@media screen and (max-width: 600px) {
  .imgBox {
    height: 275px;
	

  }
}

@media screen and (max-width: 900px) {
  .imgBox {
    height: 275px;
	

  }
}

.imgBox img {
	display: none;
}
.carousel-inner {
    background-color: #d9d9d9;
    border-radius: 25px;
}

.carousel-inner .item {
    height: 250px;
}
.carousel-caption {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 0 25px;
}
.carousel-caption h3 {
	font-size: 50px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-family: 'Allura', cursive;
	color: #262626;
	text-shadow: none;
}
.carousel-caption h4 {
	color: #2b2626;
	text-shadow: none;
}
.carousel-caption p {
    font-size: 25px;
    width: 90%;
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: #2b2626;
    text-shadow: none;
    line-height: 1.3;
}



@media screen and (max-width: 600px) {
  .carousel-caption p {
    font-size: 5vw;
	

  }
}

.carousel-indicators li {
	background-color: #ddd;
	width: 50px;
}
.carousel-control {
	color: #2b2626;
}
.carousel-indicators .active {
	background-color: #2b2626;
	width: 20px
}
.carousel-indicators {
	bottom: 10px;
}


.quoterow {

	width:100%;
	background-color: #083e53;
	padding: 0 30px 0 30px;
	display: flex;
	
	
}

@media screen and (max-width: 600px) {
  .quoterow {

	display: block;

  
  }
}

/* Contain demo size */
.quotecontainer {
  width: 33%;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	

}

@media screen and (max-width: 600px) {
  .quotecontainer {
    width:100%;
	margin-bottom: 40px;

  }
}

.quote {
  background-color: #0c63a0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 20px;


}

.name {
  background-color: #cdb621;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* Reset */
blockquote {
  padding: 0 !important;
  margin: 0 !important;
	border-left: 0 !important;
}

blockquote::after {
  border-color: transparent #0c63a0 transparent transparent !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 20px !important;
  top: 40px !important;
  content: " " !important;
  display: block !important;
  right: 75% !important;
  position: relative !important;
}

.navbar {
    margin-bottom: 0 !important;
}

