@charset 'UTF-8';
@import url("sectionstyle.css");

html{
	height: 100%;
}


header {
	width: 50%;
	top: 100px;
	padding: 0;
	position: absolute;
}

nav {
	position: fixed;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	padding: .75em 10em 0 0;
	opacity: .9;
	background: #FF944C;
}
.subpage {
	position: absolute;
	float: right;
	padding: .25em 5em 0 0;
	width: 50%;
	top: 0;
	right: 0;
}
nav ul {
	list-style-type: none;
	margin: 10px;
	text-align: right;
}
.subnav {
	text-align: left;
}
nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}
nav ul li a {
	font-size: 1.2em;
	padding-bottom: .3em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	-webkit-transition: color .3s;
	transition: color .3s;
}
nav ul li a:hover {
	outline: none;
	border-bottom: 3px solid #000045;}

.banner {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.padding {
	padding: 1em 2em 1em 2em;
}
body {
	background-color: #FFFCE6;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

main{
	width: 90%;
	margin: 0 auto;
	flex-grow: 1;
}
aside {
	float: right;
}

footer {
	text-align: center;
	text-transform: uppercase;
	text-color: darkslategray;
	margin-top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	background: #FF944C;
}

.center {
	display:flex;
	justify-content: center;
}

div1 {
	border-radius: 10px;
	background-color: #FFEF60;
	text-align: center;
	width: 70vh; 
	float: left; 
	padding: 10px;
	margin: 30px;
}

div2 {
	border-radius: 10px;
	background-color: #C9D7D8;
	text-align: center;
	width: 70vh;
	float: left; 
	padding: 10px;
	margin: 30px;
}

div3 {
	border-radius: 10px;
	background-color: #D3FFA6;
	text-align: center;
	width: 70vh; 
	float: left; 
	padding: 10px;
	margin: 30px;
}

div4 {
	border-radius: 10px;
	background-color: lightblue;
	text-align: center;
	width: 80vh;
	float: left;
	padding: 10px;
	margin: 30px;
}
@media (max-width:600px){
nav {
    position: fixed;
    float: right;
    z-index: 400;
    top: 0;
    display: block !important;
    padding: .25em 10em 0 0;
    opacity: .9;
    background: #FF944C;
    right: 0vmax;
    left: auto;
    width: 0%;
}
nav ul li {
    display: list-item;
    /* [disabled]margin-bottom: 0; */
    margin-left: 0.5em;
}
nav ul li a {
    font-size: 1em;
    padding-bottom: .3em;
    text-decoration: none;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
    -webkit-transition: color .3s;
    transition: color .3s;
}
.subpage {
    position: absolute;
    float: right;
    padding-top: .25em;
    padding-right: auto;
    padding-left: 0px;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    right: auto;
}
.banner {
    max-width: 600px;
    height: auto;
    min-width: 450px;
    width: 100%;
	}}



@media (min-width:1000px){
.banner {
    width: 100%;
    max-width: 1400px;
    height: auto;
}
}
@media (max-width:350px){
nav {
    position: static;
    z-index: 400;
    top: 0;
    display: inline-block !important;
    width: 100%;
    padding-right: auto;
    padding-left: 0;
    padding-bottom: auto;
    opacity: .9;
    background: #FF944C;
    margin-left: 0px;
    left: 0px;
}
nav ul li {
    display: inline;
    margin-bottom: 0;
    margin-left: 1.5em;
}
nav ul li a {
    font-size: 1em;
    padding-bottom: 0.1em;
    text-decoration: none;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
    -webkit-transition: color .3s;
    transition: color .3s;
    /* [disabled]margin-right: auto; */
    margin-left: 2%;
    padding-left: 10px;
}


	}
