@charset "utf-8";

html {
	background-color: #333333;
}

body {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../_images/Sunrise.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #E5EAD5;
	padding-right: 40px;
	padding-left: 40px;
}

header {
	position: relative;
	color: #FFF0D2;
	left: auto;
	right: auto;
}

.logo {
/*	float: left;
	width: 25%;
/*	margin-left: 5%;*/
}

.top {
	float: right;
	width: 60%;
}

.main nav {
/*	float: right;
	top: 30px;
	align-items: center;
	right: 270px;*/
}

.main-h1 {
/*	clear: right;
	line-height: 3;
	float: right;*/
/*	top: 380px;
	right: 250px;
	width: 600px;
	height: 120px;*/
	text-align: center;
/*		border: 2px solid blue;*/
	font-size: 2.7em;
}

footer {
	color: #FFF0D2;
	text-align: center;
	font-size: 1em;
	padding-bottom: 2px;
	position: relative;
	top: 45px;
}

.extra {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}



/********************* Base styles that apply to all menus *********************/

/*.menu-section {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid hsl(0, 0%, );
}
*/
.menu ul, .extra {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	display: block;
	text-decoration: none;
	color: #FFF0D2;
	padding: .6em 1em;
	margin-left: auto;
	margin-right: auto;
/*	text-align: right;*/
}

.menu li a:hover {
	background: rgba(0,0,0,.20);
}

.menu span {
    display: block;
    font-size: .8em;
    font-weight: lighter;
    font-style: italic;
}

/********************* Styles for Main Menu *********************/

.main-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;


/*	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	clear: left;
	flex: 1 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	
	position: absolute;
	top: 10px;
	left: 350px;
	width: 500px;
	height: 80px;
	border: 3px solid blue;
	text-align: center;*/
	/*font-size: 2.7em;*/

}
    
.main-nav li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
/*	-webkit-flex: 1 0 6em;
	-ms-flex: 1 0 6em;
	flex: 1 0 6em;
	margin-left: auto;*/
}

.main-nav li a {
/*	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
*/}

.icon {
	-webkit-flex: 0 0 1.2em;
	-ms-flex: 0 0 1.2em;
	flex: 0 0 1.2em;
	font-size: 1.2em;
	padding-top: .5em;
}

.small {
	font-size: .9em;
	padding-top: 0;

}

.button-text {
	font-size: 1.1em;
	text-align: center;
/*	margin: auto;*/
}
    
