/*	Mays Consulting & Evaluation Services
	
	Colors:

	#EAEAEA
	#274E80
	#0B1C33
	#8D4139
*/

/* 	Wrapper Divs 	*/

#headwrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	min-width: 280px;
}

#navwrap {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	max-width: 960px;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

/* 	Element Divs	*/

.bar {
	width: 35px;
	height: 5px;
	background-color: white;
	margin: 6px 0;
	border-radius: 5px;
}

/*	Page Elements	*/

* {
	box-sizing: border-box;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
}

body, header, main, section, footer, aside, div {
	display: block;
}

body {
	margin-top: 0;
	background-color: #EAEAEA;
	background-image: url('images/background.jpg');
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 200px;
	height: 100%;
}

#long {
	display: block;
}
	
#short {
	display: none;
}

.menu {
	display: block;
}

nav ul ul {
	position: absolute;
	padding: 0;
	left: 0;
	text-align: left;
	display: none;
	margin-top: 10px;
	
}

nav ul ul a {
	clear: left;
	border: 1px solid #000000;
	opacity: 1;
	border-radius: none;
	display: block;
	margin-left: 0;
	margin-top: 0;
	border-radius: 0;
	width: 320px;
	font-size: 1.5em;
}

nav li:hover ul {
	display: block;
}

#burger {
	display: none;
}
	
header {
	background-color: #274E80;
	padding: 20px 10px 20px 10px;
	border-top: 2px solid #8D4139;
	border-bottom: 2px solid #0B1C33;
}

/*
#navwrap {
	max-width: 695px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
}
*/

nav {
	background-color: #FFFFFF;
	background-image: url('images/rooftops.jpg');
	background-size: cover;
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #0B1C33;
}

/*
nav {
	height: 125px;
*/
nav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

nav a {
	background-color: #274E80;
	opacity: 0.8;
	color: white;
	text-align: center;
	float: left;
	width: 130px;
	padding: 5px;
	margin: 5px;
	border: 1px solid white;
	border-radius: 30px;
}

nav a:hover {
	background-color: #274E80;
	opacity: 1;
	font-weight: bold;
}

/*
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
*/

main {
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px gray;
	padding: 20px;
	margin: 20px 10px 10px 10px;
	max-width: 960px;
	
}

section {
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px gray;
	height: 685px;
	width: 33%;
	padding: 10px;
	margin: 20px 1px 10px 1px;
	float: left;
	text-align: center;
}

h2 {
	color: #414B5A;
}

h3 {
	color: #414B5A;
	border-bottom: 1.5px solid #8D4139;
}

ul {
	line-height: 1.5em;
}

input {
	clear: left;
	height: 35px;
	width: 95%;
	border: 1px solid #414B5A;
	border-radius: 30px;
	margin: 10px;
	padding: 10px 20px;
}

textarea {
	clear: left;
	height: 235px;
	width: 95%;
	border: 1px solid #414B5A;
	border-radius: 30px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px;
}

#fax {
	font-size: 0.8em;
	color: #414B5A;
}

#mobile {
	display: none;
}

section a {
	font-size: 0.8em;
	color: #414B5A;
	text-decoration: none;
}

section a:hover {
	color: #274E80;
	font-weight: bold;
	text-decoration: none;
}

#citrix {
	font-style: italic;
	text-align: center;
}

address {	
	font-size: 0.8em;
}

#spacer {
	clear: left;
	width: 100%;
	height: 125px;
}

footer {	
	margin-top: 50px;
	clear: left;
	width: 100%;
	height: 80px;
	background-color: #274E80;
	color: #FFFFFF;
	text-align: center;
	padding: 25px 0 0 0;
	border-top: 5px solid #0B1C33;
	border-bottom: 5px solid #8D4139;
	position: relative;
	bottom: 0;
}