@charset "UTF-8";
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0px;
}
iframe {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
body div {
	/* [disabled]height: 100%; */
	position: relative;
}
body div h1 {
	color: rgba(134,134,134,1.00);
	font-variant: small-caps;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
header img {
	position: relative;
	margin-right: auto;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
header div {
}
header a {
	width: 150px;
}

@media screen and (max-width:960px){
iframe {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 640px;
	height: 360px;
}
header img {
	position: relative;
	top: 0px;
	margin-right: auto;
	display: block;
	width: 100px;
	margin-left: auto;
	height: 100px;
}
body div h1 {
	color: rgba(134,134,134,1.00);
	font-variant: small-caps;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	text-align: center;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width:640px){
iframe {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 360px;
	height: 180px;
}
body div h1 {
	color: rgba(134,134,134,1.00);
	font-variant: small-caps;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	text-align: center;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
}
