﻿@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Quintessential|Open+Sans');

.articleCol {
	position:relative;
}
.articleCol .header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	background-color: #2f2782;
	color: #fff;
	padding: 4px 0 4px 6px;
}
.articleCol img {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.articleColDetail {
	padding: 10px;
}
.articleColDetail .btn-primary {
	background-color: #018445 !important;
	border-color: #095330 !important;
}
.articleColText {
	display: block;
}
.articleColTitle {
	padding: 4px 6px;
	color: #0f3c6e;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
.artSpacer {
	display:block;
	height:42px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #018445;
}

#calendar td {
	border: 1px #999 solid;
	width: 14%;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(15, 60, 110, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top:hover {
	background-color: #0f3c6e;
	opacity: 1;
}
#content {
	margin-top: 50px;
}

.event {
	display:block;
	font-weight:bold;
}
#fixedBox {
	position: -webkit -sticky;
	position: sticky;
	z-index: 2;
	background-color:#fff;
}
.footBox {
	margin: 4px;
	padding: 4px 0;
}
.foot-links {
	list-style: none;
	padding: 0 0 0 18px;
}
footer {
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #2f2782;
}
footer .nav>li>a {
	padding: 10px;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
}

h1 {
	font-family: 'Noto Serif', serif;
}
.hpass {
	display: none;
}

.img-responsive {
	width:100% !important;
}

#logo {
	max-width:215px;
}

.mobile-only {
	display: inline;
}
#myCarouselhome {
	max-width:373px;
	margin: 0 auto;
}

.navbar {
	border: 0;
	margin-bottom: 0;
}
/*.navbar-default {
	background-color: transparent;
	border-color: transparent;
}*/
.navbar-default {
	background-color: #2f2782;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #018445;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.no-mobile {
	display: none;
}

#paypal {
	position: absolute;
	right: 0;
	top: 180px;
}

.red {
	color: #a60909;
}
.relative {
	position: relative;
}

.today {
	background-color: #eee;
}
.today .event {
	color: #ff0000;
}
#topBar {
	position:fixed;
	left:0;
	top:0;
	z-index:3;
	background-color: rgba(255,255,255,0.7);
	width:100%;
	padding:4px;
}
#topDonate {
	float:right;
	margin: 20px;
}
#whiteBG {
	background-color: #fff;
	overflow: hidden;
}

@media (min-width: 458px) {
}
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.facebook {
		display: block;
		margin-top: 10px;
	}
	footer .nav {
		margin-bottom: 10px;
	}
	footer .nav>li {
		float: left;
		display: block;
	}
	#logo {
	}
	.mobile-only {
		display: none;
	}
	.no-mobile {
		display: block;
	}
	#paypal {
		right: 0;
		top: 120px;
	}
	#whiteBG {
		margin-top:0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	#logo {
	}
	#paypal {
		right: 0;
		top: 140px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	#logo {
	}
	#paypal {
		right: 0;
		top: 150px;
	}
}

