/*! normalize.css v3.0.2 | MIT License | git.io/normalize * */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900");
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #c0bb96;
	font-size: 14px;
	line-height: 1.6;
	font-size: 14px;
	color: black;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

section {
	display: -webkit-box;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 20px 60px;
	color: black;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: white;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
	outline: 0;
	transform: scale(1.01);
	transform: translateY(3px);
}

a {
	color: #0074d9;
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #f012be;
}

::selection {
	background: #fff498;
}

::-moz-selection {
	background: #fff498;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

body {
	-webkit-tap-highlight-color: #fff498;
}

.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

.gigantic {
	font-size: 110px;
	line-height: 1.09;
	letter-spacing: -2px;
}

.huge,
h1 {
	font-size: 68px;
	line-height: 1.05;
}
@media only screen and (max-width: 680px) {
	.huge,
	h1 {
		font-size: 44px;
	}
}

.large,
h2 {
	font-size: 42px;
	line-height: 1.14;
}
@media only screen and (max-width: 680px) {
	.large,
	h2 {
		font-size: 32px;
	}
}

.bigger,
h3 {
	font-size: 26px;
	line-height: 1.38;
}
@media only screen and (max-width: 680px) {
	.bigger,
	h3 {
		font-size: 22px;
	}
}

.big,
h4 {
	font-size: 22px;
	line-height: 1.38;
}
@media only screen and (max-width: 680px) {
	.big,
	h4 {
		font-size: 18px;
	}
}

.small,
small {
	font-size: 10px;
	line-height: 1.2;
}

p {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 14px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

.flex-video {
	height: 0;
	margin-bottom: 0.88889rem;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

body {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page-home {
	margin: 20px;
	display: flex;
}

.author {
	margin-top: 100px;
}
.author p {
	margin: 0;
}

.avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 20px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wrapper-starter {
	width: 100%;
	max-width: 700px;
	background: white;
	padding: 40px;
	border-radius: 2px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
	text-align: center;
}
.wrapper-starter p {
	color: #666;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.serif {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 29px;
}

a[href^="mailto:"] {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	color: #586745;
	font-size: 29px;
}

h1 {
	margin-bottom: 20px;
}

h4 {
	margin-top: 100px;
}

.button {
	margin-top: 50px;
	border: 2px solid #0074d9;
	color: #0074d9;
}

.flex-video {
	border: 1px solid black;
}
