
@font-face {
	font-family: BebasNeueBook;
	src: url("../fonts/BebasNeue Book.otf") format("opentype");
}

@font-face {
	font-family: KeepCalmMed;
	src: url("../fonts/KeepCalm-Medium.ttf") format("opentype");
}

@font-face {
	font-family: Cabin;
	src: url("../fonts/Cabin-Regular.otf") format("opentype");
}

body {
	font-family: Cabin, 'Open Sans', sans-serif;
}

.navbar {
	background: rgba(0, 0, 0, 0.4);
}

.navbar.navbar-ripples {
	background: #d71a14 url(../img/red-ripples-optimized.jpg) -400px 0px repeat !important;
}

.navbar.navbar-red {
	background: #d71a14;
        -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.navbar-brand {
	background: none;
	font-family: BebasNeueBook;
	font-size: 28px;
	font-weight: bold;
	width: auto;
	text-indent: 0;
	padding-top: 21px;
	color: #ddd !important;
}

@media screen and (min-width:990px) {
	.top-content .text {
		background-color: rgba(0, 0, 0, 0.2) !important;
		border-radius: 20px;
		padding-bottom: 1em;
		text-align: justify;
	}
} 

@media screen and (max-width: 767px) {
	.h-chapter-box-text, .about-box-text {
		text-align: left;
	}
	img.hclibrary {
		display: none;
	}
}

.top-content .description, .top-content h1 {
	text-shadow: 1px 1px #000;
}

.top-content .text h1 {
	font-family: BebasNeueBook;
	font-weight: bold;
	font-size: 400%;
	margin-top: 0px;
}

.top-content .description p {
	opacity: 1.0;
	font-size: 110%;
}

h1, h2, h3 {
	font-style: normal;
}

.chapters-box .chapters-box-icon {
	color: #40587a;
}

.testimonial-list .testimonial-text .testimonial-quote {
	opacity: 1.0;
	font-weight: bold;
	font-size: 120%;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 1em;
}

.testimonial-list .nav-tabs li.active a, .testimonial-list .nav-tabs li.active a:focus {
	background: #fff;
}

.footer-social-facebook, .footer-social-twitter {
	color: #999 !important;
}

.highlight {
	background: #ff0;
	padding-left: 6px;
	color: black;
	padding-right: 6px;
}
