@import url('https://fonts.googleapis.com/css?family=Nunito&display=fallback');

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #176E81;
}
.headline2 {
	font-size: 12px;
	font-weight: normal;
	color: #176E81;
}
p {
	margin-top: 0;
}
.body {
	font-size: 12px;
	color: #202020;
	line-height: 18px;
}
.nav_bg {
	background-image: url(navigation.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#menu_holder_Menu1 {
	position: initial !important;
	width: auto !important;
	height: 100%;
}

#creative_menu_structure {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}

#creative_menu_structure div {
	max-width: 140px;
	margin: 10px;
}

#creative_menu_structure a:link {
	color: #FFF;
	text-decoration: none;
}
#creative_menu_structure a:visited {
	text-decoration: none;
	color: #FFF;
}
#creative_menu_structure a:hover {
	text-decoration: underline;
	color: #B9E1EC;
}
#creative_menu_structure a:active {
	text-decoration: none;
}
body {
	background-color: #AAA696;
	font-family: 'Nunito', sans-serif;
}

a {
	color: #176E81;
	text-decoration: underline;
	transition: 300ms ease all;
}
a:hover {
	color: #9C8051;
}

.main-content-table {
	padding: 30px 0;
}

.location-link {
	text-decoration: none;
}