@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "Roboto";
}

/* Body */
body {
	width: 100%;
	margin: 0px;
    background-color: #fdf8f1;
    font-style: normal;
    font-weight: 200;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fdf8f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #CABD9D;	
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #93804f; 
}


a:link {
    text-decoration: none;
	color: #93804f;
}
a:visited {
    text-decoration: none;
    color: #93804f;
}
a:hover {
    text-decoration: none;
	font-weight: 800;
	color: #93804f;
	letter-spacing: 1px;
}
a:active {
    text-decoration: none;
}
a {
	font-family: 'Roboto', sans-serif;
	}

a.contact:link {
    text-decoration: none;
	color: #93804f;
}
a.contact:visited {
    text-decoration: none;
	color: #93804f;
}
a.contact:hover {
    text-decoration: none;
	font-weight: 400;
	color: #93804f;	
	letter-spacing: -.1px;
}
a.contact:active {
    text-decoration: none;
}
a.contact {
	font-family: 'Roboto', sans-serif;
	}


a.header:link {
    text-decoration: none;
	color: #FFFFFF;
}
a.header:visited {
    text-decoration: none;
	color: #FFFFFF;
}
a.header:hover {
    text-decoration: none;
	font-weight: 800;
	color: #FFFFFF;	
	letter-spacing: 1px;
}
a.header:active {
    text-decoration: none;
}
a.header {
	font-family: 'Roboto', sans-serif;
	}


a.ajax:link {
    text-decoration: none;
	color: #FFFFFF;
}
a.ajax:visited {
    text-decoration: none;
	color: #FFFFFF;
}
a.ajax:hover {
    text-decoration: none;
	font-weight: 800;
	color: #FFFFFF;	
	letter-spacing: 1px;
}
a.ajax:active {
    text-decoration: none;
}
a.ajax {
	font-family: 'Roboto', sans-serif;
	}

	






body,td,th {
color: #93804f;
font-weight: 200;
}






/* Containers */
.div0 {
    width: 70%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	height: auto;
    background-color: transparent;
	}

.logo {
	width: 50px;
	height: 50px;
/*	background-color: #93804f;*/
	float: left;
	margin-top: 21px;
	margin-right: 10px;
}

.logoimage {
	width: 50px;
}

.divcontentcontainer {
	float: left;
	width: 100%;
	height: calc(100vh - 270px);
	overflow: auto;
	z-index: 2;
}

.divslidecontainer {

	width: 100%;
	height: calc(100vh - 270px);
	overflow: hidden;
	object-fit: cover;
	z-index: 1;
	}

.slideimage {
height: calc(100vh - 270px);
width: 100%;
object-fit: cover;
filter: saturate(50%) brightness(100%);
z-index: 1;
}

.divgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	justify-items: center;
	grid-gap: 30px;
	grid-row-gap: 30px;
}

.divcell {
	width: 100%;
	height: auto;
	display: block;
	filter: saturate(50%) brightness(110%);
}

.cellcontainer:hover .divcell {
	filter: saturate(0%);
}

.celloverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition: .3s ease;
  background-color: #F9F5F5;
}
.cellcontainer{
	position: relative;
	width: 100%;
}

.cellcontainer:hover .celloverlay {
  opacity: .8;
}

.celltext {
  	color: #000000;
  	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	font-size: 18px;
  	position: absolute;
	font-weight: 300;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.divsectiontitle {
	width: 100%;
	height: 80px;
	margin-left: 0px;
	float: left;
}

.divcontent {

	width: 300px;
	height: 300px;
	position: relative;
	top: calc(50% - 150px);
  	bottom: 0;
  	left: 0;
 	right: 0;
/*	background-color: #93804f;*/

	display: flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	justify-content: center;
	
	}

.divaboutitem {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	column-gap: 50px;
	}

.divnewsitem {
	width: 100%;
	height: 60px;
	padding-bottom: 0px;
	
}

.newsimage {
	width: 300px;
	height: inherit;
	float: left;
	
}

.item {
	width: 100%;
	display: flex;

/*	padding-bottom: 0px;*/
	
}

.itemimage {
width: 50%;
	
}

.itemtext {

width: 70%;
margin-left: 50px;




	
}


.aboutimage {
	
	display: block;
  	margin-left: 0px;
  	margin-right: auto;
  	width: 50%;
	padding-right: 10px;
	
}






.projectimage {
	width: 100%;
	height: auto;
	filter: saturate(50%) brightness(110%); 
	padding-bottom: 10px;
}

.projectdrawing {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}


.centreimage {
	max-width: 900px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	justify-content: center;

}
	


.divabouttext, .divnewstext {
    width: calc(100% - 300px);
	
	height: inherit;
    float: right;
	padding-bottom: 0px;
}

.divlist {
	width: 30%;
}


/* Navigation */
header {
    
    height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color:  #93804f;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;

}

footer {
	float: left;
    height: auto;
}

.logotext {
    color: #FFFFFF;
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 20px;
    padding-top: 30px;
    margin-top: 0;
    letter-spacing: 1px;
}

logotext:hover a {
	font-weight: bolder;
}

.sectiontitletext {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #93804f;
 	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 0px;
    font-size: 18px;
	letter-spacing: 1px;
}
.newstitletext {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #93804f;
 	text-align: left;
    font-size: 18px;
	letter-spacing: 1px;
}



.sectionsubtitletext {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #93804f;
 	text-align: left;
    font-size: 15px;
	letter-spacing: 1px;
}

.captiontext {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
    color: #93804f;
 	text-align: left;
    font-size: 13px;
	letter-spacing: 1px;
}




.footertext {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    color: #93804f;
    font-size: 13px;
    letter-spacing: 1px;	
	text-transform: uppercase;
	line-height: 25px;
	float:left;
	width: auto;
}

.abouttext, ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1.1px;
	line-height: 25px;
	margin-top: 0px;
	
	width: auto;
}

.newstext {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1.1px;
	padding-top: 10px;
	
}

.contacttext {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 5px;
}

nav {  
 	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: right;
	color: #FFFFFF;
/*	width: 700px;*/
}

header nav ul {
	
	list-style: none;
    	
}
nav ul li {
	float: right;
	color: #FFFFFF;
    font-size: 15px;
    margin-top: 30px;
    margin-left: 20px;
    letter-spacing: 1px;
    font-weight: normal;
	line-height: 0.1;
}

ul li a {
	color: #FFFFFF;
    text-decoration: none;
	text-align: right;
	
}

ul li:hover a {
	color: #FFFFFF;
    font-weight: bolder;
}

.hero_header {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
    color: #F5F5F5;
    text-align: center;
    font-size: 111px;
    letter-spacing: 0px;
	width: 100%;
	margin-left: -10px;
}

.tagline {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
    text-align: center;
    color: #F5F5F5;
    margin-top: -30px;
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 26px;
    padding-left: 25px;
}


.fa {
/*	padding-left: 15px;*/
    font-size: 25px;
    text-decoration: none;
	padding-top: 5px;
}

.fa:hover {
/*  	opacity: 0.7;*/
	
}

.fa-facebook, .fa-linkedin, .fa-instagram {

}

.fa-phone, .fa-envelope, .fa-home, .fa-desktop, .fa-linkedin-square, .fa-instagram, .fa-facebook, .fa-facebook-square, .fa-linkedin, .fa-building {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	float: left;
	padding-right: 10px;
	padding-top: 6px;	
}

#slideshow {  
position: relative;
width: 100%; 
}

#slideshow > div { 
position: absolute;
width: 100%;
}

.logocontainer1 {
float: left;
width: auto;
}

.logocontainer2 {
float: right;
width: 0px;
}

.menu-icon > .line {
	margin-top: 20px;
	display: block;
	background-color: #FFFFFF;
    height: 4px;
	width: 0px;
    	    
}
.menu-icon > .line + .line {
    margin-top: 4px;
}




@media (min-width: 1px)and (max-width: 768px) {
	
	
a.header:link {
    color: #93804f;
}
a.header:visited {
    color: #93804f;
}
a.header:hover {
    color: #93804f;	
	
}
a.header:active {
    
}
a.header {
	
	}
	
	
	
.div0 {
    width: 90%;

	}
	
.menu-icon > .line {
    
	margin-top: 40px;
	display: block;
	background-color: #FFFFFF;
    height: 4px;
	width: 20px;
    	    
}
.menu-icon > .line + .line {
    
	margin-top: 4px;
}
	
.logocontainer2 {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-bottom: 10px;
width: 20px;
}
	
header {

	}
	
	
body {

	overflow: auto;
}
	

	nav {
		width: 180px;
		z-index: 2;
		
	}
	
header:hover nav ul li {display: block;}
.logocontainer2:hover nav ul li {display: block;}
.menu-icon:hover nav ul li {display: block;}
nav:hover nav ul li {display: block;}



header nav ul {
width: 180px;
text-align: left;
margin-left: 0px;
padding-left: 0px;
display: flex;
flex-direction: column-reverse;
background-color: rgba(255,255,255,.9);
z-index: 2;


}
	
	
nav ul li {
	display: none;
	padding-bottom: 17px;
	margin-left: 10px;
	
	}
	
ul li a {
	
	}
	
	
	
.fa {

}

.fa:hover {
opacity: 50%;
}

.divsectiontitle {
/*display: none;*/
}

	
.divcontentcontainer{
	height: auto;
}
	
	
.divgrid{
	height: auto;
	}
	
.divcontent {
	overflow: hidden;
	height: 300px;
}

.divaboutitem {
	display: inherit;
	}
	
.divabouttext {
    width: 100%;
	margin-top: 20px;

    float: left;
    height: auto;
}
	
.divnewstext {
    width: 100%;
    float: left;
    height: auto;
	margin-top: -20px;
}
	
	
	
.divlist {
	width: 100%;
}

.centreimage {
	width: 100%;
	height: auto;

}
	
.aboutimage {
		width: 100%;
	}
	
	
	.item {
		
		
		display:inline-block;
	}
	
.itemimage {
		width: 100%;
	}
	
.itemtext {
		width: 100%;
	margin-left: 0px;
	margin-top: 40px;
	}
	
	
.fa {
  	float: left;
	padding-right: 20px;
	padding-left: 0;
}

.divcontent {

	width: 200px;
	height: 200px;
	top: calc(50% - 100px);

	
	}

.hero_header {

    font-size: 74px;
    letter-spacing: 0px;
	width: 100%;
}

.tagline {
    margin-top: -20px;
    font-size: 26px;
    letter-spacing: 18px;
    padding-left: 14px;
}
	
	.footertext {

    font-size: 9px;
 
	line-height: 20px;

}

}

@media (max-width: 400px){
	
.tagline {
    margin-left: 0px;
}
	
}
