
.page {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    padding: .5em 1em 1em 1em;
}

.green {
	background: #25570a;
}

a {
    color: #254c80;
    text-decoration: none;
}

.alert, div.alert.alert-danger {
	margin-top: 3em !important;
	max-width: 96% !important;
	margin-bottom: 3em !important;
}



/* -- Header for Mobile --------------------------------------------------------------- */

body {
	padding-top: 20px;
}

#hdr-left, #hdr-center, #hdr-right {   
	margin: 0 auto 1em;
	text-align: center;
}

.tagline {
	font-size: 2.5em;
	line-height: 1.25em;
	font-family: 'Playball', cursive;
	color: #25570a;
	margin-bottom: 0;
	letter-spacing: 1px;
}


#hdr-right {
	background-image: url(../img/aerial-cropped.jpg); 
	background-size: contain; 
	padding-top: 8px; 
	border-radius: 5px;
}

#hdr-right i {
	color: #fff;
}

i.fa, .icon {
    margin-right: 0;
}

.fa-3x {
    font-size: 3em;
}


#hdr-right p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	background-color: #555;
	background: rgba(0, 0, 0, 0.6);
	padding-top: .5em;
	margin-top: .5em;
	padding-bottom: .5em;
}

	
footer {
	margin-top:1em;
	text-align:center;
	clear:both;
}

footer ul {
	list-style-type:none;
	text-align:center;
}

footer ul li {
	font-weight:bold;
	font-size:1em;
	line-height:1em;
    display: inline;
    margin: 0;
    padding: 0 .6em;
    text-align: center;
}

footer ul li a {
	color: #084c99;
	text-decoration:none;
}
	

footer p {
	color: #084c99;
    font-size: .9em;
    line-height: 1.3em;
    text-align: center;
	margin-top:1.5em;
}



	
/* -- Header for Tablet --------------------------------------------------------------- */


@media screen and (min-width: 700px) {
	
	body {
		padding-top: 20px;
	}

	header {
		display: flex;
		display: -webkit-flex;
		display: ms-flexbox;
		flex-wrap: nowrap;
		  -webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		justify-content: space-between;
		  -webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		align-items: stretch;
		  -webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		padding-top: 25px;
	}
	
	#hdr-left {
		flex: 1 1 10%;
		  -webkit-flex: 1 1 10%;
		    -ms-flex: 1 1 10%;
		text-align: left;
		margin-right: 0;
		margin-top: 1em;
	}
	
	#hdr-center {
		flex: 1 1 40%;
		  -webkit-flex: 1 1 40%;
		    -ms-flex: 1 1 40%;
		margin-top: 0em;
		margin-left: 0;
	}
	
	.tagline {
		font-size: 3.0em;
	}
	
	#hdr-right {
		flex: 1 1 10%;
		  -webkit-flex: 1 1 20%;
		    -ms-flex: 1 1 20%;
	}
	
}



	
/* -- Header for Desktop  --------------------------------------------------------------- */

@media screen and (min-width: 60em) {   /* 960px  */
	
	body {
		padding-top: 40px;
	}
  
	#hdr-left {
		flex: 1 1 20%;
		  -webkit-flex: 0 1 calc(20% - 1em);
		    -ms-flex: 0 1 calc(20% - 1em);
		min-width: 170px;
		margin-right: 1em;
	}
	
	
	#hdr-center {
		flex: 1 1 40%;
		  -webkit-flex: 1 1 40%;
		    -ms-flex: 1 1 40%;
		margin-top: 1em;

	}

	.tagline {
		font-size: 3.5em;
	}


	#hdr-right {
		flex: 1 1 15%;
		-webkit-flex: 1 1 15%;
			-ms-flex: 1 1 15%;
		margin-left: 5em;
	}
 
}





