/* HTML5 Template Styles for HTML5Template page */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}
*    {
	margin: 0px;
	padding: 0px;
}
 	html, body {
    height: 100%;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
footer, .push {
height: 4em;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
header {
    width: 100%;
	background: #87ceeb;
}
header #logo {
	text-align: left;
	background-color: #87ceeb;
	max-width: 185px;
	width: 100%;
	padding-left: 35px;
}
#headerContact {
    padding-top: 10px;
 	padding-right: 20px;
    max-width: 400px;
	width: 100%;
	float: right; 
}
#headerContact #socialmedia {
     max-width: 30px;
	 width: 100%;
	 text-align: right;
}
#headerContact #phone{
     max-width: 268px;
	 width: 100%;
	 text-align: right;
	 padding-right: 15px;
}
#menu-icon {
     display: none;
}
nav {
	width:100%;
	background-color: #5cacee;
	height: 22px;
	font-family: Arial;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25) !important;
}
nav ul {
   float: right !important;
   list-style-type: none;
   padding-right: 25px !important;
   
}
nav ul li {
   display: inline;
}
nav ul li a {
    font-size: 90%;
	margin:0 0 0 1px;
	padding:3px 10px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
nav ul li a:link, nav ul li a:visited {
	color: #000000;
}
nav ul li a:hover {
	background-color: #ebebeb !important;
	color: #5cacee !important;
}
nav .present {
	color: #ffffff !important;
	
}

footer  {
	text-align: center;
	clear: both;
	background-color: #87CEEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer a {
	color: #000000;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-family: Calibri;
	font-weight: normal;
	font-style: italic;
	font-size: 170%;
	text-align: left;
	padding-left: 35px;
}
h3 {
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4  {
    font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
}	
#wrapper h2 {
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
