@charset "UTF-8";

/* Layout Small Screens */

body.home {
background: linear-gradient(to bottom, rgba(45, 58, 87, .85) 0, rgba(28, 36, 53, .85) 100%), url(../images/aviation-miami-sm.jpg) no-repeat center center;
background-size: cover;
}

body.about {
background: linear-gradient(to bottom, rgba(45, 58, 87, .85) 0, rgba(28, 36, 53, .85) 100%), url(../images/boeing-sm.jpg) no-repeat center center;
background-size: cover;
}

body.work {
background: linear-gradient(to bottom, rgba(45, 58, 87, .85) 0, rgba(28, 36, 53, .85) 100%), url(../images/employment-sm.jpg) no-repeat center center;
background-size: cover;
}

body.why {
background: linear-gradient(to bottom, rgba(45, 58, 87, .85) 0, rgba(28, 36, 53, .85) 100%), url(../images/why.jpg) no-repeat center center;
background-size: cover;
}


body.contact {
background: linear-gradient(to bottom, rgba(45, 58, 87, .85) 0, rgba(28, 36, 53, .85) 100%), url(../images/plane-blurred-background-sm.jpg) no-repeat center center;
background-size: cover;
}

header {
	width: 100%;
}

div.headerinner {
	margin: 0;
	padding: 20px 20px 0;
}

h1.nonhome {
	font-size: 2.1em;
	margin: 30px 0 0.3em 20px;
	line-height: 1.2em;
	padding: 0;
	letter-spacing: 0.2px;
}

h1.home {
	color: #fff;
	width: 100%;
	display: inline-block;
	margin: 20px 0 0 0;
	font-size: 48px;
	line-height: 1.3;
	padding: 0 0 20px 0;
	letter-spacing: 0.2px;
	font-weight: 300;
}

div.banner {
	padding: 0 20px 0 20px;
	margin:0;
}

h2 {
	font-size: 1.4em; 
	margin: 10px 0 .3em 0;
	line-height: 1.2em;
	font-weight: 300px;
	letter-spacing: 0.2px;
}

div.leftlogo {
	display: none;
}

div.rightlogo {
	width: 70%;
	float: left;
	height: 60px;
	text-align: right;
	margin:0;
	padding:0;
}

div.rightlogo img {width: auto; height: 40px; border:0;}

div.burger { 
	display: block; 
	cursor:pointer;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 300;
	height: 60px;
	width: 30%;
}

nav {
	display: none;
}

div.leftcol {
	float: none;
	padding: 0 0 30px 0;
	width: 100%;
	margin: 0;
}

div.rightcol {
	padding: 0;
	width: 100%;
	margin: 0;
	float: none;
}

div.leftcol2 {
	padding: 0 0 30px 0;
	width: 100%;
	margin: 0;
	float: none;
}

div.rightcol2 {
	padding: 0;
	width: 100%;
	margin: 0;
	float: none;
}

div.leftcol3 {
	padding: 0 0 0 0;
	width: 90%;
	margin: 0;
	height: 100%;
	float: none;
}

div.checkatrade2 {text-align: left; margin: 0;}

div.checkatrade2 img {
	width: 90%;
	height: auto;
	border:0;
	margin-left: -20px;
	max-width: 380px;
}

div.noncheckatrade {text-align: center; margin: 0;}

div.checkatrade {text-align: right; margin: 0;}

div.checkatrade img {
	width: 90%;
	height: auto;
	border:0;
	margin-right: -20px;
	max-width: 380px;
}

div.noncheckatrade img {
	width: 80%;
	height: auto;
	border:0;
	max-width: 300px;
}

div.main {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px 0 20px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(45, 58, 87, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
	display: block;
}

.overlay-content1 {
    position: relative;
    width: 95%;
	float: left;
    text-align: left;
    margin-top: 30px;
	margin-left: 5%;
}

.overlay a {
    padding: 2px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
	letter-spacing: 1px;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1; text-decoration: underline;
}

.overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 48px;
}

div.logoleft img {height: 45px; width: auto; border: 0; margin-right: 20px;}
div.logoright img {height: 45px; width: auto; border: 0; margin-left: 20px;}

div.logoleft {float: left; text-align: right; width: 50%}
div.logoright {float: left; text-align: left; width: 50%;}

div.q {background:url(../images/q.png) no-repeat left top; max-width: 600px; font-family: georgia; padding-left: 20px;}
div.q div {text-align: right; font-style: italic; color: #eef;}

div.logoleft img {height: 35px; width: auto; border: 0;}

div.logoleft {float: left; text-align: center; width: 25%}

/* ******* media ********* */

@media screen and (max-width:590px) {
    h1.home {font-size: 36px; margin: 20px 0 0 0;}
	div.logoleft img {height: 30px;}
}

@media screen and (max-width:500px) {
    div.logoleft img {height: 50px; width: auto; border: 0; margin-bottom: 20px;}
	div.logoleft {float: none; text-align: center; width: 100%;}
}

@media screen and (max-width:440px) {
    h1.home {font-size: 28px; margin: 15px 0 0 0;}
	div.q {padding-left: 10px;}
}