/* Portrait tablet and small desktops */
@media (max-width: 940px) {
	body {
    font-size: 16px;
    line-height: 1.4;
    top:0px;
    /*background: red !important;*/
	}

	.bigLogo {
		margin: 0 auto;
		padding: 4% 0;
	}

	.logo {
		display: block;
		margin: 0 auto 20px auto;
	}

	h1 {
		font-size: 26px;
	}

	h3 {
		font-size: 16px;
	}

	button, select, textarea {
		display: block;
		position: absolute;
		right: 90px;
		top: 0px;
	}	

	.menuWrap {
		display: none;
	}

	.mobileLogo {
		display: block;
	}

	.wrap {
		width: 75%;
	}

	.floatLeft {
		float: left;
		margin-top: 30px;
		clear: both;
	}

	.fade {
		margin: 0 auto !important;
	}

	/*contact*/

	.contactWrap {
		width: 100%;
		padding: 2%;
	}
	
	.contactInfo {
		width: 100%;
	}	

	.contactInfo ul {
		padding-top: 10%;
	}

	.contactInfo ul li {
		text-align: center;
	}

	.map {
	 float: left; 
	 padding-top: 0; 
	 margin-right: 0; 
	 margin-left: 11%;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 867px) {
	body {
    font-size: 14px;
    top:0px;
    /*background: blue !important;*/
	}

	h1 {
	  font-size: 30px;
	}  

	h2 {
	  font-size: 20px;
	}  

	h3 {
	  font-size: 18px;
	}  

	h4 {
	  font-size: 16px;
	}  
	.homeLabel{
	width: 100%;
	}

	/*contact*/

	.map {
		margin-left: 18%;
	}

	.map iframe {
		width: 425px;
		height: 350px;
	}

}

/* Mini tablets to phones */
@media (max-width: 700px) {
	body {
		top:0px;
		/*background: green !important;*/
	}

	.wrap {
		width: 90%;
	}
	.homeLabel{
		width: 100%;
	}

	/*contact*/

	.map {
		margin-left: 5%;
	}
	
}	

/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		font-size: 14px;
		top:0px;
		/*background: yellow !important;*/
	}

	h1 {
	  font-size: 22px;
	}  

	h2 {
	  font-size: 18px;
	}  

	h3 {
	  font-size: 16px;
	}  

	h4 {
	  font-size: 14px;
	} 

	.logo {
		float: left;
		margin-bottom: 10px;
	}

	.footer .wrap {
		width: 95%;
	}

	/* menu */

  button, select, textarea {
  	display: block;
  	position: absolute;
  	right: 15px;
  	top: 0px;
  }

	/*home*/ 

	.bigLogo {
		padding: 16% 0 7% 0;
		width: 45%;
	}

	.homeLabel{
		width: 100%;
		padding top: 3em;
	}

	.homeInfo {
		min-height: 500px;
	}

	/*contact*/

	.map {
		margin-left: 7%;
	}

	.map iframe {
		width: 325px;
		height: 250px;
	}

}