/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}
body {
	background: url(bg.png) repeat center center;
	font-family: "Nunito Sans", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
}
#header {
	height: 60px;
	background: #20005E;
}
#header a {
	margin-left: 20px;
	color: white;
	line-height: 60px;
	font-size: 20px;
	text-decoration: none;
	background: url(logo.png) no-repeat left center;
	background-size: 40px auto;
	padding-left: 50px;
}
#header a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 39.9375em) {
	#header a {
		margin-left: 10px;
	}
}
#frame-wrap {
	overflow: hidden;
	height: 700px;	
	text-align: center;
	margin-top: 0;
	border-radius: 20px;
	transform: translateZ(0px);
	width: 800px;
	margin: 100px auto 0;
}
iframe {
	width: 800px;
	height: 700px;
}
@media screen and (max-width: 800px) {
	#frame-wrap {
		width: 100%;
		height: calc(100vh - 60px);
		margin-top: 0px;
		border-radius: 0px;
	}
	iframe {
		width: 100%;
		height: calc(100vh);
	}
}
iframe {
	position: relative;
	top: -58px;
}