@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

div {
	box-sizing: border-box;
}
a {
	color: #db1d36;
	text-decoration: none;
}
body {
	background-color: white;
	font-size: 15px;
	margin: 0;
	margin-top: 150px;
	font-family: "Roboto";
}
h1,h2,h3 {
	font-family: "Kdam Thmor Pro";
	color: #db1d36;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
}
.hidemobile {
	display: inline;
}
.showmobile {
	display: none;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #f7cd39;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	background-image: url(/images/dirt.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 750px;
	z-index: 9000;
}
.headerinner {
	width: 100%;
	height: 120px;
	background-image: url(/images/stripes.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 150px;
	z-index: 10000;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.flex-container {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	column-gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.calendar {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
}
.calendar > div {
	width: calc(14.28% - 4px);
	height: 100px;
	margin: 2px;
	position: relative;
}
.calendar div div {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-family: "Kdam Thmor Pro";
	color: white;
}
.calnav {
	float: right;
	font-family: "Kdam Thmor Pro";
	color: #db1d36;
	text-transform: uppercase;
	padding-top: 16px;
	font-size: 20px;
}
.adminnav {
	float: right;
	padding-top: 16px;
}
.adminnav a {
	margin-left: 20px;
}
.calnav a {
	margin-left: 10px;
}
.calday {
	background-color: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.nowday {
	background-color: rgba(163, 139, 53, 0.7);
}
.calempty {
	background-color: rgba(0, 0, 0, 0.15);
}
.calhead {
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	height: auto !important;
	padding: 5px;
}
.calday span {
	background-color:rgb(247, 205, 57);
	margin: 3px;
	display: block;
	font-size: 12px;
	padding: 3px;
	border-radius: 3px;
	color: black !important;
}
span > strong {
	color: #db1d36;
}
.rightcol {
	flex: 0 0 45%;
}
.mid {
	flex: 0 0 200px;
}
.yellowbox {
	background-color: #f7cd39;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	background-image: url(/images/dirt.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 750px;
	margin-top: 20px;
	
}
video {
	margin-top: 20px;
}
.rightcol iframe {
	margin-top: 20px;
}
.boxinner {
	width: 100%;
	background-image: url(/images/stripes.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 120px;
	z-index: 10000;
	padding: 0px 10px 10px 10px;
}
.yellowbox .boxinner a {
	display: block;
	color: white;
	background-color: #db1d36;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.smallframeinner div a {
	display: block;
	color: white;
	background-color: #db1d36;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.resultstable a {
	color: white;
	display: inline-block;
	background-color: #db1d36;
	padding: 5px;
	border-radius: 3px;
}
.boxinner p {
	position: relative;
}
.yellowbox p {
	margin: 0;
	margin-bottom: 10px;
}
.iconlink {
	display: inline;
	position: absolute;
	right: 0;
}
.cars .flex-item {
	flex: 0 0 calc(25% - 15px);
}
.cars img {
	width: 100%;
	height: auto;
}
.gallery {
	margin-left: -10px;
	margin-right: -10px;
}
.gallery div {
	width: calc(33% - 20px);
	margin: 10px;
	height: 250px;
	float: left;
	background-size: cover;
	background-position: center;
	position: relative
}
.gallery div a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.logo {
	float: left;
}
.logo img {
	width: 160px;
	height: auto;
}
.nav {
	float: right;
	font-family: "Kdam Thmor Pro";
	margin-top: 10px;
	clear: right;
}
.social {
	float: right;
	margin-top: 40px;
}
.social a {
	color: black;
	text-decoration: none;
	font-size: 36px;
	margin-left: 20px;
}
.social a:hover {
	color: #db1d36;
}
.nav a {
	color: black;
	text-decoration: none;
	margin-left: 20px;
}
.activelink {
	color: #db1d36 !important;
}
.mobilemenu .activelink {
	color: black !important;
}
.nav a:hover {
	color: #db1d36;
}
.owl-carousel {
	z-index:2000;
	margin-top: -50px;
}
.owl-carousel .item {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}
.caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
}
.caption h2,.caption p {
	margin: 0;
	padding: 0;
}
#mobilemenu, .mobilemenu {
	display: none;
}
.frameouter iframe {
	height: 100%;
}
.frameouter {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.frameinner {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 80%;
	top: 10%;
	background-color: white;
}
.galframe {
	padding: 10px;
}
.galframe div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.smallframeinner {
	position: absolute;
	left: calc(50% - 200px);
	width: 400px;
	height: auto;
	top: 20%;
	background-color: white;
}
.smallframeinner div {
	padding: 20px;
}
.frameclose {
	position: absolute;
	right: 0;
	top: -40px;
	font-size: 30px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
table {
	width: 100%;
	border-collapse: collapse;
	background-color: rgba(0, 0, 0, 0.15);
}
th {
	text-align: left;
	background-color: black;
	color: white;
	padding: 5px;
}
td {
	border-top: 4px solid white;
	padding: 5px;
}
@media only screen and (max-width: 700px) {
	.showmobile {
		display: inline;
	}
	.hidemobile {
		display: none;
	}
	.calendar > div {
		height: 60px;
	}
	#mobilemenu {
		display: inline;
	}
	.mobilemenu {
		position: fixed;
		display: block;
		right: -270px;
		top: 0;
		width: 250px;
		height: 100%;
		background-color:#db1d36;
		z-index: 8000;
		padding-top: 100px;
		padding-left: 10px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}
	.mobilemenu a {
		color: white;
		display: block;
		padding: 10px;
		font-size: 24px;
	}
	.nav {
		display: none;
	}
	.header {
		height: 80px;
		background-size: 750px;
	}
	.headerinner {
		height: 80px;
		background-size: 150px;
	}
	.social {
		margin-top: 30px;
	}
	.logo img {
		width: 100px;
		margin-top: 10px;
	}
	body {
		margin-top: 100px;
	}
	.owl-carousel .item {
		height: 300px;
	}
	.flex-container {
		display: block;
	}
	.frameinner {
		left: 5%;
		width: 90%;
		height: 80%;
		top: 10%;
	}
	.smallframeinner {
		left: 10%;
		width: 80%;
	}
	.gallery div {
		width: calc(100% - 20px);
		margin: 10px;
		height: 250px;
		float: none;
	}
}