* {
	box-sizing: border-box;
}
@font-face {
	font-family: 'DINCondensedBold';
	src: url('../fonts/din-condensed-bold.ttf');
}
.clear{
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	color: #cccccc;

}

.content {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding: 0 15px;
}

h1 {
	margin: 60px 0;
	padding: 0;
	font-size: 50px;
	text-align: center;
}

h2{
	margin-top:0px;
	font-family: 'DINCondensedBold', 'Georgia', serif;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 56px;
}

p {
	font-size: 18px;
	line-height: 1.5;
	font-family: "Courier New", Courier, monospace
}
@media screen and (max-width: 767px){
	h1{
		font-size:96px;
	}
	h2{
		font-size:96px;
	}
	p{
		font-size: 96px;
	}

}
.header{
	background: #000000;
	height: 440px;
	padding: 40px;
}
.flock-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	color: #333333;
}

.flock-bg__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.flock-bg {
		background: url('../images/flock_background.png') center center / cover no-repeat;
	}

	.flock-bg__video {
		display: none;
	}
}


.bg-primary{
	background: url('../images/banner.png');
	background-size: cover;
	background-attachment: fixed;
	color:white;
}
.bg-secondary{
	background: rgb(102,153,255);
	background: linear-gradient(45deg, rgba(102,153,255,1) 0%, rgba(153,51,204,1) 25%, rgba(153,255,255,1) 100%);
	color:white;
}
.bg_tertiary{
	background: rgb(255,102,153);
	background: linear-gradient(45deg, rgba(255,102,153,1) 0%, rgba(153,51,204,1) 25%, rgba(255,102,153,1) 100%);

}
.flock_bg{
	color: #333333;
}
.row{
	vertical-align:top;
	xmargin:40px;
}

.row div:first-child{
	text-align:right;
}
.row div:last-child{
	text-align:left;
}
section{
	padding: 40px;
}
.opaque {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 20px;

}






header {
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .container {
	position: relative;
	z-index: 2;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}


@media (max-width: 767px) {
	header {
		background: url('../images/starfield_bg.png');
		background-size: cover;
	}
	header video {
		display: none;
	}
}


blockquote{
	font-style: italic;
	border-left: none;
	font-size: 36px;
}
@media screen and (max-width: 1200px){
	.row div:first-child{
		text-align:center;
	}
	.row div:last-child{
		text-align:center;
		margin-top:20px;
	}

}
@media screen and (max-width: 767px){
	.youtube_iframe{
		width: 400px;
	}

}
.social-icon-container{
	margin: 20px auto;
	text-align: center;
	width: 288px;
}
.social-icons li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	float: left;
}
.social-icons li div{
	background-image: url('../images/socialmediasprite.jpeg');
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 5px;
	opacity: 0.5;
}
.social-icons li div:hover{
	opacity: 1;
}
.twitter{
	background-position: -60px -285px
}
.instagram{
	background-position: -320px -285px
}
.youtube{
	background-position: -423px -285px
}
.facebook{
	background-position: -8px -285px
}
