@charset "UTF-8";
/* CSS Document for Wright Aviation Maintenance */
/* Created 15 August 2018 by Dan Sharkey        */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@inport url('https://fonts.googleapis.com/css?family=Oswald');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 16px;
	background-color: #99ccff; 	
}
.content {
	max-width: 500px;
	margin: 0 auto;
	text-aligh: center;
}
.content h1 {
	font-family: 'Raleway', sans-serif;
	color: #F9F3F4;
	text-shadow: 0px 0px 300px #000;
	font-size: 500%;
}
.content h2 {
	font-family: 'Raleway', sans-serif;
	color: #F9F3F4;
	text-shadow: 0px 0px 300px #000;
	font-size: 500%;
}
img, object{
	max-height: 90%;
	max-width: 90%;
}
@media screen and (max-width: 959px) {
	#container{ width: 100%
	}
}
@media screen and (max-width: 320px) {
	#container{ width: 320px
	}
}