* {
	box-sizing: border-box;
}
body {
	color: #191716;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
}

h1 {
	color: #36558F;
}

html, body, div, span, applet, object, iframe, 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%;
	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, body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

a {
	color: #ffffff;
	text-decoration: none;
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 0.4em 0;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
    position: relative;
    display: inline-block;
    overflow: hidden; /* truncate text */
    margin: 0;
    vertical-align: middle;
	border: none;
    white-space: nowrap; /* truncate text */
    text-overflow: ellipsis; /* truncate text */
    text-align: center;
    font-weight: bold;
    height: auto;
    text-decoration: none;
    color: #E0E2DB;
    cursor: pointer;
    touch-action: manipulation;
	user-select: none;
	background-color: transparent;
	height: auto;
}

button:active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

img {
	max-width: 100%;
	display: block;
}

section {
	margin-top: 32px;
}

p {
	line-height: 1.5;
}

.main-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	min-height: calc(100% - 60px);
}

.link {
	color: #36558F;
}