/*
	burgundy: 8C001A
	gold: #a08b12 (original)
	gold: #897418
*/

html {
	background-color: #ffffff;
	font-family: noto-sans, sans-serif !important;
	font-size: 16px;
}
body {
/*
	position: relative;
*/
}
h1, h2, h3, h4 {
	font-weight: 300;
	color: #897418;
}
h1 {
	font-size: 2.8em;
	text-transform: uppercase;
}
h2, .blog h1 {
	font-size: 2.0em;
	margin-top: 1.4em;
}
h3, .blog h2 {
	font-size: 1.8em;
	margin-top: 1.4em;
}
.blog h2, .blog h3 { /* , h3 */
	margin-top: 0;
}
h4 {
	font-size: inherit;
}
.narrow {
	width: 60%;
}
p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
p img {
	margin: 1em;
}
.carousel-caption {
	background: rgba(30, 30, 30, 0.7)
}
.closed {
	font-size: 0.8em;
	font-weight: 200;
	margin-top: 1em;
}
img.img-thumbnail {
	margin-top: 0;
	margin-left: 0;
}
.blogdate {
	color: #9a9a9a;
}
.first {
	margin-top: 0;
}
a {
	color: #8C001A;
	text-decoration: none;
}
a:hover {
	color: #8C001A;
	text-decoration: none;
}
.navbar-light {
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-light .dropdown-item.active {
	background-color: #8C001A;
}
.navbar-light .navbar-brand, .navbar-light .nav-item .nav-link {
	color: #8C001A;
	white-space: nowrap;
}
.navbar-light .dropdown-item:hover {
	background-color: #e0dbbf;
}
.navbar-light .dropdown-item {
	font-size: 0.9em;
}
/*
.dropdown-item {
	color: #8C001A;
}
*/
.maincontent {
	padding: 2em 0;
}
.footer {
	text-align: center;
	margin-top: 2em;
	padding: 4em 0;
	border-top: 4px solid #897418;
	color: #ffffff;
}
.footer a {
	color: #ffffff;
}
.footer b {
	color: inherit;
}
.footer h3 {
	font-weight: 400;
	color: #897418;
}
.semibold {
	font-weight: 600;
	color: #444444;
}
.col-centered{
	float: none;
	margin: 0 auto;
}
.burgundy {
	background-color: #8C001A;
}
.burgundy-text {
	color: #8C001A;
}
.errortext {
	color: #cc0000;
	font-weight: bold;
}
.jumbotron {
}
.billboard {
	/*
	width: 100%;
	max-height: 20em;
	*/

	background: url(images/church-example-sm.jpg) fixed center no-repeat;
	background-size: cover;
}
.pagehead {
	margin-bottom: 2em;
}
.features {
	margin-bottom: 2em;
}
.features h3 {
	margin-top: 0;	
}
.edit_children {
	margin-left: 2em;
}
.btn-primary {
	border: none;
}
.btn-primary:hover {
	background-color: #897418;
}
.success {
	color: #008000;
}
.fail {
	color: #800000;
}
.hours-picker {
	display: inline;
	width: auto;
}
.upload-path {
}
.upload-path input {
	border: 0;
	width: 50%;
}
.calendar {

}
.calendar th, td {
	width: 14.28%;
}
.calendar td {
	height: 200px;
}
.calendar p.calendarday {
	font-weight: bold;
}
.calendar p.event {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0.5em;
}
.calendar p.popinfo {
	font-size: 0.8em;
	display: block;
	margin-top: 0;
}
.calendar .linkprev, .linknext {
	font-weight: 100;
}
.calendar .linkprev {
	margin-right: 2em;
}
.calendar .linknext {
	margin-left: 2em;
}
.calendar h5 {
	font-size: inherit;
}
.past {
	background-color: #fdfdfd;
	color: #aaaaaa;
}
.past a {
	color: #a25d6a;
}
.today .calendarday {
	/*background-color: #8C001A;*/
	color: #8C001A;
	/*padding-left: 0.5em;*/
	font-weight: 800;
}
.calendarday {
}
.cal-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100px;
	max-height: 300px;
	background-color: #dedede;
	overflow: hidden;
}
.cal-img img {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.biblequote {
	font-size: 1.2em;
	font-weight: 500;
	padding-left: 1em;
	border-left: 3px solid #897418;
	width: 66%;
}
.biblequote .attribution {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
}

@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        height: 14.2857vw;
    }
}

@media (min-width: 992px){ /* this is for the third-level navigation */
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

@media print {
	h2 {
		display: none;
	}
	.maincontent {
		width: 100%;
		font-size: 9pt;
	}
}