html, body{
	margin:0;
	padding:0;
	background-color: rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	min-width:300px;
	z-index:0;
	overflow:hidden;
}

h2{
	font-size:14px;
	font-style: italic;
	color:white;
	font-family:'Vollkorn', serif;
}

/* ---- particles ---- */

#particles-js{
	opacity:0;
	width: 100%;
	height: 100%;
	z-index:1;
}
/* -------- */

#container{
	opacity:0;
	position:absolute;
	min-width:100%;
	min-height:500px;
	top:10%;
	z-index:2;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
	transition:0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

iframe {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

iframe .player{
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-bottom: 56.25%
}

.mce-EMAIL{
	color:white;
	font-family:'Vollkorn', serif;
}


#footer{
	opacity:0;
	position:fixed;
	display:block;
	bottom:0;
	width:100%;
	min-height:140px;
	z-index:3;
	background-color:rgba(0,0,0,1);
	transition:1s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.3s ease;
}

.center-container{
	position:relative;
	margin:auto;
	width:5%;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.3s ease;
	color:#444444;
	background-color:black;
}

.center-container:hover{
	color:white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.3s ease;
}

.orig-text{
	transition: 1s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.3s ease;
}

input[type=email]{
	height:30px;
	width:200px !important;
	color:#000099;
	font-size:14px;
 	box-shadow: inset 1px 1px 1px 0 #707070;
 	border-radius:5px;
 	font-weight:bold; 
}

input[type=submit]{
	padding:5px 30px;
	margin-top:20px;
	background:#cccccc;
	border:0 none;
	font-family:'Vollkorn', serif;
	font-size:14px;
	cursor:pointer;
	border-radius:5px;
	outline:none;
}

/* -- mailchimp overrides -- */

#mc_embed_signup{
	position: relative;
	margin:0 auto;
	min-width:300px;
	max-width:1000px;
	text-align: center;
}

#mce-responses, #mce-error-response, #mce-success-response{
	transition:1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 1s ease;
}

#mce-success-response{
	padding:3px;
}

#mc_embed_signup input.mce_inline_error {
	border-color:#c3ced4 !important;
}

#mc-embedded-subscribe{
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 1s ease;
}

.mce_inline_error{
	background-color: rgba(0,0,0,0) !important;
	transition:1s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 1s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 1s ease;
	color:white !important;
}

.mce_inline_error:visible > .orig-text {
	visibility: hidden;
}

.response{
	color:#c3ced4 !important;
}

/*----*/

@media screen and (min-width:697px){
	#footer{
		border-top:1px solid #c3ced4;
	}

}

@media screen and (max-height:697px){
	#container{
		top:0;
		min-height:400px;
	}

}

@media screen and (max-width:460px){
	#footerClose{
		right:5px;
	}
}

@media screen and (max-height:414px){
	#container{
		min-height:270px;
	}
}

@media screen and (max-height:375px){
	#container{
		min-height:210px;
	}
}

@media screen and (max-height:320px){
	#container{
		min-height:190px;
	}
}