/* Show it is fixed to the top */
body {
	background: url("../images/hp_background-wide.jpg") #d1c4a7;
	background-position: 100% 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 75rem;
	padding-top: 4.5rem;
}

@media (max-width: 979px) {
	body {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-top: 47px;
		background-image: url(../images/hp_background-medium.jpg);
		background-size: 200%;
		background-position: 47% 15px;
	}
}
@media (max-width: 500px) {
	body {
		background-position: 47% 30px;
	}
}
@media (max-width: 400px) {
	body {
		background-position: 47% 20px;
	}
}
#navigation {
	background: #508a4e;
	background: -moz-linear-gradient(top, #508a4e 60%, #317742 100%);
	background: -webkit-linear-gradient(top, #508a4e 60%, #317742 100%);
	background: linear-gradient(to bottom, #508a4e 60%, #317742 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#508a4e',endColorstr='#317742',GradientType=0 );
	border-width: 3px 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d)
		100% 1;
	-moz-border-image: -moz-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100%
		1;
	-o-border-image: -o-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
	border-image: linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
	height: 75px;
}
.navbar-brand {
	color: #fff;
	font-family: sorts mill goudy, serif;
	padding-top: 7px;
}
.navbar-nav > .nav-item {
	vertical-align: middle;
	text-transform: uppercase;
	border-left: 1px solid #317742;
	font-family: droid sans, sans-serif;
	font-size: 18px;
	text-shadow: none;
	padding: 13px 20px;
}
.navbar-nav .dropdown-menu .nav-item {
	font-size: 14px;
	padding: 0;
	text-transform: none;
	width: 100%;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item:focus,
.navbar-nav .nav-item.selected,
.dropdown-item:focus,
.dropdown-item:hover {
	background: rgba(255, 255, 255, 0.2);
}

#navigation a {
	color: #fff;
}

.dropdown-menu {
	background: transparent;
	border: none;
}
.dropdown-item {
	border-bottom: 1px solid #317742;
}

.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}

@media (max-width: 767px) {
	#navigation {
		height: 55px;
		padding-top: 0.25rem;
	}
	.navbar-collapse {
		background: #508a4e;
		background: -moz-linear-gradient(top, #508a4e 60%, #317742 100%);
		background: -webkit-linear-gradient(top, #508a4e 60%, #317742 100%);
		background: linear-gradient(to bottom, #508a4e 60%, #317742 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#508a4e',endColorstr='#317742',GradientType=0 );
		border-width: 3px 0;
		border-style: solid;
		-webkit-border-image: -webkit-linear-gradient(
				left,
				#bb8f3d,
				#fef9cc,
				#bb8f3d
			)
			100% 1;
		-moz-border-image: -moz-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d)
			100% 1;
		-o-border-image: -o-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
		border-image: linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
		border-radius: 0;
	}
	.dropdown-item {
		padding: 1rem;
	}
}
@media (min-width: 768px) {
	.dropdown-menu {
		text-transform: none;
		padding: 0;
		background: #508a4e;
		background: -moz-linear-gradient(top, #508a4e 60%, #317742 100%);
		background: -webkit-linear-gradient(top, #508a4e 60%, #317742 100%);
		background: linear-gradient(to bottom, #508a4e 60%, #317742 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#508a4e',endColorstr='#317742',GradientType=0 );
		border-width: 3px 0;
		border-style: solid;
		-webkit-border-image: -webkit-linear-gradient(
				left,
				#bb8f3d,
				#fef9cc,
				#bb8f3d
			)
			100% 1;
		-moz-border-image: -moz-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d)
			100% 1;
		-o-border-image: -o-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
		border-image: linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
		border-radius: 0;
	}
}

#starburst {
	padding-top: 4px;
	background: url(../images/star_burst.png) no-repeat center -180px;
	background-size: contain;
}
#starburst .holyspirit {
	width: 8%;
	display: block;
	margin: 0 auto;
	max-width: 150px;
}
.logos .logo {
	max-width: 200px;
	max-height: 200px;
	width: 90%;
	display: block;
	margin: 0 auto 24px;
}
.logos h1,
.logos h2,
.logos h3 {
	font-family: sorts mill goudy, serif;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 2px 1px #676767;
	text-align: center;
	max-width: 90%;
}
.logos h1 {
	font-size: 48px;
	line-height: 48px;
	margin: 0 auto -4px;
}
.logos h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 auto;
}
.logos h3 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 auto 15px;
}
@media (max-width: 979px) {
	#starburst .holyspirit {
		width: 75px;
	}
	.logos .logo {
		margin-bottom: 0;
	}
	.logos h2 {
		font-size: 2.1em;
		line-height: normal;
	}
	.logos h3 {
		font-size: 1.1em;
		line-height: normal;
	}
}
@media (max-width: 500px) {
	#starburst {
		background-size: 767px;
		background-position: center -450px;
	}
	#starburst .holyspirit {
		display: none;
	}
	.logos .logo {
		margin-top: 50px;
	}
}
@media (max-width: 400px) {
	.logos .logo {
		margin-top: 10px;
	}
}
main::before {
	content: "";
	display: table;
	width: 100vw;
	margin: 0 0 24px -12px;
	min-height: 12px;
	background: #508a4e;
	background: -moz-linear-gradient(top, #508a4e 60%, #317742 100%);
	background: -webkit-linear-gradient(top, #508a4e 60%, #317742 100%);
	background: linear-gradient(to bottom, #508a4e 60%, #317742 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#508a4e',endColorstr='#317742',GradientType=0 );
	border-width: 3px 0 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d)
		100% 1;
	-moz-border-image: -moz-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100%
		1;
	-o-border-image: -o-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
	border-image: linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
}
main {
	overflow: hidden;
	background-color: #fff;
}

footer {
	background: url(../images/footer_angels.png) no-repeat top center #383328;
	background-position: 50% 75%;
	background-size: 850px 182px;
	padding-bottom: 250px;
	border-width: 5px 0 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d)
		100% 1;
	-moz-border-image: -moz-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100%
		1;
	-o-border-image: -o-linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
	border-image: linear-gradient(left, #bb8f3d, #fef9cc, #bb8f3d) 100% 1;
}
footer:before {
	content: "";
	display: block;
	background-image: url(../images/footer_holyandgreat_logo.png);
	width: 100px;
	height: 100px;
	background-size: cover;
	margin: -50px auto 24px;
}
footer h1,
footer h2,
footer h3 {
	font-family: sorts mill goudy, serif;
	font-weight: 400;
	text-align: center;
	color: #d1c4a7;
}
footer h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 24px auto 0;
}
footer h2 {
	font-size: 24px;
	line-height: 24px;
}
footer h3 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
}
@media (max-width: 979px) {
	footer {
		background-size: contain;
	}
}
