html {

      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;


}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading a
{
    visibility: hidden; 
}
.wf-active h1 .wf-inactive h1,
.wf-active h2 .wf-inactive h2,
.wf-active h3, .wf-inactive h3
.wf-active h4, .wf-inactive h4
.wf-active a, .wf-inactive a {
    visibility: visible;
}

@media only screen and (max-width: 1275px) {
    
	body {                }

	section.jumbotron1 h2  {}
	
	
	

	
	

}



@media only screen and (max-width: 1205px) {
    
	body {                }
	




}


@media only screen and (max-width: 1199px) {
    
	body {                }

	

	


}
 

@media only screen and (max-width: 1100px) {
    
	body {                }

	
	

	


}


@media only screen and (max-width: 991px) {
    
	body {                }
    section.jumbotron1 h2  {}
	div#contactboxwrap {padding: 30px 100px 0 100px;}
	div.rightbox {background-position: center;}



	
}


@media only screen and (max-width: 850px) {
    
	body {                }

    section.jumbotron1 h2  {}

	
	
	
	
	


}

@media only screen and (max-width: 750px) {
    
	body {       }
	
	
	div#logo img {margin-left: 10px; height: 40px; top: 25px;}
	section.jumbotron1 h2 {margin-left: 30px;top: 15px;}
	div.navigation {display: none;}
	div.navsymbol { display: block; margin-right: 15px;}
	div#contactboxwrap {width: 100%;}
	section.jumbotron1  { height: 100px; }
	div.jumbotron3 {height: 600px;}
	div.leftbox, div.rightbox {width: 100%; height: 300px; display: block;}
	div.leftbox p, div.rightbox p {margin-left: 30px;}
	div.leftbox h1, div.rightbox h1 {margin-left: 30px;}
	div.box1 {height: 1200px;}
	

	div.footer ul a {display: block; line-height: 12px; top: -40px;}
	div.footer p {top: 150px; padding-bottom: 50px;margin-bottom: 100px;}
	span#accreditation img { top:120px;; width: 110px; }
	



}




@media only screen and (max-width: 670px) {
    
	body {       }
	




}

@media only screen and (max-width: 600px) {
    
	body {       }
	
	div#contactboxwrap {padding: 30px 60px 0 60px;}


	

	



}


@media only screen and (max-width: 500px) {
    
	body {       }
	
	div#contactboxwrap {padding: 30px 40px 0 40px;}


	
	


}
	

@media only screen and (max-width: 450px) {
    
	body {       }
	
	


	



}

@media only screen and (max-width: 400px) {
    
	body {       }
	
	div#contactboxwrap {padding: 30px 30px 0 30px;}

	
	

	


}

@media only screen and (max-width: 350px) {
    
	body {       }
	
    section.jumbotron1 h2  {}
	

	



}
	


  body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 100%;
  margin-right: 0px;
}

button:focus {outline:0;}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    min-width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #ffffff;
	display: none;
  
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 2s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
}

/* Position the content inside the overlay */
.overlay-content {
    font-family: avenir, sans-serif;
	font-weight: 200;
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 0px;
    text-decoration: none;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    font-size: 50px;
    color: #000000;
    letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 50px;
	font-family: trumpgothicpro, sans-serif;
    font-style: normal;
    font-weight: 700;
	text-align: left;
	margin-left: 40px;

}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #999999;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
        
	font-family: avenir, sans-serif;
	font-weight: 200;
	position: absolute;
    top: 3%;
    right: 10%;
    font-size: 70px;
color: #4a2cef;
}

.closebutton {
	
	position: relative;
	margin-right: 16px;
	float: right;
	top: 22px;
	padding: 20px;

}

#closebar1 {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	top: 2px;
	position: relative;
	transform: rotate(-45deg);

	
}

#closebar2 {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	top: 0px;
	position: relative;
	transform: rotate(45deg);
	
}









header.container {
  height: 90px;
  width: 100%;
  font-family: avenir next, sans-serif;

	
	

	
}



#logo img {

    position: absolute;
	height: 50px;
	float: left;
	margin-left: 100px;
	display: block;
	top: 20px;
	
	
}








.navsymbol {
	
	position: relative;
	margin-right: 20px;
	float: right;
	top: 28px;
	cursor: pointer;
	display: none;
	
}
.bar {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	margin-top: 7px;
	
}



.navigation {
	
	float: right;
	height: 90px;
	margin-right: 100px;

}

.navigation a {
	
	position: relative;
	top: 35px;
	margin-left: 30px;
	color: #77776f;
    font-family: helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
}
.navigation a:hover {
	
	text-decoration: none;
	color: #9c883d;

}














.jumbotron1 {

	background-color: #383838;
    height: 120px;
	position: relative;
	width: 100%;
	top: 0;
	margin-top: 0 !important;
	padding-top: 0 !important;
	

}


.jumbotron1 h2 {

	position: relative;
	top: 30px;
	margin-left: 100px;
	color: #fff;
    font-family: helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	float: left;



}




.jumbotron3 {
	
	
	width: 100%;
	height: 300px;
	position: relative;
	top: 0;
	background-color: #f5f5f5;
	
}
.leftbox {
	
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	
	
	
}


.rightbox {
	
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	background-image: url( SRC/Mark_Gibbs_Road_Surfacing_Operating.jpg);
	background-size: cover;
	background-position: left;

	
	
	
}

.leftbox h1, .rightbox h1 {
	
	letter-spacing: 0.5px;
	text-align: left;
	top: 25px;
	font-size: 33px;
	position: relative;
	color: #121a22;
    font-family: trumpgothicpro, sans-serif;
    font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	margin-left: 100px;
	
}


.leftbox p, .rightbox p {
	
	text-align: left;
	position: relative;
	top: 50px;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-right: 25px;
	letter-spacing: 0.3px;

	
	
}

.leftbox address {
	
	margin-left: 100px;
	margin-right: auto;
	position: relative;
	text-align: left;
	top: 55px;
	display: block;

	
}


.leftbox i {
	
	margin-right: 10px;
	font-size: 14px;
	color: #000;
}

.box1 {
	
	
	width: 100%;
	height: 1000px;

}

.box1 h2 {
	
	font-family: trumpgothicpro, sans-serif;
	letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 33px;
	position: relative;
	top: 30px;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;

}




/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
	align-content: center;
	align-items: center;
	align-self: center;
	letter-spacing: 0.3px;
	border: none;
	background-color: #f5f5f5;
    padding: 13px; /* Some padding */  
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */


	
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    margin-top: 20px;
    padding: 12px 20px;
    border: 0em solid #000000;
	letter-spacing: 0.3px;
    background-color: #9c883d;
    color: #ffffff;
    border-radius:  0px !important;
    transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;
    position: relative;
	text-align: left;

}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: black;
	color: white;
}

/* Add a background color and some padding around the form */
#contactboxwrap {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px 180px 0 180px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 60px;



}

#fname1 {
	
	letter-spacing: 0.3px;
}


#email1 {
	
	letter-spacing: 0.3px;

}

#company1 {
	
	letter-spacing: 0.3px;

}

#contactno1 {
	letter-spacing: 0.3px;

}

#message {
	letter-spacing: 0.3px;

}


#responsebox {}

#responsebox p {
	
	text-align: left;
	color: black;
	position: relative;
	padding: 4px;
	padding-left: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #DF6E6F;
	font-weight: 400;
    font-style: normal;
	letter-spacing: 0.3px;
	border: 2px black solid;
		font-size: 13px;


	
}

#responsebox h4 {
	
	text-align: left;
	color: black;
	position: relative;
	padding: 4px;
		font-size: 13px;
	padding-left: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #88D38F;
	font-weight: 400;
    font-style: normal;
	letter-spacing: 0.3px;
	border: 2px black solid;

	
}




hr {
	
	width: 100%;
	border-width: 3px;
}










<!--FOOTER-->
.footer {

	height: 0px;
	padding: 0px;

	
	
}

.footer ul {
	
	font-family: avenir next, sans-serif;
	font-weight: 400;
	list-style: none;
	display: inline;
	width: 100%;
	padding: 80px;
	text-align: center;
	float: right;
	height: 0px;
	top: -20px;
	position: relative;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;


}

.footer ul a {
	
    font-family: helvetica, sans-serif;
    font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #a2a2a2;
	font-size: 13px;
	letter-spacing: 2px;
	display: inline;
	padding: 15px;
	text-align: center;
	top: -0.5em;
	position: relative;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	

	
}

.footer ul a:hover {
	
	color: #151515;
	text-decoration: none;
		transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	
}

.footer li {
	
	display: inline;
	text-align: center;


}

.footer p {
	
	display: inline;
	text-align: center;
	position: relative;
	font-size: 11px;

	width: 100%;
	top: 0em;
	float: left;
	color: #999999;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;


}

#accreditation img {
	
    position: relative;
	display: block;
	margin: auto;
	width: 140px;
	top: -2em;

	
	
}


#smalltext p {
	
	font-size: 11px;
	text-align: center;
	font-family: helvetica, sans-serif;
	font-weight: 200;
	color: grey;
	position: relative;
	top: 0px;
	
}

#smalltext a {
	

	text-align: center;
	font-family: helvetica, sans-serif;
	font-weight: 600;
	color: grey;
	text-decoration: underline;
	
}
