﻿/* =========== Custom bxslider =============*/
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d22630;
}

	.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
		/*background: #ce1f2c;*/
		/*note: red color #ce1f2c changed to #d22630 per Kim 6/5/2024*/
		background: #d22630;
	}



	.bx-wrapper .bx-pager.bx-default-pager a:hover {
		background: #e6d0ad;
	}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -50px;
}

/* =========== red buttons ================ */
#bigButtons {
	margin: 70px 0 50px 0;
	text-align: center;
}

	#bigButtons a {
		display: inline-block;
		font-size: 16px;
		margin: 10px;
		padding: 4px 10px 4px 5px;
	}

#homeContentBG {
	background-color: white;
}

/* =========== graphic buttons ================ */
.graphicButtons {
	text-align: center;
	margin: 30px auto;
  max-width:1100px;

}

	.graphicButtons img {
		width: 100%;
		/*max-width: 300px;*/
		/*Note: changed by Joe for 4 accross, see change in media query too*/
		max-width: 225px;
	}

	.graphicButtons a {
		display: inline-block;
    margin:5px;
	}

#calendarHolder {
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 0 10px;
}

/* =========== news ================ */
#news {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

	#news .padder {
		padding: 0 15px 15px 15px;
	}

	#news .newsItem {
		text-align: left;
		width: 250px;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}

		#news .newsItem:not(:last-child) {
			margin-right: 15px;
		}

	#news .title {
		word-wrap: break-word;
		font-size: 15px;
	}

	#news .newsImage {
		width: 250px;
		height: 175px;
		overflow: hidden;
		margin-bottom: 5px;
		position: relative;
		display: block;
		border: 1px solid silver;
	}

	#news .bgImage {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

/* =========== slides ================ */
#slideContainer {
	position: relative;
}

	#slideContainer #subMenu {
		position: absolute;
		width: 100%;
		bottom: 0;
		/*background: rgba(252, 225, 188, 0.85);*/
		background: rgba(102, 102, 102, 0.85);
		z-index: 9998;
		text-align: center;
		/*color: #d22630;*/
		color: #ffffff;
		box-sizing: border-box;
		padding: 20px 10px;
	}

		#slideContainer #subMenu a {
			display: inline-block;
			font-size: 17px;
			font-weight: bold;
			padding: 0 10px;
		}

			#slideContainer #subMenu a:hover {
				color: #000;
			}


	#slideContainer #slides {
		width: 100%;
		height: 550px;
		z-index: 0;
		overflow: hidden;
		max-height: 768px;
		background-color: antiquewhite;
	}

		#slideContainer #slides div {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			width: 100%;
			z-index: 0;
			vertical-align: top;
			height: 100%;
		}

	#slideContainer .overlay {
		position: absolute;
		max-width: 800px;
    max-height:465px;
    overflow:auto;
    width:95%;
		box-sizing: border-box;
		padding: 15px;
		/*next line commented out by Joe*/
/*		background-color: rgba(0, 0, 0, .7);*/
		color: white;
		text-align: center;
		margin: 0 auto;
    left:0;
    right:0;
	}

		#slideContainer .overlay .big {
			font-weight: bold;
			font-size: 110%;
		}

		#slideContainer .overlay .padder {
			padding: 15px;
			box-sizing: border-box;
		}

@font-face {
	font-family: 'Freebooter Script';
	src: url(Fonts/Freebsc_.ttf);
}

#slideContainer .overlay h2 {
	color: white;
	font-weight: normal;
	/*font-family: "Freebooter Script", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
	/*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
	font-family: "Open Sans", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 35px;
	margin-bottom: 0
}
/* ================== RESPONSIVE ===================== */

@media screen and (max-width: 650px) {
	#slideContainer #subMenu a {
		font-size: 15px;
		font-weight: normal;
		padding: 0 8px;
	}

	#slideContainer .overlay h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 575px) {
	#slideContainer #subMenu a {
		padding: 0;
	}

	#slideContainer .overlay {
		max-width: unset;
		left: 10px;
		right: 10px;
	}
}

@media screen and (max-width: 500px) {
	#slideContainer #subMenu {
		padding: 10px 10px;
	}

		#slideContainer #subMenu a {
			padding: 0;
		}
	.graphicButtons img {
		width: 100%;
		/*Note: changed by Joe for 4 accross, see change in above too*/
		max-width: 300px;
	}
}

@media screen and (max-width: 415px) {
	#slideContainer #subMenu {
		line-height: 1;
	}

		#slideContainer #subMenu a {
			font-size: 15px;
			padding: 5px 0;
		}
}

@media screen and (max-width: 400px) {
	#bigButtons a {
		display: block;
		width: 75%;
		margin: 0 auto 10px auto;
	}
}

@media screen and (max-width: 375px) {
	#news .newsItem {
		width: 100%;
		display: block;
	}

		#news .newsItem:not(:last-child) {
			margin-right: 0;
		}

	#news .newsImage img {
		max-width: unset;
	}
}
