@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'FuturaBook';
	src: url('../font/futura_book_bt-webfont.eot');
	src: url('../font/futura_book_bt-webfont.eot?#iefix') format('embedded-opentype'), url('../font/futura_book_bt-webfont.woff') format('woff'), url('../font/futura_book_bt-webfont.ttf') format('truetype'), url('../font/futura_book_bt-webfont.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaBkBTBook';
	src: url('../font/futura_book_bt2-webfont.eot');
	src: url('../font/futura_book_bt2-webfont.eot?#iefix') format('embedded-opentype'), url('../font/futura_book_bt2-webfont.woff') format('woff'), url('../font/futura_book_bt2-webfont.ttf') format('truetype'), url('../font/futura_book_bt2-webfont.svg#FuturaBkBTBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ExistenceLightRegular';
	src: url('existence-light-webfont.eot');
	src: url('existence-light-webfont.eot?#iefix') format('embedded-opentype'), url('existence-light-webfont.woff') format('woff'), url('existence-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'FuturaBkBTBook';
	color: #FFF;
	opacity: 0.9;
	z-index: 9999;
	position: relative;
	text-aligen:center;
	margin: 0 auto 5px;
	text-align:center;
	text-shadow: 0 0 5px black, 0 0 10px black;
	font-size: 15px;
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width: 300px;
	height: 300px;
}
input {
	width: 290px;
	height: 50px;
	padding: 0px 4px;
	background: rgba(42,63,98,0.9);
	outline: none;
	color: #EEEEEE;
	font-weight: bolder;
	font-size: 20px;
	border: solid 1px #FFFFFF;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
input:hover {
	background: rgba(42,63,98,1);
	color: #FFFFFF;
}
#submit {
	width: 300px;
	margin: 5px 0;
	outline: none;
	cursor: pointer;
	border: solid 1px #FFFFFF;
}



@media (min-width: 576px) {
}

@media (min-width: 768px) {
h1{
	font-size: 18px;
}

}

@media (min-width: 992px) {
h1{
	font-size: 22px;
}

}