	universal {
		box-sizing:border-box;
		width: 100%;
		
	}
	
	main {
		padding-left: 2em;
		padding-right: 2em;
		display: block;
		background-color: #fff;
		padding-top: 1px;
		padding-bottom: 1px;
		grid-row: 4 / 5;
		grid-column: 2 / -2;
	}
	
	body {
		background-color: #fff;
		color:#666666;
		font-family: 'Lato', sans-serif;
		background:linear-gradient(to bottom, #eee, #fff);
		background-attachment: fixed;
		margin: 0px;
	}
	
	#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 / -1;
		
	}

	#greybar {
		background-color: #424242;
		grid-row: 2 / 3;
		grid-column: 1 / -1;
	}	
	
	header {
		background-color:#BA1C21;
		color: #fff;
		font-family: 'Georgia', serif;
		grid-row: 1 / 2;
		grid-column: 2 / -2;
	}
	
	header a {
		text-decoration: none;
		color: #fff;
	}	
	
	header h1 {
		line-height: 240%;
		font-weight:900;
		background-image:url("dsu.jpg");
		background-position: right;
		background-repeat: no-repeat;
		padding-left: 0.5rem;
		height: 72px;
		margin: 0;
	}	
	
	hl {
		background-color: #fff;
		font-weight:900;
		text-align: left;
		background-repeat: no-repeat;
		padding-left: 0.5rem;
		height: 72px;
	}
	
	h2 {
		color: #424242;
		font-family: 'Georgia', serif;
		background-color: #fff;
	}
	
	h3 {
		color: #BA1C21;
		background-color: #fff;
		
	}
	
	#homehero {
		height: 300px;
		background-image:url("homehero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 3 / 4;
		grid-column: 1 / -1;
	}	
	
	#studenthero {
		height: 300px;
		background-image:url("studenthero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 3 / 4;
		grid-column: 1 / -1;
	}	
	
	#facultyhero {
		height: 300px;
		background-image:url("facultyhero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 3 / 4;
		grid-column: 1 / -1;
	}	
	
	.dsu {
		color: #BA1C21;
		font-size: 1.2em;

	}
	
	nav {
		background-color: #424242;
		font-weight: bold;
		position: sticky;
		top: 0;
		grid-row: 2 / 3;
		grid-column: 2 / -2;
	}
	
	nav a {
		text-decoration: none;
		color: #fff;
		padding: 1rem 0rem;
		display: inline;
		text-align: center;
	}
	
	nav a:hover {
		background-color: #BA1C21;
		
	}	
	
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-flow: row nowrap;
		line-height: 50px;
	}
	
	nav ul li {
		width: 100%;
		
	}	
	
	section {
		float: left;
		width: 32%;
		padding-right: 1rem;
		
	}	
	
	.clear {
		clear:both;
		
	}	
	
	footer {
		font-size: .70em;
		font-style: italic;
		text-align: center;
		padding: 1em;
		background-color: #fff;
		grid-row: 5 / 6;
		grid-column: 2 / -2;
	}
	
	@media only screen and (max-width: 1100px) {
		
	#wrapper {
		display: grid;
		grid-auto-rows: minmax(0px, auto);
		grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr)
	}}
	
	@media only screen and (max-width: 900px) {
	
	nav {
		background-color: #424242;
		font-weight: bold;
		position: sticky;
		top: 0;
		grid-row: 2 / 3;
		grid-column: 1 / 5;
	}
	
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-flow: column nowrap;
	}
	
	#homehero {
		height: auto;
		background-image:url("homehero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
	}
	
	#studenthero {
		height: auto;
		background-image:url("studenthero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
	}
	
	#facultyhero {
		height: auto;
		background-image:url("facultyhero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
	}
	
	section {
		float: none;
		width: 100%;
		padding-right: 0px;
		
	}}
	
	@media only screen and (max-width: 600px) {
	
	header h1 {
		line-height: 240%;
		font-weight:900;
		background-image:none;
		background-position: right;
		background-repeat: no-repeat;
		padding-left: 0.5rem;
		height: 72px;
		margin: 0;
		text-align: center;
	}	
	
	nav {
		background-color: #424242;
		font-weight: bold;
		position: sticky;
		top: 0;
		grid-row: 2 / 3;
		grid-column: 1 / -1;
	}
	
	#homehero {
		height: auto;
		background-image:url("homehero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
		display:none;
	}
	
	#studenthero {
		height: auto;
		background-image:url("studenthero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
		display:none;
	}
	
	#facultyhero {
		height: auto;
		background-image:url("facultyhero.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		grid-row: 2 / 3;
		grid-column: 5 / 8;
		display:none;
	}}
	