@import url('Montserrat-VariableFont_wght.ttf');

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	margin: 0;
}

header {
	background-color: rgb(0, 68, 123);
	color: white;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
	padding: 10px;
	text-align: center;
}

header * {
	display: inline;
	margin-left:10px;
	margin-right:20px;
	vertical-align: middle;
}

header img {
	/*height: 60px;
	min-width: 60px;*/
	padding: 5px;
    border-radius: 5px;
	position: absolute;
	left: 0;
}

header h2 {
	font-family: 'Montserrat', sans-serif;
}

#main {
	max-width: 1250px;
	margin: auto;
	text-align: center;
	line-height: 1.5;
}

#copy {
	font-size:10pt;
	margin-left: 50px;
	margin-top: 0;
	color:#888;
}