* {
	font-family:'Lato', sans-serif;
}

body {
  padding-top: 50px;
}

.starter-template {
  max-width: 800px; /* or 950px */
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  /*margin-left: 100px;*/
  /*margin-right: 100px;*/

  text-align: left;
}

div#main {
   padding-top: 60px;

   font-size: 13px;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}

h1#head1 {
  margin-top: 2ex;
  margin-bottom: 0.5ex;
}

h1#head2 {
  margin-top: 0ex;
  margin-bottom: 1.7ex;
}

h1 .subtitle {
  font-weight: 300;
}

h2 {
  margin-top: 3ex;
  margin-bottom: 1ex;

  font-size: 20px;
  font-weight: bold;
}

h2.location {
  margin-top: 1.5em;
  margin-bottom: 0.5em;

	font-size: 16px;
  font-weight: bold;
}

a.accordion-toggle h3 {
  color: black;
}

p.courseinfo {
  margin-bottom: 0px;

  font-size: 22px;
}

p.staff {
  font-size: 18px;
}

p.university {
	margin-bottom: 2em;

	color: rgba(150,150,150,1)

	font-size:20px;
	font-weight: 200;
}

.netid {
	color: rgba(200,200,200,1);
}

strong {
	color: rgba(70,70,70,1);
}

.acks {
	color:#808080;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:12px;
	width:750px;
}

/* Links ===================================================================== */

a:link    {
	text-decoration: none;

	color: #39F;
}

a:visited {
	text-decoration: none;

	color: #39F;
}

a:active  {
	text-decoration: none;

	color: #000;
}

a:hover   {
	text-decoration: underline;

	color: #39F;
}
