html, body {
	font-family: 'Roboto', sans-serif;
}

.text-justify {
	text-align: justify;
}

.jumbotron {
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-green {
	color: #59B24C !important;
}

/* CURRICULUM */
.custom_hr {
	height:2px;
	background-color:rgb(51, 51, 51);
	margin-top: 20px;
}
a.download_curriculum, a.download_curriculum:link, a.download_curriculum:visited, a.download_curriculum:hover, a.download_curriculum:active {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

a.download_curriculum i, a.download_curriculum:link i, a.download_curriculum:visited i, a.download_curriculum:hover i, a.download_curriculum:active i {
	color: #428bca;
}
a.download_curriculum:hover i, a.download_curriculum:focus i {
	color: #2a6496;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4, .marketing .col-md-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing .col-lg-4 p, .marketing .col-md-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
.marketing .col-lg-6, .marketing .col-md-6 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing .col-lg-6 p, .marketing .col-md-4 6 {
  margin-left: 10px;
  margin-right: 10px;
}
