/*Colors we are going to use:
#F2D8A7 - tan
#8C5614 - Carmel
#A68B6A - light brown
#261201 - dark brown
#734116 - brown
*/

body {
  font-family: Arial, sans-serif;
  margin: 0px;
  color: #666666;

}

 #grad1 {
  height: 200px;
  background-attachment: fixed;
  background-color: #eeeeee
  background-image: linear-gradient(#eeeeee, #ffffff);
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 2040px;
  min-width: 960px ;
  background-color: #424242;
  box-shadow: 0px 3px 3px rgba(66, 66, 66, 0.3);
}

header {
  background-color: #BA1C21;
  color: #FFFFFF;
   font-family: Georgia, serif;
}

h1 {
  font-size: 51px;
  margin: 0px 70px 15px 0px;  
  background-image: url("images/dsu.jpg");
  background-repeat: no-repeat;
  padding-left: 0.5rem;
  height: 72px;
  background-position: right;
  margin-bottom: 0px;
}

h1 a{
  text-decoration: none;
  color:  #FFFFFF;
}

div header h1 {
  line-height: 60px;
}

img {
  width: 300px;
}

#homehero{
  background-image: url("images/homehero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  margin-left: 170px;
}

#studenthero{
  background-image: url("images/studenthero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  margin-left: 170px;
}

#facultyhero{
  background-image: url("images/facultyhero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  margin-left: 170px; 
}

nav {
width: 160px;
Float: Left;
font-weight: bold;
padding-top: 20px;
padding-right: 5px;
padding-bottom: none;
padding-left: 20px;

}

nav a { 
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 0rem;
  display: block;
 }

nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
nav ul li.navitem {
  display: inline-block;
}
nav ul li a {
  padding: 10px 20px;
  display: block;
}
nav ul li a:hover {
  background-color: #BA1C21;
  color: #FFFFFF;
}
body nav .navitem a {
  color: #FFFFFF;
}

nav.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


#homehero, #studenthero, #facultyhero, main, footer{
  margin-left: 160px;
  background-color: #ffffff;
}

#headingh1 {
  color: #FFFFFF;
}
#mainh1 {
  color: #261201;
}
.navitem a {
  color: #8C5614;
}
li {
  font-weight: bold;
}

h2 { 
  background-color: #FFFFFF;
  color:#424242;
font-family: Georgia, serif;
font-weight:  bold;
}

h3 {
  color: #BA1C21;
}

dt {color:#BA1C21;
  font-weight: bold;}

p {
  font-size: 1rem;

}
main {
  font-size:1rem;
  line-height: 24px;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #FFFFFF;
  margin-left: 170px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a {
  text-decoration: bold;
}

.dsu { 
Color: #BA1C21;
font-size: 1.2em;
}

* { box-sizing: border-box; }

hgroup > h1 {
    margin: 0;
    float: left;
    width: 33%;
    padding-right: 1rem ;
}

.clear {
  clear:  both;
}

.left-col {
  float: left;
  width: 33%;
}

.center-col {
  float: left;
  width: 33%;
}

.right-col {
  float: left;
  width: 33%;
}

footer {
 font-size: .70em;
 font-style: italic;
 text-align: center;
 padding: 1em;
}
