body {
  font-family: Sans-Serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #022D49;
	padding: 5vh 5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.header {
	padding: 5px;
	text-align: center;
	color: #ffffff;
}
	
.header h1 {font-size: 3em;}

.header p {font-style: italic;}

/*Top*/
.navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	overflow: hidden;
	background-color: #333;
}

/*drop*/
.dropdown {float: left;}

.dropdown, .drop-button {
	font-size: 1.5em;
	border: none;
	outline: none;
	color: white;
	padding: 1em 1em;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.drop-content {
	display: none;
	position: relative;
	background-color: #f9f9f9;
	/*min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 z-index: 1;* */
}

.drop-content a {
	float: none;
	color: black;
	/*padding: 12px 16px;*/
	text-decoration: none;
	display: block;
	text-align: left;
}

.drop-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .drop-content {display: block;}

/*
.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	flex: 33.33%;
	padding: 5px;
*/

p {
	font-size: 1.5em;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}


