@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:before, *:after {
	box-sizing: border-box;
}
body {
	/*font-family: Verdana, Tahoma, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #333333;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
h1, h2, h3 {
	font-family: 'Jockey One', sans-serif;
	font-size: xx-large;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
}
p {
	line-height: 2;
	padding-bottom: clamp(20px, 4vw, 40px);
}
ul {
	padding-left: 25px;
}
li {
	padding: 5px 0;
	line-height: 2;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #930907;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-decoration: underline;
	white-space: normal;
}
a:active {
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-decoration: underline;
}
a:hover {
	color: #930907;
	text-decoration: underline;
}
.img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
	.img {
		width: auto; /* for ie 8 */
	}
}
#wrapper {
	background: #ffffff;
}
header {
	background: #930907 url('../images/headerbg.jpg?v=1.01') no-repeat top center;
	background-size: cover;
	padding: 40px 0;
}
.header-container, #body {
	margin: 0 auto;
	max-width: 1000px;
}
.header-container {
	display: flex;
	align-content: stretch;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 10px;
}
header > div {
	color: #ffffff;
	flex: 1;
	font-weight: 700;
	text-align: center;
}
header div::nth-child(1) {

}
.header-container p {
	line-height: 2;
	padding: 0;
}
.motto {
	font-size: 1.2em;
	font-weight: 700;
}
.verse {
	font-size: 0.8em;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.9);
}
#content {
	padding: 40px 20px;
	float: left;
}
#contentFull {
	padding: 40px 20px;
}
.slideshow {
	display: block;
}
.slideshow-container-mobile {
	display: none;
}
/*** Menu ***/
#nav {
	background-color: #121212;
	border-bottom: 4px solid #930907;
	padding: 15px 0;
	text-align: center;
}
#nav ul {
	padding: 0;
}
#nav li {
	display: inline;
	padding-right: 8px;
}
#nav li:last-child {
	display: inline;
	padding: 0;
}
#nav a:link, #nav a:visited, #nav a:active {
	background-color: transparent;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.9em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 7px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#nav a:hover {
	background-color: #670B09;
}
#nav li.active a {
	background-color: #930907;
	color: #ffffff;
	border-right: 0;
	font-family: inherit;
	font-size: 0.9em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 7px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menunav {
	display: none;
}
a.phone-header {
	background-color: #930907;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	padding: 7px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	text-decoration: none;
/*	text-shadow: 2px 2px 0px #333333;*/
}
a.phone-header:hover {
	background-color: #670B09;
	color: #ffffff;
}
a.phone-footer {
	background-color: #930907 !important;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	padding: 7px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	text-decoration: none;
}
a.phone-footer:hover {
	background-color: #670B09 !important;
	color: #ffffff;
}
#example-tab {
	display: none;
}
#example-tab2 {
	display: block;
	text-align: center;
}
#details {
	float: right;
	width: 350px;
	text-align: center;
	margin-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
}
#details label {
	font-weight: 700;
}
#sticker {
	float: right;
	padding-left: 20px;
}
.news a {
	background: #e6b800;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.125em #666;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 0;
	letter-spacing: -1px;
	display: block;
	line-height: 20px;
	white-space: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.news a:hover {
	background: #b38f00;
}
/*** Footer ***/
footer {
	margin-top: auto;
}
.footer-container {
	border-top: 4px solid #231f20;
	background: #930907;
	text-align: center;
	color: #ffffff;
	padding: 40px 0;
	width: 100%;
}
.footer-container p {
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
.footer-container a:link {
	color: #ffffff;
	background-color: transparent;
}
.footer-container a:hover {
	color: #00000;
	background-color: transparent;
}
.phoneFooter a {
	background-color: #930907;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	padding: 1px 3px;
	text-decoration: none;
	text-shadow: 0 1px 0px #333;
}
.phoneFooter a:hover {
	background-color: #ffffff;
	color: #930907;
}
