
body {
    background-color: #36454F;
    color: white;
    overflow: visible;
    font-family: "Arial";
}

header {
    background-color: #375f76;
    color: white;
    font-family: "Tomorrow";
}

ul.headermenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header-title {
    font-size: 250%;
}

ul.headermenu li {
    display: inline;
    margin-left: 0.1em;
	margin-right: 0.1em;
	padding-left: 0.0em;
	padding-right: 0.0em;
}

ul.headermenu a {
	box-shadow: none;
	line-height: 2.2;
	font-size: 150%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	border: 2px solid black;
	background-color: #c78126;
	color: white;
}

.infobox {
  
}

.box-title {
    font-size: 200%;
    font-family: "Tomorrow";
}

@media only screen and (max-width: 600px) {
	#title {
		font-size: 200%;
	}
	h1 {
		font-size: 200%;
	}
	h2 {
		font-size: 175%;
	}
	h3 {
		font-size: 150%;
	}
	h4 {
		font-size: 140%;
	}
	h5 {
		font-size: 130%;
	}
	h6 {
		font-size: 120%;
	}
	ul.headermenu a {
		font-size: 110%;
	}
}
