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.5rem;
padding-right: 0.5em;
padding-top: 0.5em;
margin-bottom: 0; 
    
}

header a {
    text-decoration: none;
    color: #FFFFFF;
}


nav {
	font-weight:bolder;
	font-size: 1.1em ;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-left: 2em;
    float: left; width: 160px;
    padding top: 20px; 
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
}

nav a {
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
}

nav a:hover {
 background-color: #BA1C21;
}
nav ul {
    margin: none;
    padding-left: 0px;
    list-style-type: none;
}
footer {
	font-size: 0.7em; 
	font-style: italic;
	text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
    margin-left: 170px;
    position: inherit;
}

body {
	color: #424242;
	font-family: verdana ;
    background: linear-gradient (#eeeeee, #ffffff);
    background-attachment: fixed;
}

#wrapper {
	background-color: #424242;
	width: 80%; 
    height: auto;
    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;
    background-color: #FFFFFF;
    margin-left: 170px;
    padding-bottom: 1px;
    padding-top: 1px;
    
    
}

#homehero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;
}

#facultyhero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;

}

#studenthero{
    height: 300px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;

}

nav a {
    text-decoration: none;
}

*{
    box-sizing: border-box;
}

section{
   float: left;
   padding-right: 1rem;
   width: 33%;
   height: 250px;
}

{clear: both;}

