p,a,ul,li {
	font-size: 18px !important;
}

p.small, a.small {
	font-size: 16px !important;
}

p.tiny, a.tiny {
	font-size: 14px !important;
}

.jumbotron {
	margin-top:20px; 
}

body {
  min-height: 200px;
  padding-top: 70px;
}

.container {
    max-width: 1100px;
}

#courses ul {
  list-style-type: none;
  width: 85%;
  margin: auto;
  padding:0;
}

#courses h3 {
  font: bold 20px/1.5 Helvetica;
  margin: auto;
}

#courses li img {
  float: left;
  margin: 0 15px 0 0;
}

#courses li p {
	font-size: 16px !important;
}

#courses li {
  padding: 10px;
  overflow: auto;
}

#courses li:hover {
  background-color: transparent !important;
}

#projects h2 {
	font: bold 30px/1.5 Helvetica;
	margin-top: 0;
	padding: 0;
	text-align:center;
}

p.center{
	text-align:center;
}

.footer > p {
	text-align:center;
	color:#808080;
}
