/*HEADER--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------*/
header {
	background:white;
	border-bottom-color: #013F70;
	height:135px;
}

header .logo {
	background-image: url(images/logo.png);
	height:130px;
	width:426px;
}

#homeWelcomeMessage {
	text-align: center;
	background-color: white;
}

#flyImage {
	content: url(images/FlyLogo.jpg);
}

body > header > div {
	text-align: center;
}

@media (max-width: 767px) {
	header {
		display:block;
		height:70px;
	}
	header .logo {
		height:90px;
		width:180px;
		background-image:url(images/logo_small.png);
	}

	#flyImage {
		content: url(images/FlyLogo_small.jpg);
	}
}