body {
	margin: 0 auto;
	font-family: 'Work Sans', Sans-Serif;
	background: url(assets/bg2l.jpg) no-repeat fixed center;
	background-size: cover;
}
.full {
	height: auto;
	min-height: 100vh;
	background: url(assets/bg1l.jpg) no-repeat fixed center;
	background-size: cover;
}
.full2 {
	height: auto;
	min-height: 100vh;
	background: url(assets/bg4d.jpg) no-repeat fixed center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.full3 {
	height: auto;
	min-height: 100vh;
	background: url(assets/bg5l.jpg) no-repeat fixed center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.footer {
	height: auto;
	border-top: 1px solid #666666;
	background: rgba(0,0,0,0.8);
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	color: #ffffff;
}
.footer a{
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header {
	background: rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px #555555;
	color: #ffffff;
	position: fixed;
	width: 100%;
	top: 0px;
	height: 70px;
	box-sizing: border-box;
	z-index: 999;
}
.nav {
	word-spacing: 30px;
	text-align: right;
	font-size: 16px;
	padding-top: 20px;
}
.nav a{
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.main {
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.4);
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.logo {
	font-size: 80px;
	font-family: 'Work Sans', Sans-Serif;
	font-weight: 300;
}
.hlogo {
	font-size: 40px;
	font-family: 'Work Sans', Sans-Serif;
	font-weight: 300;
}
.hlogo a{
	color: #ffffff;
	text-decoration: none;
}
.logo a{
	color: #000000;
	text-decoration: none;
}
.hlogo a:hover{
	color: #ffffff;
}
.logo a:hover{
	color: #000000;
}