h1 {
    background-color:#ba1c21;
       color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 240%;
    margin-bottom: 0;}

body {background-color: #ffffff;
	color: #666666;
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    background-image: linear-gradient(to bottom, #eeeeee , #ffffff); 
    background-attachment: fixed; }
    
main { padding-left: 2em;
        padding-right: 2em;
        display: block;}

nav { background-color: #f3f3f3; }

nav a {font-weight: bold; 
text-decoration: none;}

#wrapper { 
        background-color: #ffffff;
        min-width: 960px;
        max-width: 2048px;
        width: 80%;
        box-shadow: 0px 3px 3px rgb(66,66,66,0.3);
        margin-right: auto;
        margin-left: auto; }

h2 { color: #424242;
      Font-family: Georgia, 'Times New Roman', Times, serif; }
h3 { color: #ba1c21}

      dt { color: #ba1c21;
            font-weight: bold; }
footer {font-size: .70em;
        font-style: italic;
        text-align: center; }
span {font-size: 1.2em;
    color: #ba1c21; }
    
#homehero
    {background-image: url(images/homehero.jpg);
            height: 300px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;}

#studenthero
    {background-image: url(images/studenthero.jpg);
            height: 300px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;}

#facultyhero
    {background-image: url(images/facultyhero.jpg);
            height: 300px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;}  

#aluminihero
    {background-image: url(images/aluminihero.jpg);
            height: 300px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;}  