@charset "UTF-8";
h1 {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}
h2 {
	font-size: 18px;
	font-weight: 400;
}
p {
	font-weight: 200;
	font-style: normal;
	font-size: 16px;
}
.main {
	float: left;
	width: 960px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
}
.wrapper {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.fullScreen {
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px rgba(51,51,51,0.9);
}
header.main {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: 800;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 46px;
	text-shadow: 0px 5px 5px rgba(51,51,51,0.97);
}
nav.main {
	height: 35px;
}
nav.main li {
	display: inline
}
nav.main a {
	color: rgba(255,255,255,1);
	height: 35px;
	float: left;
	display: block;
	width: 16.666%;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
nav.main a:hover, nav.main a:active, nav.main a:focus, nav.main a.thispage {
	background-color: rgba(190,196,210,1);
}
section.main {
	float: none;
	height: 800px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}
article {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	background-color: rgba(234,228,216,0.85);
	border-radius: 20px;
	min-height: 400px;
	box-shadow: 0px 5px 5px rgba(51,51,51,0.85);
}
section.form {
	float: none;
	height: 600px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}
.gallery {
	color: rgba(255,255,255,1);
	font-size: 12px;
}
.columns1, .columns2, .columns3, .columns6 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.columns1 {
	width: 172px;
}
.columns2 {
	width: 364px;
}
.columns3 {
	width: 556px;
}
.columns4 {
	width: 748px;
}
.clearFloat {
	clear: both;
}
footer {
	color: rgba(255,255,255,1);
	height: 70px;
	line-height: 20px;
	font-size: 12px;
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	padding-top: 10px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px rgba(51,51,51,0.9);
}
input, textarea {}
.hidden {
	display: none;
}