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;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
html {
	height: 100%;
	background-color: #000;
	font-family: 'Varela', sans-serif;
	font-size: 16px;
}
.vid {
	background-color: #111;
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;	
}
.anotherBlock {
	margin: 0 auto;
	text-align: center;
}
button {
	font-weight: 700;
	border-radius: 0.7em;
	border: none;
	outline: none;
	background-color: #333;
	color: #888;
	text-transform: uppercase;
	margin: 0 0.4em;
}
button:hover {
	background-color: #2D5991;
	color: #fff;
	cursor: pointer;	
}
#bored {
	text-align: center;
	color: #333;
	margin-top: 1.2em;
}
#bored:hover {
	color: #2D5991;
	cursor: pointer;
}

/* Extra small devices (phones, less than 768px) */
button, #bored { font-size: 0.8em; min-width: 25vw;}
button {
	padding: 0.8em 1.5em;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	button, #bored {
		font-size: 1.2em;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}