html, body {
	background-color: #DFF0FB;
	height: 100%;
	width:100%;
}

#bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#popupForm {
	display: none;
    background-color: #fefefe;
    opacity: 0.95;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
   	text-align: center;
}

#close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;

}

#close:hover,
#close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#map {
	width: 80%;
/*	max-width: 750px;
	height: 70%;*/
	height: 400px;
	margin-top: 20px;
	background-color: gray;
	border-style: solid;
}

#mapDiv {
	display: -webkit-flex;
	display:flex;
	justify-content: center;
}

.main-flex {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
}

.main, .redirect {
	width: 30%;
	min-width: 300px;
	padding: 10px;
}

.labels {
	backgroun-color: white;
}

#portrait {
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
}

#headerDiv {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}

#portrait img {
	height: 150px;
	padding-left: 20px;
}

#logo img {
	max-height: 80px;
	max-width: 250px;
	align: center;
	padding: 10px;
}

#navList {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items:center;
}

#navList p {
	display: inline;
	list-style: none;
	padding-right: 30px;
	font-size: 1.2em;
}

#blurb p {
	display:flex;
	flex-direction: column;
	align-items:center;
}

#navList p, h1, h2, h3 {
	font-family: 'Merriweather Sans', sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #18A662;
}

a:hover {
	color: #79D61F;
}

h1 {
	color: #063E62;
	font-size: 4em;
}

h2 {
	color: #063E62;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin: 0px;
}

input, textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 80%;
}

button {
	border-radius: 5px;
}

p, table, li, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	color: #022034;
	font-size: 0.9em;
}

#submitEmail {
	border-radius: 5px;
	width: 50%;
}

/* Palette URL: http://paletton.com/#uid=5310u0krktV3NZGhYDuwnjhIjad */
/* Feel free to copy&paste color codes to your application */

/* As hex codes */

.color-primary-0 { color: #18A662 }	/* Main Primary color */
.color-primary-1 { color: #DEFCEE }
.color-primary-2 { color: #57C691 }
.color-primary-3 { color: #006B37 }
.color-primary-4 { color: #00391D }

.color-secondary-1-0 { color: #1E6898 }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #DFF0FB }
.color-secondary-1-2 { color: #5894BB }
.color-secondary-1-3 { color: #063E62 }
.color-secondary-1-4 { color: #022034 }

.color-secondary-2-0 { color: #79D61F }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #EFFEE0 }
.color-secondary-2-2 { color: #A8EC67 }
.color-secondary-2-3 { color: #438A00 }
.color-secondary-2-4 { color: #244900 }
