.top_nav {
	padding:2em;
	padding-right: 25%;
	padding-left: 25%;
}
.content {
	padding-right: 25%;
	padding-left: 25%;
}
.logo {
	height:10vh;
}
body {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.7em;
}
p{
	padding-top: 20px;
	color: #ffffff;
	font-size: 1.4em;
}

.nav:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform:scaleX(0);
5986bd	background: #5986bd;
	transform:scaleX(0);
	-webkit-transform-origin:right center;
	transform-origin:right center;
	-webkit-transition:-webkit-transform .75s cubic-bezier(0,0,0,1);
	transition:-webkit-transform .5s cubic-bezier(0,0,0,1);
	transition:transform .5s cubic-bezier(0,0,0,1);
	transition:transform .5s cubic-bezier(0,0,0,1),-webkit-transform .5s cubic-bezier(0,0,0,1);
}

.nav:hover {
	color: #6ca3e6
}

.nav:hover:after {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background: #6ca3e6
}

a.about {
	font-weight: bold;
	font-size: 1.7em;
	text-decoration: none;
	color: #5986bd;
}
a {
	position:relative;
	font-weight: bold;
	font-size: 3em;
	text-decoration: none;
	color: #5986bd;
}
.bgvideo {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#backgroundvideo {    
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: -2;
	overflow: hidden;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: -1;
}
.site_wrapper {
	padding: 0;
	margin: 0;
	z-index: 1;
}


@media all and (min-width:481px) and (max-width: 568px) {
	p{
		font-size: 1.3em;
	}
	a.about {
		font-size: 1.6em
	}
	a {
		font-size: 2.8em;
	}
}

@media all and (min-width:321px) and (max-width: 480px) {
	p{
		font-size: 1em;
	}
	a.about {
		font-size: 1.5em;
	}
	a {
		font-size: 2.5em;
	}
}

@media all and (max-width: 320px) {
	p{
		font-size: 1em;
	}
	a.about {
		font-size: 1em;
	}
	a {
		font-size: 2em;
	}
}

@media all and (min-width:501px) and (max-width: 960px) {
	.top_nav {
		padding-right: 15%;
		padding-left: 15%;
	}
	.content {
		padding-right: 15%;
		padding-left: 15%;
	}
}

@media all and (max-width: 500px) {
	.top_nav {
		padding-right: 5%;
		padding-left: 5%;
	}
	.content {
		padding-right: 5%;
		padding-left: 5%;
	}
}