/*
Theme Name: Drumglass 2021 clean
Theme URI: http://www.drumglassparish.org
Author: Matthew Topley
Author URI: http://twitter.com/MatthewTopley
Description: Refined, minimalistic, church-wide design.
Version: 1.0
*/

body
{
	font-family: 'brother_1816book', sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'brother_1816bold', sans-serif;
	text-transform: uppercase;
	color: #9d8d62;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }

.white_section
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.plum_section
{
	width: 100%;
	background-color: #464652;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.plum_section h4, h6
{
	color: #ffffff;
}

.plum_section a:link { color: #ffffff; text-decoration: none; }
.plum_section a:visited { color: #ffffff; text-decoration: none; }
.plum_section a:hover { color: #ffffff; text-decoration: underline; }
.plum_section a:active { color: #ffffff; text-decoration: none; }

.blue_section
{
	width: 100%;
	background-color: #284358;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blue_section h4, h6
{
	color: #ffffff;
}

.blue_section a:link { color: #ffffff; text-decoration: none; }
.blue_section a:visited { color: #ffffff; text-decoration: none; }
.blue_section a:hover { color: #ffffff; text-decoration: underline; }
.blue_section a:active { color: #ffffff; text-decoration: none; }

p
{
	font-size: 120%;
}

.top-menu
{
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	padding: 0px;
	height: 70px;
	box-shadow: 0px 0px 5px grey;
}

.top-menu-frontpage
{
	z-index: 9;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	padding: 0px;
	height: 70px;
	box-shadow: 0px 0px 5px grey;
	opacity: 0;
}

.top-menu-frontpage.scrolled
{
	opacity: 1 !important;
	transition: opacity 400ms linear;
}

.appear-onscroll
{
	opacity: 0;
}

.appear-onscroll.scrolled
{
	opacity: 1 !important;
	transition: opacity 400ms linear;
}

.top-menu-frontpage-content
{
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px;
	height: 70px;
}

.top-menu-logoandtitle
{
	position: absolute;
	left: 0;
	height: 100%;
	margin: auto;
	padding: 15px;
	line-height: 40px;
}

.top-menu-logo
{
	float: left;
}

#menu_logo
{
	height: 40px;
}

.top-menu-title
{
	margin-left: 50px;
	width: 100%;
	visibility: hidden;
}

@media only screen and (min-device-width: 600px) {
	.top-menu-title
	{
	visibility: visible;
	}
}

.top-menu-menu
{
	position: absolute;
	right: 0;
	height: 100%;
	margin: auto;
	text-align: right;
	padding: 15px;
	line-height: 40px;
}

.top-menu-menu li
{
	display: inline;
	padding: 8px;
}

.top-menu-menu a
{
	color: #284358;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	-webkit-transition: border-bottom-width 0.3s, color 0.3s;
	-moz-transition: border-bottom-width 0.3s, color 0.3s;
	-o-transition: border-bottom-width 0.3s, color 0.3s;
	-ms-transition: border-bottom-width 0.3s, color 0.3s;
	transition: border-bottom-width 0.3s, color 0.3s;
	text-transform: uppercase;
}

.top-menu-menu a:hover
{
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #284358;
}

.top-menu-menu-frontpage
{
	position: absolute;
	right: 0;
	height: 100%;
	margin: auto;
	text-align: right;
	padding: 15px;
	line-height: 40px;
}

.top-menu-menu-frontpage li
{
	display: inline;
	padding: 8px;
}

.top-menu-menu-frontpage a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	-webkit-transition: border-bottom-width 0.3s, color 0.3s;
	-moz-transition: border-bottom-width 0.3s, color 0.3s;
	-o-transition: border-bottom-width 0.3s, color 0.3s;
	-ms-transition: border-bottom-width 0.3s, color 0.3s;
	transition: border-bottom-width 0.3s, color 0.3s;
	text-transform: uppercase;
}

.top-menu-menu-frontpage.scrolled a
{
	color: #284358 !important;
	transition: opacity 400ms linear;
}

.top-menu-menu-frontpage a:hover
{
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #ffffff;
}

.top-menu-menu-frontpage.scrolled a:hover
{
	border-bottom-color: #284358 !important;
}

.show_hide_menu
{
position: fixed;
right: 15px;
top: 15px;
z-index: 3;
}

.show_hide_menu button
{
background: #e9eaee;
}

@media only screen and (min-device-width: 600px) {
	.show_hide_menu
	{
	visibility: hidden;
	}
}

@media only screen and (max-device-width: 600px) {
	.menu_container
	{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.top-menu-style
{
	width: 100%;
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	background-color: #9d8d62;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

@media only screen and (min-device-width: 600px) {
	.menu
	{
		background: none;
		color: #284358;
	}
}

@media only screen and (max-device-width: 600px) {
	.menu a
	{
	display: block;
	width: 100%;
	color: #ffffff;
	}
}

@media only screen and (min-device-width: 600px) {
	.menu li
	{
	display: inline;
	padding: 8px;
	}
}


#head-img
{
	z-index: 4;
	min-width: 100%;
	height: 350px;
	object-fit: cover;
}

#welcomevid
{
	z-index: 4;
	min-width: 100%;
	min-height: 100%;
	height: 85vh;
	object-fit: cover;
	object-position: center;
}

.welcomevid-container
{
	padding-bottom: 30px;
	height: 85%;
}

.welcomevid-overlay
{
	width: 100%;
	z-index: 6;
	position: absolute;
	top: 0;
	padding-top: 90px;
}

@media only screen and (min-device-width: 600px) {
	.welcomevid-overlay
	{
		padding-top: 90px;
}
}

.welcomevid-filter-frontpage
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	z-index: 5;
	background-color: #284358;
	opacity: 30%;
}

.welcomevid-filter
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 5;
	background-color: #284358;
	opacity: 100%;
}

.welcomevid-body-adjust
{
	position: relative;
	top: 350px;
}

#front_logo
{
	height: 200px;
	padding-bottom: 20px;
}

.welcomevid-overlay h1
{
	font-size: 7em;
	font-weight: bold;
	color: #ffffff;
	/*text-shadow: 0px 0px 2px grey;*/
}

.welcomevid-overlay h2
{
	font-size: 3em;
	font-weight: bold;
	color: #ffffff;
	/*text-shadow: 0px 0px 2px grey;*/
}

.frontpage_thumb
{
max-width: 100%;
max-height: 200px;
}

.footer
{
	width: 100%;
	background: #464652;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
}

.link_scroll_position_compensate
{
position: relative;
top: -70px;
}

@media only screen and (min-device-width: 600px) {
	.link_scroll_position_compensate
	{
	position: relative;
	top: -100px;
	}
}

.footer_div
{
	width:100%;
	min-height: 200px;
	background: #284358;
	color: #ffffff;
}

.footer_div a:link { color: #ffffff; text-decoration: none; }
.footer_div a:visited { color: #ffffff; text-decoration: none; }
.footer_div a:hover { color: #ffffff; text-decoration: underline; }
.footer_div a:active { color: #ffffff; text-decoration: none; }

.footer-right-align
{
	text-align: left;
}

@media only screen and (min-device-width: 600px) {
	.footer-right-align
	{
		text-align: right;
	}
}

a.esv-crossref-link {
  color: #000000 !important;
}

.search_form
{
	width: 100%;
}

.searchform
{
	width: 100%;
}

.s
{
	width: 90%;
}