header {
	background-color: #BA1C21;
	color: white; 
	font-family: georgia;
	font-weight: bold;
}

h1{
background-position: right;
background-repeat: no-repeat;
height: 72px;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
margin-bottom: 0;    
    

}
nav {
	background-color: #F3F3F3;
	font-weight:bolder;
	font-size: 1.1em ;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-left: 2em;
}

footer {
	font-size: 0.7em; 
	font-style: italic;
	text-align: center;
    padding: 1em;
}

body {
	color: #424242;
	font-family: verdana ;
    background: linear-gradient (#eeeeee, #ffffff);
    background-attachment: fixed;
}

#wrapper {
	background-color: #ffffff;
	width: 80%; 
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
	margin-right: auto;
	margin-left: auto;
}

element {
	color:#BA1C21;
}

h2 {
	color: #424242;
	font-family: georgia;
	font-weight: bold;
}

h3{
    color: #BA1C21;
}

main{
    padding-right: 2em;
    padding-left: 2em;
    display: block;
}

#homehero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
}

#facultyhero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
}

#studenthero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
}

nav a {
    text-decoration: none;
}


