#wrapper {
    min-width: 900px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px;
    background-color: #BC986A;
}

header {
    line-height: 145px;
    background-color: #008000;
    background-image: url(../images/badger.png);
    background-repeat: no-repeat;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
	margin: 0;
}

body {
    color: #221811;
    background-color: #659DBD;
    height: 100%;
}

nav {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
	padding: 30px 30px 25px 25px;
	box-sizing: margin-box;
    float: left;
	width: 200px;
	position: fixed;
	background-color: #BC986A;
}

nav a {
    text-decoration: none;
}
nav a:link {
    color: #000000;
}
nav a:visited {
    color: #000000;
}
nav a:hover {
    color: #FBEEC1;
}
nav ul {
	padding: 23px 23px;
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
}
nav ul li {
	padding: 15px; 
}

nav ul li a:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);
}

img {
    padding-left: 10px;
    padding-right: 10px
	clear: all;
}

div img:hover {
    box-shadow: 5px 5px 5px 5px;
}

h1 {
    padding-top: 3px;
    padding-left: 220px;
    font-size: 3em;
}

h4 {
    background-color: #D2B48C;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

main {
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 2em;
    display: block;
    margin-left: 200px;
    padding-top: 0em;
    background-color: #DAAD86;
}

main h2 {
    padding-left: 3em;
    padding-right: 2em;
}
main h3 {
    padding-left: 0em;
    padding-right: 0em;
	margin: 0;
}
main h4 {
    padding-left: 3em;
    padding-right: 2em;
}
main p {
    padding-left: 3em;
    padding-right: 2em;
}
main div {
    padding-left: 3em;
    padding-right: 2em;
}
main ul {
    padding-left: 3em;
    padding-right: 2em;
}
main dl {
    padding-left: 3em;
    padding-right: 2em;
}

table { 
	margin: auto;
	width: 90%;
	border-spacing: 1.5em;
	background-color: #BC986A;
}
	
td, th { 
	padding: 2px;
}

form {
	padding: 2em; 
}

label {
	float: left;
	display: block;
	text-align: right;
	width: 8em;
	padding-right: 1em;
}

input, textarea { 
	display: block;
	margin-bottom: 1em;
}

.button {
	
	height: 55px;
	width: 310px;
	background:#D3D3D3;
	border: 2px solid rgba(33, 68, 72, 0.59);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	float: left;
    border: 1px solid green;
	display: inline-block;
	padding: 15px 25px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000000;
	border: none;
	border-radius: 15px;
	box-shadow: 0 5px #999;
}

.button:hover {
    background-color: #8D8741;
	color: white;
} 

.banner{
	width: 100%;
	height: 538px;
	position: relative;
}

#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
}

#next{
	text-align: center;
	line-height:50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color:#1aaba5;
	position: absolute;
	top:205px;
	right:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}

#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color: #1aaba5;
	position: absolute;
	top:205px;
	left:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}

.banner:hover #next{
opacity:1;
transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
}

.banner:hover #pre{
opacity:1;
transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
}

#mySubmit { margin-left: 9.5em; }

#heromugs {
    background-image: url(../images/court.jpg);
    background-size: 100%;
    height: 310px;
}
#heroguitar {
    background-image: url(../images/kids.jpg);
    background-size: 100%;
    height: 300px;
}
#eventImage{
	background-image: url(../images/event.jpg);
	background-size: 100%;
	background-repeat: none;
    height: 300px;
}
#eventImage:hover {
	box-shadow: none;
	}
#dates{
	background-image: url(../images/mapPhoto.jpg);
	background-size: 100%;
	background-repeat: none;
    height: 500px;
}

#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}

#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

#close{
	height: 50px;
	width: 50px;
	top:0;
	right: 0;
	position: absolute;
	z-index: 990;
}

.details {
    padding-right: 20%;
    padding-left: 20%
}
.floatleft {
    float: left;
}

footer {
    background-color: #BC986A;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    padding-bottom: 25px;
    border-top: 2px solid #221811;
}

* {
    box-sizing: border-box;
	font-family: sans-serif;
}
#road {
    background-image: url(../images/mt.jpeg);
    background-size: 100%;
	background-repeat: none;
    height: 300px;
}
#donorsAndAlumni {
	background-image: url("../images/pexels-photo-541518.jpeg");
	background-size: 100%;
	height: 300px;
}

#importantCalendar {
	background-image: url("../images/pexels-photo-273011.jpeg");
	background-size: 100%;
	height: 300px;
}

#workingPhoto {
	background-image: url("../images/pexels-photo-140945.jpeg");
	background-size: 100%;
	height: 300px;
}

#calendarSquare {
	float: left;
	padding: 30px;
}

#moneySquare {
	float:clear;
	float: right;
	padding: 30px;
}

#donorImages {
	display: block;
}

#floatRight {
	float: right;
}

#mobile {
    display: none;
}
#desktop {
    display: inline;
}
@media only screen and (max-width: 1024px) {
    body {
        margin: 0;
        background-image: none;
    }
    #wrapper {
        min-width: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    header {
        border-bottom: 5px solid #659DBD;
    }
    h1 {
        margin-top: 0;
        margin-bottom: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 2.5em;
    }
    nav {
        float: none;
        width: auto;
        padding-top: 0;
        margin: 10px;
        font-size: 1.3em;
    }
    nav li {
        display: inline-block;
    }
    nav a {
        padding: 1em;
        width: 8em;
        font-weight: bold;
        border-style: none;
    }
    nav ul {
        padding: 0;
        margin: 0;
    }
    #road {
        margin: 0;
        padding: 0;
    }
    #heromugs {
        margin: 0;
        padding: 0;
    }
    #heroguitar {
        margin: 0;
        padding: 0;
    }
    main {
        padding: 0;
        margin: 0;
        font-size: 90%;
    }
}


}




