/*Flightpath CSS*/
html, body {
	margin:0px;
	width:100%;
	height:100%;
	font-family: 'Rubik', sans-serif;
	padding:0px;
}
h1, h2, h4, .address {
	font-family: 'Rubik', sans-serif !important;
}
h1 {
	margin-top: 75px !important;
	font-size: 4.3em !important;
	text-align: center;
}
h4 {
	font-size: 2.5em !important;
	text-align: right;
	padding-right: 235px;
}
.spacer {
	margin: 20px 0;
	height: 50px;
	border: 4px solid #A5A5A5;
	text-align: center;
}
.images {
	text-align: center;
}
.images img, .images div.address, .images iframe {
	display: inline-block;
	width: 274px;
	margin:10px 5px;
	border: 1px solid #A5A5A5;
	vertical-align: top;
}
.images div.address {
	height: 274px;
	background-color: #333333;
	color: #ffffff;
	font-size: 16px;
	padding: 40px 20px;
	text-align: left;
}
.images div.address p.email {
	padding: 35px 0;
}
.images img.first {
	margin-left: 0px;
}
.images img.last {
	margin-right: 0px;
}
a.button {
	margin: 0 50px;
	padding:2px 10px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 2em;
}
a.button:hover {
	color: #000000;
}
.text {
	margin-top: 50px;
}
.text p {
	font-size: 1.5em;
}
.text a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.text a:hover {
	color: #333333;
	text-decoration: none;
}

@media(max-width:767px) {
	h1 {
		font-size: 3.3em !important;
		text-align: left;
	}
	h4 {
		font-size: 2em !important;
		text-align: right;
		padding: 0;
	}
	div.spacer {
		display: block;
		height: auto;
	}
	a.button {
		display:block;
		font-size: 1.5em;
	}
}