@import url("init.css");
@import url("fontawesome.min.css");

/*
	COLORS
*/

*, html, body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #2a6c00;
}
img {
	margin: 15px auto 0 auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px;
}

.icons {
	font-size: 3.5rem;
	margin: 0 10px 0 0;
}

.smaller {
	font-size: .8em;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #7f9fae;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #aead88;
}

footer {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	color: #000;
	background-size: contain;
}

footer p {
	padding: 10px 0 10px 0;
}

.footer_col_head {
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 2;
	text-align: center;
}

.footer_left, .footer_right {
	float: left;
	min-width: 150px;
	/*min-height: 150px;*/
	text-align: left;
	font-size: 1.15rem;
	line-height: 1.25;
}
.footer_left {
	float: left;
	margin: 0 45px 0 10px;
}
.footer_right {
	float: right;
	margin: 0 0 0 45px;
}
