﻿@font-face {
  font-family: 'HelveticaNeueLT-Thin';
  src: url('../assets/fonts/29FC75_7_0.eot');
  src: url('../assets/fonts/29FC75_7_0.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/29FC75_7_0.woff') format('woff'), url('../assets/fonts/29FC75_7_0.ttf') format('truetype');
  
  /* 35 */
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'HelveticaNeueLT-Thin';
}
h1{
	font-size: 10em;
	/* padding: 10px 0 0 0; */
	margin: 0;
	text-align: center;
	line-height: 0.9;
}
h2{
	text-align: center;
	margin: 0.3em 0;
}
section{
	height: 85%;
}
	section a{
		text-decoration: none;
		font-weight: bold;
		color: #2875a8;
	}
	section p{
		line-height: 1.5;
	}
	section form input{
		font-size: 0.8em;
		padding: 5px;
		width: 80%;
		float: left;
		border: solid 1px #ccc;
		border-right: none;
		margin-left: 3%;
	}
	section form button{
		height: 27px;
		width: 22px;
		background-color: orange;
		float: left;
		border: solid 1px #ccc;
		border-left: none;
		position: relative;
	}
		section form button:after {
			content: " ";
			width: 0;
			height: 0;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			border-left: 9px solid white;
			position: absolute;
			top: 5px;
			left: 7px;
		}
#mapImage{
	display: none;
	bottom: 0%;
	right: 5%;
	position: absolute;
	max-width: 40%;
	max-height: 100%;
}
footer{
	height: 15%;
	background-color: #2875a8;
	width: 100%;
}
	footer img{
		max-width: 80%;
		position: relative;
		top: 60%;
		left: 4%;
	}
@media screen and (min-width : 500px) {
	section, footer{
		padding: 0 5%;
		width: 90%;
	}
	section{
		height: 90%;
		width: 50%;
	}
	h1{
		text-align: left;
		font-size: 15em;
	}
	h2{
		text-align: left;
		font-size: 4em;
	}
	section form input {
		width: auto;
		margin-left: 0;
	}
	#mapImage{
		display: block;
	}
	footer{
		height: 10%;
	}
		footer img{
			width: 50%;
		}
}
@media screen and (min-width : 800px) {
	section, footer{
		padding: 0 5%;
		width: 90%;
	}
	section{
		height: 70%;
		width: 60%;
	}
	#mapImage{
		max-width: 30%;
	}
	footer{
		height: 30%;
	}
		footer img{
			width: 50%;
		}
}