@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Avenir, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {margin-top:-0px;
	 
	padding-top: 0px;
	
	text-align: center;
	background-color:#fffffff;
	height: 80px;
    width:100%; 
	display:block; 
	position: relative;
	float: top; 
	z-index: 2; 
	
	/*
	align-self: center;
	height: 20em;*/
	
	
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin:0px;
	padding: 5px;
}

footer {
	padding: 20px 30px;
	background-color: #ffffff;
}

body {
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff; 
	max-width: 750px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

/*.hero {
	background-image: url(images/hero.jpg);
	background-size:auto;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;*/

.image { 
   position: relative; 
   width: 100%; 
}

.static1 {position:absolute;
/*
	width: 47%;
	height: inherit;
	padding:5px; 
	magin: auto;
	display:inherit
*/
	
}

.static1:hover  {opacity:0;} 

.static2 {position:absolute;
	width: 22%;
	height: inherit;
	padding:0px; 
	magin: auto;
	display:inherit
	
	
}
.static2:hover  {opacity:0;} 


.sioh1  {
  visibility: hidden;
}
 
.sioh1:hover {
  visibility: visible;
}

.sioh2 {
	visibility: visible; 
}

.sioh2:hover {
	visibility:hidden;
}
h1 {
	color: #000000;
	font-size: 10px;
	font-weight: 200;
	text-transform: uppercase;
	background-color: #FFFFFF; 
	text-align: center; 
	width: 100%;
	display:block;
	margin-top: 0px;
	padding: 30px; 
	
	
	/*margin:1px;
	padding-bottom: 1px;
	padding-top: 1px;*/
	
}


h2 {
	colour: #000000;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	 
	width: 100%;
	colour: #ffffff;
	font-size: 8px;
    text-transform: uppercase;
	font-weight: 200;
	position: absolute; 
	top: 50%; 
	left: 20%; 
}

h3 span { 
   color: white; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
	
}

h4 {
	color: #000000;
	font-size: 26px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	colour:#000000;
	font-size: 8px;
	font-weight: 400;
	margin-bottom: 35px;
}

.layer {
    background-color: rgba(200, 200, 200, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.project {
	border: 2px #FFFFFF solid; 
	padding: 15px; 
	background-color:#FFFFFF;
	text-align:left; 
	
	
}
.project-info {
	text-align:left; 
	vertical-align: bottom;
	padding-bottom: 15px;
}

.small {
	max-height: 150px;
	width: inherit;
}

.smaller {
	max-height: 110px;
	width: inherit;
}

.medium {
	max-height:200px;
	width: inherit;
}

.info-box-white {
	background-color:#FFFFFF;
	padding-top: 2px;
}

.col {
	width: 100%;
	padding: 0px; 
	background-color: #FFFFFF;
}
.row {
	background-color: #ffffff;	
	text-align: left;
}
.row-a {
	background-color: #ffffff;	
	display:block; 
	align-items: stretch;
}

.row:before, .row:after {
	content: "";
/*	if this does not work then change back to :table*/
	display: block;
	background-color: #ffffff;
}

.row:after {
	clear: both;
	background-color: #ffffff;
}



.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 0px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Phone View*/

@media (min-width: 450px){
	
	body {
		max-width: 300px;
	}
	
	.style-nav ul li {
		display: inline-block;
		text-align:center;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 90px;
		padding: 30px;
		 
	}
	
	h2 {
		font-size: 15px;
		margin-top: 90px;
		margin-bottom: 90px;
	}
  		
	p {
		font-size: 6px;
	}
	
	.col-md-one-half {
		width: 100%;
		padding: 0px; 
	}
	
	.col-md-one-fourth {
		width: 100%;
		float:left;
	}
	
	.col-md-three-fourth {
		width: 100%; 
		float:right;
	}
	
	.col {
		float:left;
		padding: 0px 1px 2px 1px;
	}

	}

/*Tablet View*/

@media (min-width: 767px){
	
	body {
		max-width: 750px;
	}
	
	.style-nav ul li {
		display: inline-block;
		text-align:center;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 15px;
		margin-top: 0px;
		margin-bottom: 90px;
		padding: 30px;
		 
	}
	
	h2 {
		font-size: 20px;
		margin-top: 90px;
		margin-bottom: 90px;
	}
	
	p{
		font-size: 10px; 
	}
  		

	
	.col-md-one-half {
		width: 50%;
		padding: 0px; 
	}
	
	.col-md-one-fourth {
		width: 25%;
		float:left;
	}
	
	.col-md-three-fourth {
		width: 75%; 
		float:right;
	}
	
	.col {
		float:left;
		padding: 0px 1px 2px 1px;
	}
	
	}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 750px;
	}
	
	p {
		font-size: 10px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float:none;
	}
	
	.col-lg-one-fourth {
		width: 25%;
		float:left;
	}
	
	.col-md-three-fourth {
		width: 75%; 	
		float:right;
	}
	
	
	
}

