/*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 {
display: grid;
grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
grid-auto-rows: minmax(0px, auto);
}

#redbar {
background-color:#BA1C21;
grid-column:1 / -1;
grid-row:1 / 2 ;
}

#greybar{
background-color: #424242;
grid-column: 1 / -1;
grid-row: 2 / 3;
} 


header {
  background-color: #BA1C21;
  color: #FFFFFF;
   font-family: Georgia, serif;
   grid-column: 2 / -2;
   grid-row: 1 / 2;
}

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: 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;
  grid-row: 3 / 4;
  grid-column: 1 / -1 ;
}

#studenthero{
  background-image: url("images/studenthero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 3 / 4;
  grid-column: 1 / -1 ;
}

#facultyhero{
  background-image: url("images/facultyhero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 3 / 4;
  grid-column: 1 / -1 ;
}

nav {
background-color: #424242;
font-weight: bold;
grid-row: 2 / 3;
grid-column: 2 / -2;

}

nav a { 
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 0rem;
  display: block;
  text-align: center;
 }

nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-flow: row, nowrap;
}

nav ul li {
  width: 100%;
}
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;
  grid-row: 4 / 5;
  grid-column: 2 / -2;
  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;
 grid-row: 5 / 6;
 grid-column: 2/ -2;
}

@media only screen and (max-width: 1100px) {

#wrapper {
display: grid;
grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
grid-auto-rows: minmax(0px, auto);
}


}

@media only screen and (max-width: 900px) {

#wrapper {
display: grid;
grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
grid-auto-rows: minmax(0px, auto);
}

nav {
background-color: #424242;
font-weight: bold;
grid-row: 2 / 3;
grid-column: 1 / 5;

}
nav ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-flow: column, nowrap;
}

#homehero{
  background-image: none;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}

#studenthero{
  background-image: none;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}

#facultyhero{
  background-image: none;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}
section {
  float:  none;
  width:  100%;
  padding-right:  0px;
}

}

@media only screen and (max-width: 600px) {

#wrapper {
display: grid;
grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
grid-auto-rows: minmax(0px, auto);
}

h1 {
  font-size: 51px;
  margin: 0px 70px 15px 0px;  
  background-image: none ;
  background-repeat: no-repeat;
  padding-left: 0.5rem;
  height: 72px;
  background-position: right;
  margin: 0px;
  text-align: center;
}


nav {
background-color: #424242;
font-weight: bold;
grid-row: 2 / 3;
grid-column: 1 / -1;

}
nav ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-flow: column, nowrap;
}

#homehero{
  background-image: url("images/homehero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}

#studenthero{
  background-image: url("images/studenthero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}

#facultyhero{
  background-image: url("images/facultyhero.jpg");
  height: 380px;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  grid-row: 2 / 3;
  grid-column: 5 / 8 ;
}
section {
  float:  none;
  width:  100%;
  padding-right:  0px;
}


}