.full {
	min-height: 100vh;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.full2 {
	min-height: 100vh;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: url(../assets/bg3l.jpg) center top no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}
.full3 {
	min-height: 100vh;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: url(../assets/bg4.jpg) center top no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}
.full4 {
	min-height: 100vh;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: url(../assets/bg5.jpg) center top no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}
.entry {
	box-sizing: border-box;
	padding-top: 40px;
	color: #ffffff;
}
.nav {
	color: #ffffff;
	text-align: center;
	width: auto;
	font-size: 20px;
	position: fixed;
	right: 5vw;
	top: 0px;
	padding: 40px;
	line-height: 50px;
	font-weight: 300;
	box-shadow: 0px 1px 5px #000000;
	height: auto;
	background: rgba(0,0,0,0.75);
}
.nav a{
	color: #ffffff !important;
	text-decoration: none !important;
}
.nav a:hover{
	color: #ffffff !important;
	text-decoration: underline !important;
}
.mobnav {
	display: none;
}
.mobnavitem {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	text-shadow: 0px -1px #000000;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.white {
	color: #ffffff !important;
}
.footer {
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 40px;
	line-height: 22px;
	box-shadow: 0px -2px 5px #333333;
}
.footer img{
	width: 25px;
	height: auto;
	margin-top: 15px;
	box-shadow: 0px 0px 2px #ffffff;
	margin-right: 10px;
}