/* dosis-300 - latin */
@font-face {
	font-family: "Dosis";
	font-style: normal;
	font-weight: 300;
	src: local(""), url("../fonts/dosis-v18-latin-300.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("../fonts/dosis-v18-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dosis-500 - latin */
@font-face {
	font-family: "Dosis";
	font-style: normal;
	font-weight: 500;
	src: local(""), url("../fonts/dosis-v18-latin-500.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("../fonts/dosis-v18-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: "Dosis", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

h1 {
	color: #bede90;
	font-size: 4em;
	font-weight: 500;
}

h2,
h3,
h4 {
	font-size: 1.5em;
	font-weight: 500;
}

i {
	font-style: normal;
	color: #bede90;
}

td {
	padding-right: 10px;
}

td:nth-of-type(3) {
	padding-right: 0;
}

article {
	/* border: 1px solid lightblue; */
}

header {
	max-width: 500px;
	/* border: 1px solid red; */
	margin: 5vw 10vw;
}

main {
	/* border: 1px solid green; */
	margin: 5vw;
}

#map {
	height: 300px;
	margin-top: 3em;
	/* display: none; */
}

footer {
	/* border: 1px solid orange; */
	margin: 5vw;
}
