* {box-sizing: border-box;}


body {color:#666666;
	 font-family: sans-serif;
	 background-color:#ffffff;
	 background: linear-gradient( #eeeeee, #ffff);
	 background-attachment: fixed;}

body main {display: block;
        background-color: #ffffff;
        margin-left: 170px;
        padding: 1px 2rem}

header {background-color:#BA1C21;
	   color:#ffffff;
	   font-family: serif;}

body header h1 {line-height: 72px;
				background-image: url("dsu.jpg");
				background-repeat:no-repeat;
				background-position: right;
				padding-left:0.5rem;
				margin-bottom: 0;}

header a{text-decoration: none;
        color: #FFFFFF; }

nav {font-weight: bold;
    padding: 20px 5px 0px 20px;
    width: 160px;
    float: left;
    position: sticky;
    top:0}

nav a {text-decoration: none;
        color: #FFFFFF;
        padding: 1rem 0rem;
        display: block;}
    
nav a:hover {background-color: #BA1C21;}

nav ul {list-style: none;
    margin:0%;
    padding-left:0%}

h2 {color:#424242;
	font-family: serif;}

dt {color:#BA1C21;
	font-weight: bold;}

.dsu {color:#BA1C21;
	  font-size:1.2rem;}

footer {font-size: .70rem;
		text-align: center;
		font-style: italic;
        padding: 1rem;
        background-color: #FFFFFF;
        margin-left: 170px;}
	
#wrapper {width: 80%;
		margin-left: auto;
		margin-right: auto;
		background-color: #424242;
		min-width: 960px;
		max-width: 2048px;
		box-shadow: 0px 3px 3px rgba(66,66,66,0.3);}

h3	{color: #BA1C21;}

#homehero {background-image: url("homehero.jpg");
		height: 330px;
		background-size: cover;
		background-position: center;
        background-repeat: no-repeat;
        margin-left: 170px;}

#studenthero {background-image: url("studenthero.jpg");
			height: 330px;
			background-size: cover;
			background-position: center;
            background-repeat: no-repeat;
            margin-left: 170px;}		

#facultyhero {background-image: url("facultyhero.jpg");
			height: 330px;
			background-size: cover;
			background-position: center;
            background-repeat: no-repeat;
            margin-left: 170px;}


.section {float: left;
        width: 33%;
        padding-right: 1rem}

.clear {clear: both;}