html {
	background-color: #333;
}
.container {
	width: 80%;
	background-color: #333;
}
.jumbotron {
	background-color: #fff;
}
h2 {
	color: #fff;
}
/*#about, #classes, #retreats, #full_movement_method, #contact {
	height: 750px;
}*/
.section {
	padding-top: 3.5rem;
}
.detail{
	text-decoration: underline;
}
.detail:hover {
	color: #337ab7;
}
.detail_a:hover {
	text-decoration: none;
	color: #337ab7;
}
.link_center {
	color: #000;
	text-decoration: underline;
	position: relative;
}
.h2 {
	color: #000 !important;
}
.class_time {
	color: #000;
	font-weight: bold;
}
.class_time:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.location {
	color: #000;
	font-weight: bold;
}
.location:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.modal-body {
	color: #000;
}
.modal-header {
	color: #000;
}
.justify_txt {
	text-align: justify;
}
.class-info-txt {
	font-size: 16px;
}