body {
	font-family: "Helvetica", sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}

a {
	color: #590012;
}

a:hover {
	color: #0078a3;
}

.video-bg {
    background-color: black;
    /* position: relative;
    height: 50vh;
    overflow: hidden;; */
}

.bg-maroon {
	background-color: #450012;
}

.bg-gray {
	background-color: #ccc;
}

.text-white {
	color: #fff;
}

/* --- Home Page Type --- */

.section-header {
	color: #660012;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3rem;
	text-align: center;
	padding-bottom: 2rem;
}

.section-sbuheader {
	color: #666;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 400;
}

.section-sbuheader-maroon {
	color: #590012;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 400;
}

.section-sbuheader-white {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 400;
}

/* --- Content Pages --- */

.content-page {
    margin-bottom: 2rem;
}

.content-page h1 {
	color: #660012;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2.5rem;
	margin: 2rem 0;
}

.content-page h2 {
	color: #660012;
	font-weight: 500;
	font-size: 2rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ccc;
	margin: 2rem 0 1rem;
}

.content-page h3 {
	color: #666;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 2rem;
}

/* --- Buttons --- */

.btn-maroon {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
    color: #fff;
    background-color: #590012;
    border-color: #590012;
}

.btn-maroon:hover {
    color: #fff;
    background-color: #850012;
    border-color: #850012;
}

.btn-blue {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
    color: #fff;
	background-color: #0078a3;
    border-color: #0078a3;
}

.btn-blue:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-gray {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
    color: #fff;
	background-color: #666;
    border-color: #666;
}

.btn-gray:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* --- Header --- */

.logo {
}

.search-nav .nav-link {
	font-size: 1.1rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding: 1rem 1.5rem;
}

.search-nav .nav-link:hover {
	background-color: #720012;
	color: #fff;
}

.search {
	height: 2.5rem;
	background-color: #fff;
	border-radius: 30px;
	color: #666;
	padding: .5rem 1rem;
	margin: .5rem 0;
}

.navbar-expand-lg {
	padding: 0;
}

.navbar-toggler {
	margin: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.3rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #666;
	text-transform: uppercase;
    padding: 1rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color: #999;
	color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item:hover {
	color: #660012;
	background-color: #f2f2f2;
}

/* --- Bootstrap Carousel Customization --- */

.testimony-slider {
	background-color: #450012;
	background-image: url('/_files/images/layout/testimony-background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.carousel-inner {
	color: #fff;
}

.carousel-item {
	padding: 2rem 3rem;
}

.carousel-item img {
	/* float: left;
	margin-right: 2rem; */
}

.carousel-item .testimony {
	font-family: "Garamond", "Times New Roman", serif;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding-top: 1rem;
}

.carousel-control-next, .carousel-control-prev {
    justify-content: flex-start;
    width: auto;
    padding: 0 1rem;
}

.credit {
	font-size: 1rem;
	font-weight: 100;
	font-family: "Helvetica", sans-sefif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* --- End Carousel --- */

.member-cta .card-body {
	text-align: center;
}

.date {
	font-weight: bold;
	text-transform: uppercase;
	color: #590012;
	border-bottom: 1px solid #ccc;
}

.social-links {
	font-size: 2rem;
}

.social-links a {
	color: #fff;
	margin-left: .5rem;
	text-decoration: none;
}

.social-links a:hover {
	color: #666;
}

footer {
	background-image: linear-gradient(to bottom, #450012, #590012); 
}

.footer-links a {
	color: #ccc;
}

.footer-links a:hover {
	color: #0078a3;
}

.copyright {
	background-color: #333;
	color: #ccc;
}

/* --- Chapter Page --- */

.chapters-about {
	/* background-image: url(images/alumns-dinner.jpg); */
	background-image: url('/_files/images/layout/alumns-dinner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 -15px;
	margin: 0 -15px;
}

.overlay {
	width: 100%;
	/* background-color: rgba(69,0,18,.8); */
	background-image: linear-gradient(to bottom right, rgba(69,0,18,.9), rgba(0,0,0,.5));
}

.content {
	color: #fff;
	margin: 5% 10%;
}

.content h3 {
	margin-top: 1rem;
}

.chapter-goals {
	border: 1px solid #ccc;
	/* background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.2)); */
}

.chapter-map {
	padding: 0 10%;
}

.chapter-buttons {
	width: 50%;
	margin: auto;
}

/* ---------- Responsive Breakpoints ---------- */

/* Small devices (small phones, up to 576px) */
@media (max-width: 576px) {

	.video-bg {
		background-image: url('/_files/images/layout/pedestrianmall-clocktower.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.video {
		display: none;
	}

	.carousel-item .testimony {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {



}
