@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: black;
	}

a {
    color: blue;
    text-decoration: underline;
}

.LandingPages {
	background-image: linear-gradient(#19a584,  #1179aa);
	padding-bottom: 72px;
	padding-top: 40px;
    color: black;
}

.featuredwhite {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
}

.featureddiv {
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    min-height: 460px;
}

.featureddiv a:hover {
	color: darkgreen;
}

.featureddiv img {
    margin-bottom: 12px;
}


#footer {
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 40px;
}



/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
	font-size: 0.85em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
}

footer {
    margin-top: 30px;
    margin-bottom: 15px;
}

.pushdown {
    margin-top: 32px;
}

/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}