@media screen and (max-width: 1099px) {

	a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
		font-size: 14px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#fpDirectionsFlex {
		display: block;
	}
	
	#slideHolder {
		width: 400px;
		height: 300px;
	}
	
	.displayHolder span {
		padding: 5px;
		font-size: 14px;
	}
	
}



@media screen and (max-width: 999px) {

	#fpFeatureFlex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
	}

	#fpFeatureFlex div p {
		font-size: 14px;
		line-height: 22px;
	}

	#fpDirectionsFlex2 {
		padding-top: 30px;
		margin-top: 50px;
		border-top: 1px dotted #ffffff;
	}
	
	#mapDirections {
		height: 300px;
	}
	
}


/* MOBILE VIEW */
@media screen and (max-width: 899px) {

	body {
		font-size: 16px;
		line-height: 26px;
	}
	
	#top {
		height: 30px;
		padding: 0px;
	}

	a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
		display: none;
	}
	
	#buttMobNav {
		position: fixed;
		left: 50%;
		top: 10px;
		z-index: 1001;
		display: block;
		height: 40px;
		transform: translateX(-50%);

		background-color: #ffffff;
		border-radius: 50%;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

		cursor: pointer;
		user-select: none;
	}

	#navMob {
		position: fixed;
		left: -110%;
		top: 0px;
		z-index: 999;
		display: flex;
		width: 100vw;
		height: 100vh;
	
		justify-content: center;
		align-items: center;
	
		background: linear-gradient(to bottom, #4f3773, #6f5793);
		border-right: 1px solid #ffffff;
	
		transition: left 0.3s ease-in-out;
	}
	
	a:link.linksMob, a:active.linksMob, a:visited.linksMob, a:hover.linksMob {
		display: block;
		width: 200px;
	
		font-size: 18px;
		line-height: 24px;
	
		margin-top: 8px;
		margin-bottom: 8px;
	
		padding-left: 15px;
	
		color: #ffffff;
		border-left: 10px solid #ffffff66;
	}	
	
	#spacerContent div {
		top: calc(50% - 50px);
		transform: translate(-50%, -50%);
		width: calc(100% - 50px);
	}
	
	.review {
		font-size: 26px;
		line-height: 30px;
	}
	
	.stars {
		height: 20px;
		margin-top: 20px;
	}
	
	.content {
		width: calc(100% - 60px);
		padding: 30px;
	}
	
	h1 {
		font-size: 18px;
		padding-top: 70px;
		padding-bottom: 25px;
	}

	h2 {
		text-align: center;
	}
	
	h1 span {
		font-size: 30px;
		margin-top: 5px;
	}

	#bottomInner {
		display: block;
		width: calc(100% - 40px);

		font-size: 16px;
		line-height: 26px;

		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#bottomInner div:first-child {
		border-right: none;
		border-bottom: 1px dotted #ffffff;
		padding-bottom: 20px;
	}
	
	#bottomInner p {
		text-align: center;
	}

	#bottomInner div:nth-child(2) img {
		width: 25px;
		height: 25px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 10px;
	}
	
	#slideHolder {
		width: 300px;
		height: 200px;
	}

	.newsSub {
		font-size: 12px;
	}
	
	.displayHolder {
		width: calc(50% - 30px);
	}
	
	#bigPhoto img {
		max-width: calc(100vw - 50px);
		max-height: calc(100vh - 100px);
	}
	
	#findUsHolder {
		display: block;
		text-align: center;
	}

	#findUsHolder p {
		text-align: center;
	}

	#findUsHolder #mapDirections {
		height: 400px;
	}
	
	#findUsHolder label {
		text-align: center;
	}
	
	#findUsHolder div:nth-child(2) {
		border-top: 1px dotted #ffffff;
		margin-top: 50px;
		padding-top: 50px;
	}
	
	#messageHolder {
		display: block;
	}
	
	#messageHolder div:first-child {
		margin-bottom: 30px;
	}

	#fpFeatureFlex span img {
		height: 16px;
		margin-right: 7px;
	}

}


@media screen and (max-width: 799px) {

	#fpFeatureFlex div {
		flex: auto;
		width: calc(50% - 50px);
		max-width: 50%;
	}

	.bigNewsImage {
		max-width: 350px;
		margin-left: 30px;
		margin-bottom: 40px;
	}

}


@media screen and (max-width: 699px) {

	#fpFeatureFlex div {
		width: calc(100%);
		max-width: 500px;

	}

	.flexWithSlideshowRight {
		display: block;
	}
	
	#slideContent {
		display: block;
		width: 100%;
	}
	
	#slideHolder {
		width: calc(100vw - 80px);
		height: 70vw;
		margin-top: 50px;
	}

	.flexWithImageRight {
		flex-direction: column-reverse;
		gap: 30px;
	}
	
	.flexWithImageRight div {
		width: calc(100%);
	}
	
	.flexWithImageRight img {
		width: calc(100%);
		max-width: none;
	}

	


	.bigNewsImage {
		max-width: none;
		float: none;
		margin-left: 0px;
		margin-bottom: 40px;
	}
	
}



@media screen and (max-width: 599px) {

	.listItem {
		display: block;
		width: 100%;
		background-color: transparent;
		padding: 0px;
		margin-bottom: 50px;
	}

	.listItem:hover {
		background-color: transparent;
	}

	.listItemImageHolder {
		width: 100%;
		height: 300px;
		border-radius: 3px;

		margin-bottom: 20px;
	}
	








	#displayGrid {
		display: block;
		width: 100%;
	}
	
	.displayHolder {
		width: calc(100% - 0px);
		margin-bottom: 50px;
	}
	
	.displayHolder img {
		display: block;
		width: 100%;
	}
	
}

















