html {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	overflow-y: scroll;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Quicksand, sans-serif;
	margin-top: 18px;
	margin-bottom: 7px;
}

h2, h4 {
	font-style: italic;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

ul {
	margin: 0px 0px 10px 0px;
	padding-left: 1em;
}

li {
	margin-bottom: 0.5em;
}

img {
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

img.emoji {
   height: 1em;
   width: 1em;
   margin: 0em .05em 0em .1em;
   vertical-align: -0.1em;
}

#highlights>div>p:last-child:not(:first-child) {
	display: block;
	height: 25px;
	margin: 0em;
	padding: 0em;
}
#highlights>div>*:nth-last-child(2), #highlights>div>div p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#highlights>div:last-child>p:last-child:not(:first-child) {
	height: 10px;
}

.btn {
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	height: 38px;
	line-height: 23px;
	padding: 6px 10px 6px 10px;
/*	background-clip: border-box;*/
	box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: none;
}

.btn-default {
	color: black;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
}
.btn-default:hover, .btn-default:focus {
	color: black;
	background-color: #a0a0a0;
	border: 1px solid #a0a0a0;
}
.btn-default:active {
	color: black;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
}

.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.8);
}
.lg-image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}

.round4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}

.img-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: border-box;
}

.caption {
	margin-bottom: 3px;
}

.well-banner {
	position: relative;
	margin-left: -40px;
	margin-right: -40px;
}

.footer-text {
	font-size: x-small;
}

.center-narrow {
	text-align: center;
}

.rslides-container {
	padding-top: 0px;
}

.rslides {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.rslides li {
	padding-bottom: 0px;
	margin: 0px;
}

.admin-login {
	display: block;
	position: absolute;
	top: 56px;
	right: 10px;
	z-index: 3;
	font-size: small;
}

.admin-login a {
	color: #aaa;
}

.admin-options {
	display: block;
	position: fixed;
	top: 56px;
	right: 10px;
	z-index: 999;
	font-size: small;
}

.admin-options a {
	color: #0000FF;
}

.navbar-container {
	width: 100vw;
	height: 51px;
	position: fixed;
	top: 0px;
	z-index: 4;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 102px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
}

.wide-banner {
	position: relative;
	z-index: 2;
	height: 102px;
	margin-top: -71px;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.wide-banner-spacer {
	height: 91px;
}

/* hacks for browsers being weird about vw units with a scrollbar */
/* desktop Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 481px) and (min-device-height: 481px) {
	.navbar-container {
		background-position: -8px bottom;
	}
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media
{
	.navbar-container {
		background-position: left bottom;
	}
}}
/* Safari 6.1-10.0 */
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
		.navbar-container {
			background-position: -7px bottom;
		}
	}
}
/* Firefox Quantum */
@-moz-document url-prefix() {
	@supports (animation: calc(0s)) {
		.navbar-container {
			background-position: -8px bottom;
		}
	}
}

.facebook-button {
	color: #FFFFFF;
	background-color: #8095CD;
	border: 1px solid #8095CD;
}
.facebook-button:hover,
.facebook-button:focus,
.facebook-button:active {
	color: #FFFFFF;
	background-color: #3B5998;
	border: 1px solid #3B5998;
}

.facebook-columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.facebook-img {
	display: block;
	width: 100%;
	padding: 5px;
	overflow: hidden;
}
.facebook-img img {
	max-height: 100%;
}

@media only screen and (min-width: 768px) {
	.admin-login {
		top: 91px;
	}

	.admin-options {
		top: 91px;
		margin-right: 10px;
	}

	.navbar-container {
		height: 86px;
		background-size: auto 172px;
	}

	.wide-banner {
		height: 172px;
		margin-top: -106px;
	}

	.wide-banner-spacer {
		height: 126px;
	}

	.facebook-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 1024px) {
	.facebook-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.facebook-post {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 15px;
}

.facebook-heading {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	height: 24px;
	line-height: 24px;
	font-family: Quicksand, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 9px 0px 0px 0px;
	background-color: #8095CD;
	background-image: url(fbheading.jpg?v=2);
	background-repeat: no-repeat;
}

.facebook-icon {
	position: absolute;
	z-index: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
}

.facebook-date {
	display: inline-block;
	margin-left: 28px;
}
.staff {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.staff-photo {
	margin-bottom: 5px;
}

.sunday {
	float: left;
}

.sunday-time {
	clear: both;
	width: 4em;
	margin-right: 1em;
	font-style: italic;
	text-align: right;
}

.no-audio {
}

.audio-file {
	break-inside: avoid;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
}

.audio-wrapper {
	break-inside: avoid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	box-sizing: content-box;
	min-width: 140px;
	line-height: 34px;
	height: 34px;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	white-space: nowrap;
	font-size: x-small;
	margin-bottom: 10px;
}

.simple-player-container {
	width: 100%;
	height: 100%;
}

.simple-player-container a:focus {
	outline: none;
}

.progressbar-wrapper {
	min-width: 65px;
}

@media only screen and (min-width: 320px) {
	.audio-wrapper {
		font-size: small;
		min-width: 140px;
	}
}

@media only screen and (min-width: 384px) {
	.audio-wrapper {
		min-width: 170px;
	}

	.progressbar-wrapper {
		min-width: 95px;
	}
}

@media only screen and (min-width: 480px) {
	.audio-wrapper {
		min-width: 200px;
	}

	.progressbar-wrapper {
		min-width: 125px;
	}
}

@media only screen and (min-width: 992px) {
	.audio-file {
		min-width: 50%;
		max-width: 50%;
	}

	.center-narrow {
		text-align: left;
	}

	.rslides-container {
		padding-top: 26px;
	}
}

@media only screen and (min-width: 1200px) {
	.audio-file {
		min-width: 33.33%;
		max-width: 33.33%;
	}

	.rslides-container {
		padding-top: 0px;
	}
}

.event-calendar {
	display: table;
	margin: 0px;
	padding: 0px;
}

.event-heading {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	font-family: Quicksand, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 9px 0px 4px 0px;
	background-color: white;
	background-image: url(eventheading.jpg?v=4);
	background-repeat: no-repeat;
}

.events-container {
	position: relative;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px 4px;
	white-space: normal;
	overflow: hidden;
}

.event-body {
	display: table-row;
	position: relative;
	font-size: small;
}

.event-icon {
	position: absolute;
	z-index: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
}

.event-date {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	margin-right: 6px;
	text-align: center;
	font-weight: bold;
	color: #c0c0c0;
}

.event-time {
	display: inline-block;
	width: 4em;
	min-width: 4em;
	padding: 3px 6px 2px 4px;
	text-align: right;
	font-style: italic;
	border-top: 2px solid transparent;
	border-right: 2px dotted #c0c0c0;
	border-bottom: 2px dotted #c0c0c0;
}

.event-desc {
	display: table-cell;
	width: 100%;
	padding: 3px 4px 2px 6px;
	white-space: normal;
	border-top: 2px dotted #c0c0c0;
}
