body {
	background: linear-gradient(to bottom, #eeeeee, #ffffff);
	background-attachment: fixed;
	color: #666666;
	font-family: verdana, Arial, sans-serif;
	margin: 0px;
}
* {
	box-sizing: border-box;
}
#wrapper {
	display: grid;
	grid-auto-rows: minmax(0px, auto);
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}
header {
	background-color: #BA1C21;
	color: #FFF;
	font-family: Georgia, sans-serif;
	grid-row: 1 / 2;
	grid-column: 2 / 8;
}
header a{
	text-decoration: none;
	color: #fff;

}
header h1 {
	background-image: url("images/dsu.jpg");
	background-position: right;
	background-repeat: no-repeat;
	padding-left: .5rem;
	line-height: 72px;
	margin: 0;
}
nav {
	position: sticky;
	top:  0;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-color: #424242;
	grid-row: 2 / 3;
	grid-column: 2 / 8;
}
nav a { 
	text-decoration: none;
	Color:  #fff; 
	padding: 1rem 0rem ;
	display: block;
	text-align: center;
}
nav a:hover {
	background-color:  #BA1C21;
	transition-timing-function: ease-out;
	transition-delay: .5s;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-flow:row nowrap;
}
nav ul li{
width: 100%;
}
#homehero {
	background-image: url("images/homehero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 3 / 4;
	grid-column: 1 / 9;
}
#studenthero {
	background-image: url("images/studenthero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 3 / 4;
	grid-column: 1 / 9;
}
#facultyhero {
	background-image: url("images/facultyhero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 3 / 4;
	grid-column: 1 / 9;
}
#alumnihero {
	background-image: url("images/alumnihero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 3 / 4;
	grid-column: 1 / 9;
}
#shophero {
	background-image: url("images/shophero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 3 / 4;
	grid-column: 1 / 9;
}
main {
	padding-left: 2em;
	padding-right: 2em;
	background-color: white;
	padding-top: 1px;
	padding-bottom:  1px;
	grid-row: 4 / 5;
	grid-column: 2 / 8;
}
table {
	margin: 0 auto;
	border-width: 1px;
	border-color: #424242;
	width: 100%;
	border-collapse: collapse;
}
.text {
	text-align: left;
}
td {
	text-align: center;
}
td, th {
	padding: 5px;
	border:  1px solid #424242;
}
tr:nth-of-type(even) {
background-color: #f3f3f3;
}
h2 {
	color:  #424242;
	font-family: Georgia, sans-serif;
}
h3 {
	color:  #BA1C21;
}
section {
	float: left;
	width: 33%;
	padding-right: 1rem;
}
dt {
	color:  #BA1C21;
	font-weight: bold;
}
#redbar {
	background-color:  #BA1C21;
	grid-row: 1 / 2;
	grid-column: 1 / 9;
}
#greybar {
	background-color:  #424242;
	grid-row: 2 / 3;
	grid-column: 1 / 9;
}
.dsu {
	color: #BA1C21;
	font-size: 1.2em;
}
footer {
	font-size: .70em;
	font-style: italic;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #fff;
	grid-row: 5 / 6;
	grid-column: 2 / 8;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 1100px){
	#wrapper {
		grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
	}
}
@media only screen and (max-width: 900px){
	nav {
		grid-row: 2 / 3;
		grid-column: 1 / 5;
	}
	nav ul {
		flex-flow: column nowrap;
	}
	#homehero {
	grid-row: 2 / 3;
	grid-column: 5 / 8;
	height: auto;
	}
	#studenthero {
	grid-row: 2 / 3;
	grid-column: 5 / 8;
	height: auto;
	}
	#facultyhero {
	grid-row: 2 / 3;
	grid-column: 5 / 8;
	height: auto;
	}
	#shophero {
	background-image: url("images/shophero.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	height:  300px;
	grid-row: 2 / 3;
	grid-column: 1 / 9;
}
section {
	float: none;
	width: 100%;
	padding-right: 0px;
	}
video {
	float: none;
	margin: 0;
	width: 100%;
}
}
@media only screen and (max-width: 600px){
	header h1 {
		background-image: none;
		text-align: center;
	}
	nav {
		grid-column: 1 / 9;
		grid-row: 2 / 3;
	}
		#homehero {
	display: none;
	}
	#studenthero {
	display: none;
	}
	#facultyhero {
	display: none;
	}
		#shophero {
	display: none;
}
}

form {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 200px 1fr;
	grid-gap: .75rem;
	width: 100%;
}
input, textarea {
	font-size: 1rem;
	padding: 10px;
	color: #666666;
	background-color: #fafafa;
	border: none;
}
.focus {
	outline: none;
	background-color: #f0f0f0;
}
label {
	padding: 10px;
	text-align: right;
}
#mySubmit {
	width: 10rem;
	grid-column: 2/3;
}
video {
	float: right;
	margin-left: 2em;
}


