/* General Styles */
body {
    background-color: #fff;
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: blue;
    text-decoration: underline;
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

/* Headers */
header {
    background-color: #003058;
    color: #fff;
    padding: 1rem;
}

h1 {
    font-weight: 900;
    text-align: left;
    font-family: serif;
}

h2 {
    font-family: serif;
}

p {
    line-height: 1.25rem;
}

/* Navigation */
nav {
    background-color: #F3F3F3;
}

nav a {
    font-weight: bold;
    text-transform: unset;
    text-decoration: none;
}
dt a {font-weight: bold;
color: blue}
h3 {
    font-weight: bold;
    color: blue;
}

dt {
    font-weight: bold;
    color: blue;
}
/* Hero Sections */
#studenthero, #facultyhero {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#homehero {
    background-image: url("images/homehero.jpg");  
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#studenthero {
    background-image: url("images/studenthero.jpg");
}

#facultyhero {
    background-image: url("images/facultyhero.jpg");
}

/* Wrapper */
#wrapper {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}

/* Footer */
#footer {
    display: table;
    text-align: center;
    margin: 0 auto;
}
