
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://christo-brock-qney.squarespace.com/assets/proximanova-bold-webfont.eot');
    src: url('https://christo-brock-qney.squarespace.com/assets/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-bold-webfont.woff') format('woff'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-bold-webfont.ttf') format('truetype'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('https://christo-brock-qney.squarespace.com/assets/proximanova-regular-webfont.eot');
    src: url('https://christo-brock-qney.squarespace.com/assets/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-regular-webfont.woff') format('woff'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-regular-webfont.ttf') format('truetype'),
         url('https://christo-brock-qney.squarespace.com/assets/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,html{
	font-family: 'Montserrat', sans-serif;
	background: url('https://christo-brock-qney.squarespace.com/assets/vidbg.jpg');
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	font-weight: 700;
	background-position: center;
	z-index: 0;
	background-attachment:fixed;

}


aside{
	float: left;
	display: block;
	width: 50%;
}
.logo{
	/*background: url('https://christo-brock-qney.squarespace.com/assets/logo.png');*/
	display: block;
	width: 430px;
	height: 182px;
	margin-left: auto;
	margin-right: auto;
}
.submission{
	font-size: 14px;
	min-height: 182px;
	max-width: 361px;
	margin-left: 90px;
}
.submission p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 18px;

}
.nw-frame{
	background: rgba(0,0,0,0.3);
	width: 361px;
	height: 53px;
	color: #fff;
}
.nw-frame input{

}
.nw-frame input[type="email"]{
	font-family: 'Montserrat', sans-serif;
	float: left;
	margin: 8px;
	width: 243px;
	padding: 0;
	padding-left: 10px;
	outline: none;
	border: none;
	font-weight: 400;
	height: 36px;
	color: #929292;
    box-shadow: inset 0 0 12px #ccc;
	-webkit-appearance: none;

}

.nw-frame input[type="submit"]{
	background: #edd35d;
	border: none;
	outline: none;
	margin-top: 8px;
	color: #002965;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 84px;
	height: 36px;
	cursor: pointer;
	-webkit-appearance: none;
}

.error { 
	display: none;
	margin:20px 0; background-color: #FC9D9A; padding:10px 15px;margin-bottom:20px; border-radius: 2px; 
	font-weight: normal; color: #FE4365; font-size: 12px; position: absolute; margin-top: -50px; width: 334px; text-align: center; 
	z-index: 9990;
}

.enter{
	background: #edd35d;
	display: block;
	text-align: center;
	line-height: 54px;
	margin: 25px auto 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	color: #002965;
	width: 180px;
	height: 54px;
	border-radius :75px;
	-moz-border-radius :75px;
	-webkit-border-radius :75px;	
}

@media only screen and (min-width: 1025px) {
	.overlay{
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0,0,0,0.15);
		top: 0;
		left: 0;
	}
	#wrapper{
		position: absolute;
		top: 0;
		left: 0;
	}
	video#bgvid {
		position: fixed; right: 0; bottom: 0;
		min-width: 100%; min-height: 100%;
		width: auto; height: auto; z-index: -100;
		/* background: url('../media/bg.png') no-repeat; */
		background-size: cover;
		background-position: center;
	}
}

@media only screen and (max-width: 1024px) {
	body,html{
		position: absolute;
	}
	video#bgvid {
		display: none !important;
	}
}

@media only screen and (max-width: 1023px) {
	body,html{
		background-attachment:fixed;
	}
	video#bgvid {
		display: none !important;
	}

	aside{
		width: 100% !important;
		margin-top: 120px;
	}
	.nw-frame input[type="email"]{
	}
	.nw-frame{
		
	}
	.submission{
		width: 100%;		
	}
	.submission{

		margin-left: auto;		
		margin-right: auto;
		width: 100%;
		margin-bottom: 120px;
	}
	.submission p{
		text-align: center;		
	}
	.logo, .submission{
		margin-top: 0 !important;
		margin-left: auto;		
		margin-right: auto;
	}
}
@media all and (max-width: 1024px) {

	.logo{
		background: url('https://christo-brock-qney.squarespace.com/assets/logo_mini.png');
		display: block;
		width: 340px;
		height: 144px;
		margin-left: auto;
		margin-right: auto;
	}
}