@font-face {
    font-family: 'pn';
    src: url('Metropolis-SemiBold.woff2') format('woff2'),
         url('Metropolis-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body,div,li,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} 
html, body {
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	background-color: white;
	color: black;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'pn', '-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
}
.b a {
	overflow: hidden;
	display: inline-block;
	width: 50%;
	float: left;
}
.b a div {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 4em;
	padding-bottom: 4em;
	background-position: center;
	background-size: auto;
	background-min-width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all .5s ease-in-out;
}
.nt .b a:hover div {
	transform: scale(1.1,1.1);
	transition: all .5s ease-in-out;
}
a {
	text-decoration: none;
	color: gray;
	transition: color .3s;
}
.nt a:hover {
	color: #015df3;
}
.b .p div {
	background-image: url(../img/play-bg.gif);
}
.b .c div {
	background-image: url(../img/classic-bg.png );
}
.b > div {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	display: none;
}
.b span {
	display: inline-block;
	background-color: #fed733;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -.05em;
	border-radius: 9em;
	padding: .5em;
	top: 22vw;
	position: relative;
}
.b img {
	max-width: 100%;
	display: block;
	height: auto;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	margin-right: auto;
	margin-left: auto;
}
.nt .b a:hover img {
	transform: scale(0.8,0.8);
	transition: all .5s ease-in-out;
	opacity: .7;
}
.ban {
	text-align: center;
	background-color: #fed733;
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1.5em;
	border-width: 5px;
	border-style: hidden;
}
.story {
	padding-left: 2em;
	padding-right: 2em;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}

.table {
	
}
th, td {
	width: 50%;
	
}
h2 {
	margin-top: 3em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}
.ft a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color .3s;
}
.ft a:hover {
	color: #015df3;
}
.h img {
width: .8em;
height: .8em;
}
.h {
	font-size: 4em;
	text-align: center;
	margin-top: .5em;
}
.h span {
	position: relative;
	font-size: .4em;
	text-transform: uppercase;
	top: -.6em;
	left: .5em;
	letter-spacing: .3em;
	color: rgba(255, 255, 255, 0.5);
}
svg {
	height: 1em;
	fill: white;
	width: .9em;
	position: relative;
	top: .15em;
}
svg.red {
	fill: #cc4f62;
}
svg.grn {
	fill: #63c264;
}
.ft {
	background-color: #001a3e;
	color: white;
	padding-bottom: 2em;
	padding-top: 1em;
}

.i {
	text-align: center;
}
a.im {
	width: 3em;
	height: 3em;
	border-radius: 9em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display: block;
	transition: opacity .3s;
	opacity: 1;
}
.nt a.im:hover {
	opacity: .7;
}
a.im img {
	height: 100%;
	width: 100%;
}
.lk {
	background-color: #015df4;
	display: inline-block;
	padding: .5em 1em;
	border-radius: 5em;
	cursor: pointer;
	color: white;
	transition: all .3s;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.nt .lk:hover {
	background-color: #1970fe;
	color: white;
}
.lk.y {
	background-color: #fed733;
	color: black;
}
.nt .lk.y:hover {
	background-color: black;
	color: white;
}
.lk.b {
	background-color: #001a3d;
}

@media only screen and (max-width : 550px) {
	.b a {
		width: 100%;
	}
	.b img {
		max-height: 13em;
	}
	.b a div {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
@media only screen and (max-width : 460px) {
	
}
@media only screen and (max-width : 360px) {
	
}
@media print {
	
}