#wrapper {
	display:grid;
	grid-auto-rows:minmax(0px, auto);
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}
#redbar {
	background-color:#ba1c21;
	grid-row: 1 / 2;
	grid-column: 1 / 9;
}
#greybar {
	background-color:#424242;
	grid-row: 2 / 3;
	grid-column: 1 / 9;
}
.copyright {
	text-align:center;
	font-style:italic;
	color:#666666;
	font-size-adjust:0.4;
	line-height:0.05;
}
.clear {
	clear:both;
}
#one {
	grid-column: 1 / 3;
}
#two {
	grid-column: 4 / 6;
}
#three {
	grid-column: 7 / 9;
}
#studenth3 {
	grid-row: 6 / 7;
	grid-column: 1 / 8;
}
#top {
	grid-row: 7 / 8;
	grid-column: 1 / 8;
}
#title {
	grid-row: 6 / 7;
	grid-column: 1 / 8;
}
#mySubmit {
	width:10rem;
	grid-column: 2 / 3;
}
video {
	float:right !important;
	margin-left:2em;
}
nav ul {
	list-style-type:none;
	margin:0;
	width:100%;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	display:flex;
	flex-flow: row nowrap;
}
nav ul li {
	width:100%;

}	
nav ul li a {
	padding: 1rem 0rem;
	text-decoration:none;
	position:sticky;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	display:block;
	width:100%;
	transition: background-color 0.5s ease;
}
nav ul li a:hover {
	background-color:#ba1c21;
}
nav {
	background-color:#424242;
	top:0;
	width:100%;
	position:sticky;
	display:grid;
	flex-flow:row nowrap;
	grid-row: 2 / 3;
	grid-column: 2 / 8;
}
header {
	grid-row: 1 / 2;
	grid-column: 2 / 8;
}
header h1 {
	padding-left:1em;
	height:72px;
	line-height:240%;
	background-image: url(images/dsu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin:0;
}
header h1 a {
	text-decoration-line:none;
	color:#ffffff;
}
h1 {
	color:#FFFFFF;
	background-color:#BA1C21;
	margin-bottom:0;
	padding-left:0.5rem;
}
h2 {
	color:#424242;
}
h3 {
	color:#BA1C21;
}
p {
	color:#666666;
	float:left;
}
li {
	color:#666666;
}
span {
	color:#BA1C21;
}

b {
	color:#BA1C21;
}

* {
	font-family:arial;
	box-sizing:border-box;
}
body {
	background-image: linear-gradient(to bottom,#eeeeee,#ffffff);
	background-attachment:fixed;
	margin:0px;
}
section {
	width:100%;
	padding-right:1rem;
	grid-row: 5 / 6;
}

main table {
	grid-row: 8 / 10;
	grid-column: 1 / 9;
	border-collapse: collapse;
	text-align:center;
}
tr:nth-child(2n+3) {
	background-color:#eeeeee;
}
main table tr th {
	color:#424242;
	border: 1px solid black;
	font-weight:bold;
}
main table tr td {
	color:#424242;
	border: 1px solid black;

}
main {
	background-color:#ffffff;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2em;
	padding-right:2em;
	display:grid;
	grid-row: 4 / 5;
	grid-column: 2 / 8;
}
footer {
	padding-bottom:1em;
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	background-color:#ffffff;
	grid-row: 6 / 7;
	grid-column: 2 / 8;
}
footer a {
	display:grid;
	grid-row: 4 / 5;
	grid-column: 2 / 8;
	text-align:center;
	font-size-adjust:0.4;
	line-height:0.05; 
}
form {
	grid-template-rows:auto;
	grid-template-columns: 200px 1fr;
	grid-column-gap:0.75rem;
	width:100%;
	display:grid;
}
input, textarea {
	font-size:1rem;
	padding:10px;
	background-color:#fafafa;
	color:#666666;
	border:none;
	margin:8px;
	margin-left:0;
}
label {
	text-align:right;
	padding:10px;
	margin:8px;
	margin-right:0;
	color:#666666;
	font-weight:bold;
}
textarea:focus {
	outline:none;
	background-color:#f0f0f0;
}
input:focus {
	outline:none;
	background-color:#f0f0f0;
}
#homehero {
	background-image:url(images/homehero.jpg);
	grid-row: 3 / 4;
	grid-column: 1 / 9;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#studenthero {
	background-image:url(images/studenthero.jpg);
	grid-row: 3 / 4;
	grid-column: 1 / 9;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#facultyhero {
	background-image:url(images/facultyhero.jpg);
	grid-row: 3 / 4;
	grid-column: 1 / 9;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#alumnihero {
	background-image:url(images/alumnihero.jpg);
	grid-row: 3 / 4;
	grid-column: 1 / 9;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
@media only screen and (max-width:1100px) {
	#wrapper {
		grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0px, 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;
	}
	#alumnihero {
		grid-row: 2 / 3;
		grid-column: 5 / 8;
		height:auto;
	}
	section {
		float:none;
		width:100%;
		padding-right:0px;
	}
	video {
		margin:0;
		width:100%;
		height:auto;
	}
}
@media only screen and (max-width:600px) {
	header h1 {
		background-image:none;
		text-align:center;
	}
	nav {
		grid-row: 2 / 3;
		grid-column: 1 / 9;
	}
	#homehero {
		display:none;
	}
	#studenthero {
		display:none;
	}
	#facultyhero {
		display:none;
	}
	#alumnihero {
		display:none;
	}
}