@import url("../webfonts/Klavika-Bold/Klavika-Bold.css");
@import url("../webfonts/Klavika-Light/Klavika-Light.css");
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#000;

}
:-webkit-full-screen a {
    display: -webkit-box;
    display: flex
}
:-moz-full-screen a {
    display: flex
}
:-ms-fullscreen a {
    display: -ms-flexbox;
    display: flex
}
:fullscreen a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.wrapper {
	min-height:100%;
	position:relative;
}
.header {
	background-image: url(../images/carbon.jpg);
	height: 113px;
	background-repeat: repeat-x;
}


.content {
	padding-bottom:100px; /* Height of the footer element */
}
.footer {
	background:#F00;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
.topbanner {
	height: 106px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;

}
.logo {
	width:960px;
	height:106px;
}
.main {
	background-color: #000;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 650px;
}
.navbar{
	width: 100%;
	height: 44px;
	background: #F00;
}
.navwrapper{
	display: flex;
	flex-direction: row;
	height:44px;
	text-align: center;
	align-items: center;
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F00;
}

.navlink {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:left;
	float:left;
}
.navlinkleft:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:left;
	float:left;
}
.navlinkleft:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:left;
	float:left;
}
.navlinkleft:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	text-align:left;
	float:left;
}
.navbutton{
	display:none;
	width:45px;
	height:45px;
	position:fixed;
	top:0px;
	left:5px;
}
.closebutton{
	display:none;
	cursor: pointer;
	position:absolute;
	top:0px;
	left:5px;
	z-index:110;
}
.navwrapper2{
	display: none;
}
.slidecaption {
	display: table;
	font-family: klavika-bold;
	font-size: 106px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.build {
	display:flex;
	min-height:650px;
	width: 100%;
background:#000;
}
.buildwrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	align-items: center;
	clear: both;
}
.sectiontitle {
	font-family: klavika-bold;
	font-size: 48px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sectiontext {
	font-family: klavika-light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.slidecaptiontext {
	font-family: klavika-bold;
	font-size: 106px;
	width:960px;
	font-weight: 600;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	display: table;
	text-align: center;
}
.galleryitem {
	display: inline-block;
	width: 150px;
	margin: 10px;
	float: left;
	
}
.buildpic {
	height: 100px;
	width: 150px;
	border: thin solid #F00;
}
.pictitle {
	font-family: klavika-light;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.overlay {
	opacity: 0;
	height: 100px;
	width: 150px;
	position: absolute;
}
.overlay:hover{
	opacity:50;
	overflow:hidden;
	cursor:pointer;
	}
@media only screen and  (max-width: 960px) {
.navbutton{
	display:block;
	width:45px;
	height:45px;
	position:absolute;	
	top:115px;
	left:5px;
	cursor: pointer;	
}
.closebutton{
	display:none;
	cursor: pointer;
	position:absolute;
	top:115px;
	left:5px;
	z-index:110;
}
.topbanner {
	width:600px;
	height:66px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:30px;
}
.navwrapper{
	display:none;	
}
.logo {
	width:600px;
	height:66px;
}
.navwrapper2{
	display: none;
	flex-direction: column;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	top: 157px;
	left:5px;
	padding-top: 0;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 100;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F00;
}
.navlink {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.buildwrapper {
	width: 540px;
	margin-left:auto;
	margin-right:auto;

}
.sectiontitle {
	font-family: klavika-bold;
	font-size: 48px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sectiontext {
	font-family: klavika-light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
}
@media only screen and  (max-width: 600px) {
.navbutton{
	display:block;
	width:45px;
	height:45px;
	position:absolute;	
	top:115px;
	left:5px;
	cursor: pointer;
	
}
.closebutton{
	display:none;
	cursor: pointer;
	position:absolute;
	top:115px;
	left:5px;
	z-index:110;
}
.topbanner {
	width:300px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:40px;
}
.navwrapper{
	display:none;	
}
.logo {
	width:300px;
	height:33px;
}
.navwrapper2{
	display: none;
	flex-direction: column;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	top: 157px;
	left:5px;
	padding-top: 0;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 100;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F00;
}
.navlink {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlink:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:visited {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.navlinkleft:visited:hover {
	display:block;
	font-family: Klavika-Light;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	width: 100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.buildwrapper {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.sectiontitle {
	font-family: klavika-bold;
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sectiontext {
	font-family: klavika-light;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.galleryitem {
	display: inline-block;
	width: 150px;
	margin: 5px;
	float: left;
	
}
}

@media only screen and  (min-width: 1920px) {
.main {
	background-color: #000;
	width: 1920px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: center center;
}
}
