/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset*/

body {
	font: 16px 'Roboto', sans serif;
	background-color: grey;
	line-height: 1.25em;
}

p  {
	margin: 1em 0;
}

h1 {
	font-size: 2em;
	color: #1b2ff0;
	text-align: center;
	line-height: 1.25em;
}

h2 {
	font-size: 1.625em;
	color: #1b2ff0;
	text-align: center;
	line-height: 1.25em;
	margin-bottom: .75em;
}

a {
	text-decoration: none;
	color: #fff;
}

.colorLink {
	color: #444;
	text-decoration: underline;
}

.colorNumber {
	color: #1b2ff0;
	text-decoration: none;
}

header {
	width: 90%;
	margin: 0 auto;
	padding: 1em;
}

footer {
	width: 90%;
	margin: 0 auto;
	padding: 1em 1em 1em 1em;
	clear: both;
}

#logo {
	padding: 1em 0;
	display: block;
	margin: 0 auto;
	
}

.headerPhone {
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	font-size: 1.25em;
}

#address {
	text-align: center;
}

#address p {
	margin: 0 0;
}

#phoneSocial {
	text-align: center;
}

.smallText {
	font-size: .75em;
	text-align: center;
}


.wrapper {
	background-color: #1b2ff0;
	border: 4px solid #fff;
	border-radius: 15px;
	color: #fff;
	width: 90%;
	margin: 1em auto;
	display: block;
	
}

.mainContent {
	background-color: #fff;
	border-style: none;
	border-radius: 15px;
	color: black;
	width: 90%;
	margin: 0 auto;
	padding: 1em;
}

#emailButton {
	border: 3px solid #1b2ff0;
	text-align: center;
	padding: 1em;
	margin: 0 auto;
	width: 8em;
	color: #444;
}



#emailButton:hover {
	background-color: #1b2ff0;
	color: #fff;
}

/* ICOMOON FONTS */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?n525on');
	src:url('fonts/icomoon.eot?n525on#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?n525on') format('truetype'),
		url('fonts/icomoon.woff?n525on') format('woff'),
		url('fonts/icomoon.svg?n525on#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
	content: "\e900";
	color:  #f7f7f7;
	font-size: 2em;
}

.icon-facebook2:hover:before {
	color: #3cb0fd;
}

/* CONTACT FORM STYLE*/

/* Add curved borders to various elements */
 
#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
	border-radius: 10px;
}
 
 
/* Style for the contact form and status messages */
 
#contactForm, .statusMessage {
  color: #666;
  background-color: #fff;

  border: 1px solid #aaa;
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
 
 
/* The form dimensions */

#formContent {
	width: 80%;
	margin: 0 auto;
	
	
	
}
 
#contactForm {
	  width: 90%;
	  height: 100%;   
	  padding: 0 1.5em 1.5em 1.5em;
	  margin: 0 auto;
  
}
 
 
/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 
 
/* Dimensions and position of the status messages */
 
.statusMessage {
  display: none;
  margin: auto;
  width: 75%;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
  clear:both;
}
 
 
/* The header at the top of the form */
 
#contactForm h3 {
  font-size: 1.375em;
  margin: 1em 0;
  padding: 1em;
  width: 90%;  
  color: #1b2ff0;
  text-align: center;
  line-height: 1.375em;
  
}
 
 
/* Give form elements consistent margin, padding and line height */
 
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1.5em;
}
 
 
/* The field labels */
 
label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  
}
 
 
/* The fields */
 
input, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 67%;
  
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  
  background: #fff;
}
 
textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
  font-family: 'Roboto', sans-serif;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
 
 #formButtons {
	background-color: #fff;
	width: 80%;
	height: auto;
	display: block;
}
 
/* Display correctly filled-in fields with a green background */
 
input:valid, textarea:valid {
  background: #8fecff;
}
 
 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 3px solid #fff;
   
  border-radius: 10px;
  
  color: #fff;
  background: #1b2ff0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  
  
}
 
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
input[type="submit"]:hover {
	background: #3cb0fd;
}

input[type="button"]:hover {
	background: #FF5E47;
}

 
#contactForm [type="submit"]:focus {
	border: 3px solid #fff;
}
 
input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  
}
 
input[type="button"] {
  background: #f33;
}

@media screen and (max-width: 500px) {

.wrapper {
	width: 100%;
	border: none;
	margin: 0 auto;
	border-radius: 0;
}

.mainContent {
	border: none;
	margin: 0 auto;
	border-radius: 0;
}

header {
	width: 100%;
	padding: 0;
}

#formContent {
	width: 100%;
}

#contactForm {
	width: 90%;
	position: relative;
	padding: .5em;
}





}

@media screen and (max-width: 705px) {

label {
	float: none;
	text-align: none;
	display: inline;
}

input, textarea {
	width: 80%;
}

}

@media screen and (min-width: 960px) {
.wrapper {
	width:960px;
}

.statusMessage {
	width: 800px;
}

}