﻿a {
	color: #000;
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: 'Oswald';
	font-size: 15pt;
	margin: 3% 15% 3% 15%;
	text-align: center;
}
footer {
	align-content: space-around;
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 12pt;
	justify-content: space-between;
	width: 100%;
}
header {
}
h1 {
	margin-top: 0;
}
h2 {
	margin-top: 0;
}
h3 {
	margin-top: 0;
}
video {
	border: 1px solid #fff;
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}
.app-store {
	margin-bottom: 3%;
	margin-top: 3%;
}
.social-button {
	margin: 0.3em;
}
