:root {
	--cutler: #00694E;
	--putnam: #756E65;
	--undertheelms: #024230;	
}

/* this must appear near top of file to support font awesome icons */
/* https://fontawesome.com/v5/docs/web/advanced/css-pseudo-elements#using-css-pseudo-elements-with-our-svg-js-framework */
.icon::after {
    display: none;
}

a, a:hover, a:active, a:visited {
	color: var(--cutler);
}

a.btn, a.btn:visited, button.btn, button.btn:visited {
	color: white;
	font-family: 'Open Sans', sans-serif;
}

a.btn:hover, button.btn:hover {
	color: var(--cutler);
	text-decoration: underline;
}

a.btn::after, button.btn::after {
	content: "\f105";
	font-family: "Font Awesome";
    font-weight: 900;
}

body {
	font-family: 'Open Sans', sans-serif;
}

footer {
	background-image: url('/public/topo-map-footer.jpg');
	color: white;
}

footer a, footer a:visited {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

header a {
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

header h1, #header-title a {
	color: var(--putnam);
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.btn, .btn-visited {
	background-color: #00694E;
	border-radius: 0;
	color: white;
	display: block;
	font-size: 18px;
	font-weight:700;
	margin-bottom: 10px;
	padding: 10px 10px;
}

legend {
	color: var(--cutler);
	font-family: 'Libre Baskerville', serif;
}

.btn:hover {
	background-color: white;
	border: 2px solid var(--cutler);
}

.footer-inner {
	background-color: var(--cutler);
	text-align: center;
}

.footer-separated::after {
	content: "\00a0\00a0|\00a0\00a0";
}

.green-bar {
	background-color: var(--undertheelms);
	height: 38px;
}

.mobile-header, .mobile-header a, .mobile-header h1 {
	background: #00694E;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-bottom: 0;
	padding: 2px;
}

.nav-item {
	margin-right: 20px;
	font-size: 15px;
	font-weight: bold;
}

.nav-item a::after {
	color: var(--cutler);
	content: "\f078";
	font-family: "Font Awesome";
    font-weight: 900;
}

.nav-link, .nav-link:hover, .nav-link:visited {
	color: var(--cutler);
}

.navbar {
	position:relative; 
	left:265px; 
	top:15px;
}

.navbar .container {
	padding-left: 0px;
}

.navbar-nav {
	flex-direction: row;
	font-size: 16px;
	font-weight: bold;
	margin-left: -10px;
	padding: 0;
}

.navbar-nav-mobile {
	font-size: 12px;	
	margin-left: 5px;
}

#header-title {
	height: 35px;
	padding: 0;
	margin-left: -10px;
}

#logo {	
	background: #00694E;
	padding: 25px 25px 35px 25px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 250px;
}

#logo img {
	filter: brightness(0) invert(1);
	height: 60px;
	width: auto;
}

@media (max-width: 750px) {
	#main {
		margin-top: 1rem!important;
	}
}