html {
	scroll-behavior: smooth;
}

body {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: 'Arvo', serif;
	background-color: #ebe8df;
	color: #06213f;
}

@media only screen and (max-width: 576px) {
	#parishBrand {
		font-size: 1rem;
	}
}

.parishLink,
.parishItalics {
	color: #82909f;
}

.parishLink:hover {
	color: #374d65;
	outline: 1px solid #374d65;
}

.navbar {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.6);
}

.navbar-dark .navbar-toggler {
	color: #06213f;
}

.navbar-dark .navbar-toggler:hover {
	color: #374d65;
}

img.sectionimg {
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1.5px solid #06213f;
	border-radius: 3px;
}

.wksked img {
	max-height: 120px;
}

@media only screen and (max-width: 768px) {
	#externalIframe {
		padding-bottom: 3rem;
	}
}

p.celebrant {
	font-size: .90rem;
}

#smallList a {
	color: #bf0000;
}
li.smallList {
	font-size: .90rem;
}

.btn-primary {
	background-color: #06213f;
}

.btn-primary:hover {
	background-color: #374d65;
}

.btn-primary:focus {
	background-color: #c7c4b6;
	color: #06213f;
}

#colBulletin {
	position: relative;
	/* height: 100%; */
	/* height: 100vh; */
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 33px;
	padding-right: 33px;
}

.bulletinDiv {
	margin-bottom: 33px;
}

ul#bulletins li {
	display: inline-block;
	width: 148px;
	height: 148px;
}

img.bulletinimg {
	margin-top: 12px;
	border: 1.5px solid #06213f;
	border-radius: 3px;
}

.topDiv {
	/* margin-bottom: 33px; */
	margin-bottom: 3rem;
}

#dir_panel {
	position: relative;
	margin: 0px;
	height: 100vh;
	max-height: 500px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #f2f2f2;
	border-left: 2px solid #06213f;
	border-right: 2px solid #06213f;
	border-top: 2px solid #06213f;
	border-bottom: 2px solid #06213f;
	overflow-y: scroll;
}

#dir_panel p {
	font-size: 1rem;
}

#dir_panel p.directions {
	padding-top: 12px;
	font-size: .8rem;
}

#inputArea {
	text-align: center;
}

.yourDir {
	font-size: 12px;
}

button.dir_button {
	font-size: 12px;
}

#map_canvas {
	position: relative;
	height: 100vh;
	max-height: 500px;
	/* width:100%; */
	border-left: 2px solid #06213f;
	border-right: 2px solid #06213f;
	border-top: 2px solid #06213f;
	border-bottom: 2px solid #06213f;
}

@media only screen and (min-width: 768px) {
	#dir_panel {
		border-right: 0px;
	}
}
@media only screen and (max-width: 768px) {
	#map_canvas {
		border-top: 0px;
	}
}

a.credit {
	color: #385a73;
}

a.credit:hover {
	color: #b38951;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
#scroller {
	display: none;
	position: fixed;
	bottom: 14px;
	right: 14px;
	z-index: 99999;
	width: 40px;
	height: 40px;
	background-color: #06213f;
	color: #fff;
	cursor: pointer;
	padding: 12px;
	border-radius: 4px;
	transition: 0.4s;
}

#scroller:hover {
	background-color: #374d65;
}

#scroller:focus {
	background-color: #c7c4b6;
	color: #06213f;
}

/* .scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #06213f;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: #374d65;
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
} */