body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	color: rgba(15,50,75,1);
}

.header { 
	background:rgba(15,50,75,1);
	color: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.logo img {
	height: 16px;
	width: auto;
	margin: 0 10px 0 15px;
}

.bold {
	font-weight: bold;
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding: 5vh;
}

.contact-container {
	display: flex;
	align-items: flex-start;
	width: 100%;
	background: #eee;
	padding: 2rem 3rem;
	margin: 3rem 0 0 0;
	flex-direction: column;
}