<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Candara';
	src: url('/inc/fonts/CANDARA.eot'); /* IE9 Compat Modes */
	src: url('/inc/fonts/CANDARA.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/inc/fonts/CANDARA.woff') format('woff'), /* Modern Browsers */
		url('/inc/fonts/CANDARA.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('/inc/fonts/CANDARA.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Candara', Arial;
	line-height: 1.5 !important;
	padding: 70px 0 150px 0 !important;
}
a {
	/* border-bottom: rgb(0, 140, 186) 1px dotted;
	color: rgb(0, 140, 186); */
	border-bottom: #777 1px dotted;
	color: #777;
}
a.orbit-prev, a.orbit-next {
	border-bottom: 0 none;
}
a:not(.button):hover {
	border-bottom: none;
	color: #ffa30c !important;
}

@media all and (max-width: 768px) {
	body {
		padding-bottom: 0;
	}
}

/** Headings **/
h1, h2, h3, h4, h5, h6 {
	/* color: #777 !important; */
	font-family: 'Candara', Arial;
	font-weight: normal;
	text-transform: normal;
}
.subheader {
	color: rgb(40,28,68);
	line-height: 1.2;
	text-transform: none;
}
h1.subheader {
	font-size: 26px;
}

/** Buttons **/
.button {
	/* background-color: rgb(40,28,68); */
	background: transparent;
	/* border-color: rgb(40,28,68); */
	border-color: #777 !important;
	border-bottom: #777 2px solid !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #777;
	font-family: 'Candara', Arial;
	font-size: 14px;
	padding: 10px 0 10px 0 !important;
	text-transform: uppercase;
}
.button.success {
    background-color: #43ac6a;
	border-bottom: 0 none !important;
	padding: 10px 20px !important;
}
.button:hover {
	// background-color: #777;
	/* border-color: rgb(40,28,68); */
	background: none !important;
	border-color: #ffa30c !important;
	color: #ffa30c !important;
	text-transform: uppercase;
}
.button.success:hover {
	background-color: #43ac6a !important;
	border-color: none !important;
	color: #fff !important;
}

/** Content **/
#content {
	color: #fff;
	/* color: #777; */
	display: block;
	margin: 40px 0 200px 0;
	padding-bottom: 200px;
	position: relative;
	z-index: 3;
}
#content h1 {
	color: #999;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	text-transform: normal;
}
#content h2 {
	color: #fff;
	font-size: 16px;
}
#content h3 {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	text-transform: none;
}
#content p {
	font-size: 14px;
	line-height: 1.4;
}

#content .content-panel {
	background: rgba(20,20,20,0.85);
	/* background: rgba(255,255,255,0.95); */
	padding: 15px;
}

/** Reveals **/
.reveal-modal &gt; a {
	border: 0 none;
}
#bookingModal.reveal-modal {
	margin-left: -10%;
	padding: 10px;
	width:350px;
}
#mailingListModal.reveal-modal {
	margin-left: -15%;
	padding: 0px;
	text-align:center;
	width:500px;
}
#mailingListModal.reveal-modal iframe {
	border: 0 none;
	height: 500px;
	width: 100%;
}
@media all and (max-width: 768px) {
	.reveal-modal {
		height: 100%;
		left: 0;
		margin-left: 0;
		top: 0;
		width: 100%;
	}
	#bookingModal.reveal-modal {
		height: 100%;
		margin-left: 0;
		width: 100%;
	}
	#mailingListModal.reveal-modal {
		height: 100%;
		margin-left: 0;
		width: 100%;
	}
	#mailingListModal.reveal-modal iframe {
		border: 0 none;
		height: 100%;
		width: 100%;
	}
}</pre></body></html>