body	{
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/bg-body.png') #000;
	font-family: "Open Sans","Helvetica",arial,sans-serif;
	line-height: 1.3em;
}

#skip-link a	{
	overflow:hidden;
	display:block;
	height:1px;
	width:1px;
}

#section-header {
	background-color:#333;
	padding: .5em 0;
	border-bottom: 20px solid #000;
}

.logo-img {
	margin: 0 20px;
}

#content, #section-footer	{
	margin:auto;
	padding: 1em;
	background-color: #fff;
}

#section-footer	{
	background-color: #333;
}

.address	{
	font-size: .8em;
	line-height: 1.1em;
	font-weight:bold;
	color: #fff;
	text-align:right;
}

.address a:link, .address a:hover, .address a:visited, .address a:active	{
	color: #fff;
	text-decoration:underline;
}

p.social	{
	padding-bottom: 15px;
}

.social a	{
	display:block;
	float:right;
	margin-left: 5px;
	font-size: 0em;
	color: #fff !important;
	height: 32px;
	width:32px;
	background-size: cover !important;
}

.university {
	display: block;
	float:left;
	width: 91px;
	height: 91px;
	margin: 10px;
	color: #333;
	font-size: 0em;
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/umd_ball.png') no-repeat top left #333;
}

.social .facebook	{
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/social/facebook.png') no-repeat top left #333;
}

.social .twitter	{
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/social/twitter.png') no-repeat top left #333;
}

.social .linkedin	{
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/social/linkedin.png') no-repeat top left #333;
}

.social .rss	{
	background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/social/rss.png') no-repeat top left #333;
}

.social .ig {
  background: url('https://www.cs.umd.edu/projects/themes/cs/css/images/social/instagram.png') no-repeat top left #333;
}

/* typography */

a:link, a:visited, a:active {
	color: #1e4554;
	font-weight: 600;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing:.02em;
	line-height: 1.1em;
}

h1	{
	color:#cc0033;
}

h1.title	{
	border-bottom: .05em #cc0033 solid;
}

h2.section-head	{
	border-bottom: 2px solid #ccc;
	line-height: 1em !important;
}

h3	{
	margin-bottom:0;
	font-size:1.3em;
}

h3 a:link, h3 a:visited	{
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

h3 a:hover	{
	text-decoration:underline;
	font-weight:bold;
}

#content p	{
	line-height: 1.5em;
}
