@font-face {
   font-family: Roboto;
   src: url('https://kyletto.com/font/Roboto-Condensed.ttf');
}
h1, h2, span, input { 
	font-family: sans-serif;
	color: rgb(255, 255, 255);   
	text-align: left;
}

body {
	background: url('https://kyletto.com/images/ko-bg10.jpg');
	background-color: #000000;
	background-position: center top; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
    text-align: center;
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -moz-animation: fadein 3s; /* Firefox */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera */
    animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​
#contain-outer {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    text-align: center;
    width: 100%;
}
#logo {
    margin:40px 0;
    width: 100%;
}
#logo img {
	width:300px;
}
h1 {
	padding:0; 
	margin:0 0 35px 0;
    text-align: center;
    font: 1.9em sans-serif;
}
h2 {
	font-weight: 500; 
	font-size: 1em;
	margin: 0 0 30px 0;
	text-align: center;
}
#email {
    height: 33px;
    width: 290px;
    border: 1px solid #000;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
    clear:left;
    font-weight: bold;
    margin-bottom: 10px; 
    text-indent: 5%;
    text-align: center;
} 
.btn {
	background-color: #ffffff;
    background-repeat: repeat-x;
	border: 1px solid #000;
   	border-color: #000000 #000000 #000000;
   	border-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1) rgba(0, 0, 0, 1);
   	border-bottom-color: #000000;
   	border-color: #000000 #000000 #000000;
    border-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1) rgba(0, 0, 0, 1);
   	/*-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;*/
   	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   	color: black;
   	cursor:pointer;
   	display: inline-block;
   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   	font-size: 25px;
   	font-weight: 600;
   	line-height: 19px;
   	margin: 0 0 0 0;
   	padding: 19px 22px 18px 22px;
   	text-align: center;
   	text-transform: uppercase;
   	vertical-align: middle;
   	width: 277px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
footer {
	max-width: 960px;
	margin: 60px auto;
	text-align: center;
	width: 100%;
}
 @media screen and (min-width:600px) {
 	 #logo img  {
		 margin:200px 0 20px;
		 width:auto;
		 height: 70px;
	 }
	 h1 {
		padding:0; 
		margin:30px 0 50px 0;
		color:#ffffff;
		text-shadow:0px 1px rgba(0,0,0,0.2);
	    text-align: center;
	    font: 1.9em sans-serif;
	 }
	 h2 { 
		font-size: 1em;
		margin: 0 0 60px 0;
	}
	 #email {

	    height: 33px;
	    width: 300px !important;
	    border: 1px solid #000;
	    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
	    font-weight: bold;
	    text-indent: 5%;
	    text-align: left;
	} 
	.btn {
		width: 200px;
		margin-left:5px;
	}
	 
 }