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




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;
	
}




.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;

}

#header {


	
}


@media screen and (max-width: 600px) {
  #headerresp {
	 
	

  }
}

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

  }
}

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

  }
}

@media screen and (min-width: 601px) {
  #header {
	  


  }
}


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

	text-align:center;
 	
}

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


  }
}





.nav-item {
    
	font-family: 'Red Hat Display', sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: white;
    	font-size: 1.3em;
    	text-align: center;
	letter-spacing: 4px;

}

@media screen and (max-width: 600px) {
  .nav-item {
    font-size: 2.8vw;
	margin: 5px 8px 0 8px;
  }
}

.nav-item:hover {
    
	font-family: 'Red Hat Display', sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: white;
    	font-size: 1.3em;
    	text-align: center;
	letter-spacing: 4px;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;


}

@media screen and (max-width: 600px) {
  .nav-item:hover {
    font-size: 2.8vw;
	margin: 0 8px 0 8px;
	border-bottom: 1px solid #fff;
  }
}


.nav-item-active {
    
	font-family: 'Red Hat Display', sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: white;
    	font-size: 1.3em;
    	text-align: center;
	letter-spacing: 4px;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;
}


@media screen and (max-width: 600px) {
  .nav-item-active {
    font-size: 2.8vw;
	margin: 0 8px 0 8px;
	border-bottom: 1px solid #fff;
  }
}


.navbar-inverse{
  
 background:#1e2837 !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:#a3bfc6 !important;
    text-transform:uppercase;
    position:relative;
    z-index:1000;
	
  }
  a:hover{
    color:#FFF !important;
  }
  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;
}

.hover{
  display:block;
  position:absolute;
  width:0%;
  height:100%;
  top:0px;
  left:0px;
  background:#EE445F !important;
  z-index:0;
  opacity:0;
}

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

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



.description {

	margin: auto;
	width: 70%;	
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 2vw;
	color: #46504e;
	line-height: 1.75;
	font-family: 'Barlow', sans-serif;
	
	
	
}

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

	font-size: 5vw;
  
  }
}

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


}

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


}




.aboutcontainer {

	
	display: flex;
	margin: 20px 20px 0 20px;
	
	


}

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

	display: block;

  
  }
}

.aboutleft {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2vw;
	
}

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

	width: 90%;
	flex: 0;
  	font-size: 4.5vw;
	margin: auto;
  }
}

.aboutcenter {

	width: 33%;
	padding: 20px;
	flex: 1
	font-size: 2.5vw;
	
}

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

	width: 90%;
	flex: 0;
  	font-size: 4.5vw;
	margin: auto;

  }
}



.aboutright {

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

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

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


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;

}


.aboutleftabout {

	margin-right: 50px;
	width: 40%;
	

}

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

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


  }
}


.aboutrightabout {

	font-size: 18px;
	
	padding-right: 50px;
	width: 60%;


}

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

	width: 100%;
	font-size: 4.5vw;
		padding: 0 20px 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;
  
  }
}


.aboutpageleft {


	flex: 1;
	width: 50%;
	font-family: 'Barlow', sans-serif;
	border: 1px solid #273447;
  	border-radius: 5px;
	padding: 30px 80px 80px 80px;
	margin-right: 20px;
	line-height: 1.5;
	

}

.aboutpageright {


	flex: 1;
	width: 50%;
	font-family: 'Barlow', sans-serif;
	border: 1px solid #273447;
  	border-radius: 5px;
	padding: 30px 80px 80px 80px;
	margin-left: 50px;
	line-height: 1.5;

}

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

	margin-top: 10px;
	margin-right: 0;
	padding: 40px;
  
  }
}

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

	margin-top: 20px;
	margin-left: 0;
	padding: 40px;
  
  }
}

.invcontainer {

	
	display: flex;
	margin: 30px;
	flex-wrap: wrap;
	border: 1px solid #273447;
  	border-radius: 5px;
	
}


.invleft {


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

}

.invright {


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

}

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

	padding-bottom: 0;
	margin-right: 0;
	
	
  
  }
}

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

	
	margin-left: 0;
	
  
  }
}


.comingsooncontainer {

	
	display: flex;
	padding: 70px 0 70px 0;
	text-align: center;

}

.comingsoon {

	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 3.4vw;
	color: #68643e;
	letter-spacing: 3px;
	text-align: center;
	margin: auto;
	line-height: 1;

}


.aboutheads {

	font-family: 'capitolina', serif;
	font-weight: 700;
	font-size: 2.8vw;
	color: #33435b;
	letter-spacing: 3px;
	text-align: left;
	line-height: 1;
	
}

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

	font-size: 7vw;
	line-height: 1.1;
	text-align: left;

  
  }
}

.invheads {

	font-family: 'capitolina', serif;
	font-weight: 700;
	font-size: 3.4vw;
	color: white;
	letter-spacing: 3px;
	text-align: left;
	line-height: 1;
	
}

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

	font-size: 7vw;
	line-height: 1.1;
	text-align: left;
	color: white;

  
  }
}




.aboutusbutton {
  background-color: #666541;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  border: none;
  color: white;
  padding: 15px 42px 15px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
	margin: 20px 0 20px 0;
	border-radius: 6px;
}

.buttoncenter {

	text-align: center;

}


.caption {

	color: #848484;
	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;

}


#tir {
	
	background-color: #38445c;
	margin: auto;
	margin-top: 30px;
	padding: 50px 50px 50px 80px;
    	width: 100%;
	font-size: 8vw;
	color: white;
	letter-spacing: 2px;
	line-height: 1.2;
	
}

@media screen and (max-width: 600px) {
  #tir {

	padding-left: 60px;
	margin-top: 5px;
	
  }
}

#footer {
	
	position: relative;
  	display: inline-block;
	font-size: 1.75vw;
	color: #33425a;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: center;
	
}

@media screen and (max-width: 600px) {
  #footer {

	font-size: 2vw;
	
  }
}

#footertext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.65vw;
	margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #footertext {

	font-size: 2.5vw;
	
  }
}

#contactcontainer {

	
	display: flex;
	margin-top: 30px;

}

#contactleft {

	width: 40%;
	margin-left: 50px;
	padding: 0 10px 0 50px;
	flex: 1
	font-size: 2vw;

}

.contactform {

  padding: 10px;
	width: 50%;
	margin: auto;	


}



@media screen and (max-width: 600px) {
  #contactcontainer {

	display: block;
  
  }
}

@media screen and (max-width: 600px) {
  #contactleft {

	width: 90%;
	flex: 0;
  	font-size: 5vw;
	margin-left: 5px;
	padding: 15px;
  }
}



@media screen and (max-width: 600px) {
  .contactform {
	
		display: none !important;
	
  }
}

#contactformsmall {
	

	margin: auto;
    	width: 90%;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 2.1em;
	height: 100%;
	padding: 30px 0 30px 0;
	text-align: justify;
	text-justify: inter-word;

	
}

@media screen and (min-width: 601px) {
  #contactformsmall {
	
		display: none !important;
	
  }
}


.contactlabels {

	font-family: 'Roboto', sans-serif;
	font-size: 1.2vw;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3f3f3f;


}

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

	font-size: 4vw;
  
  }
}

.trainingheads {

	font-family: 'Bebas Neue';
	font-size: 6vw;
	color: #33435b;
	letter-spacing: 4px;

}

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

	font-size: 10vw;
  
  }
}

#servicesrow1 {

	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;



}

@media screen and (max-width: 600px) {
  #servicesrow1 {

	display: inline-block;
  
  }
}



#remodels {

	width: 30%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;


}

@media screen and (max-width: 600px) {
  #remodels {

	display: none;
  
  }
}

#remodelssmall {

	width: 80%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;

}

@media screen and (min-width: 601px) {
  #remodelssmall {

	display: none;
  
  }
}


#newbuilds {

	width: 30%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;


}

@media screen and (max-width: 600px) {
  #newbuilds {

	display: none;
  
  }
}

#newbuildssmall {

	width: 80%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;

}

@media screen and (min-width: 601px) {
  #newbuildssmall {

	display: none;
  
  }
}

#servicesrow2 {

	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;


}

@media screen and (max-width: 600px) {
  #servicesrow2 {

	display: inline-block;
  
  }
}


#property {

	width: 30%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 25px;


}

@media screen and (max-width: 600px) {
  #property {

	display: none;
  
  }
}

#propertysmall {

	width: 80%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;

}

@media screen and (min-width: 601px) {
  #propertysmall {

	display: none;
  
  }
}

#commercial {

	width: 30%;
	background-color: white;
	color: #000;
    	font-size: 1.4vw;
	text-align: center;
	align-items: center;
	padding: 25px;

}

@media screen and (max-width: 600px) {
  #commercial {

	display: none;
  
  }
}

#commercialsmall {

	width: 80%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;

}

@media screen and (min-width: 601px) {
  #commercialsmall {

	display: none;
  
  }
}

#site {

	width: 30%;
	background-color: white;
	color: #000;
    	font-size: 1.4vw;
	text-align: center;
	align-items: center;
	padding: 20px;

}

@media screen and (max-width: 600px) {
  #site {

	display: none;
  
  }
}

#sitesmall {

	width: 80%;
	background-color: white;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
	align-items: center;
	padding: 40px;

}

@media screen and (min-width: 601px) {
  #sitesmall {

	display: none;
  
  }
}

.wrapper{

	
}

a.button{
margin-left: auto;
margin-right: auto;
  display: block;
  width: 50%;
  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;

  }
}

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;
}

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

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


