@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);

@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');

/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
  color: white;
  text-decoration: none;
}
body, html {
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";	
  color: #343132;
  font-size: 14pt;
  scroll-behavior: smooth;
/*  background-color:#9F9D85;*/
  background-color:#AEAEAE;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.95);
  z-index: 10000;
  display:none;
}
#menu p {
	line-height:1.5em;
	padding:0;
	margin:0;
}
#picturebox {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slide, .slidevis {
  display: none;
}
.container, .containermask, .containermaskb, .containerwallp {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.container {
  height: auto;  
}

.slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.table {
  display: table;
}
.table, .tablefold {
  /*width: 100%;*/
  height: 100%;
}
.cell {
  display: table-cell;
}
.cellfold {
  vertical-align: top;
  padding: 8px;
}
.row {
  display: table-row;
}
#spacer {
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  padding: 48px 2% 48px 2%;
  color: #E0E0E0;
  text-align: center;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:hover {}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*ANIM _ TEXT FADE IN AND FLOAT DOWN */
.EXE_slideshow {
  overflow: hidden;
}
.menuStrip, .menuFront {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
}
.menuFront {
  z-index: 1500;
}
.menuFront a, .cme {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 14px;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 8px;
}
.menuFront a {
  margin: 0 12px 0 12px;
}
.menuFront img {
	padding-top:2px;
}
.cme {
  padding: 11px 20px 7px 20px;
  background-color:white;	
}
.contact a {
	padding-top:10px;
	color:#08542b;
	font-weight:500;
	font-weight:bold;
}
.footer {
  background-color: #202020;
  padding: 64px 0 64px 0;
}
.ftw {
  width: 100%;
}
.fcwl, .fcwr {
  vertical-align: middle;
}
.sb {
  margin: 8px 0 0 8px;
  height: 24px;
  width: 24px;
  background-color: white;
}
.plhn {
  line-height: normal;
}
.formbox input, .formbox textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 1rem;
  color: inherit;
  border-radius: 4px;
  font-weight: bold;
}
.formbox textarea {
  height: 275px;
}
::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.formbox button {
  border: none;
  outline: none;
  background-color: orangered;
  padding: 12px;
  width: 128px;
  border-radius: 12px;
  color: white;
  font-weight: bold;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer li {
	color: #F0F0F0;
}
.footer input, .footer textarea {
	font-size: 0.7rem;
	color: #000000;
	padding: 8px;
}
.footer textarea {
	height: 75px;
}
.footer button,.bclass {
	background-color: red;
	color: #F0F0F0;
	font-size: 0.85rem;
	padding: 12px;
}
.footer input, .footer textarea,.footer button,.bclass {
	border: none;
	width:90%;
	outline:0;
	margin:2px 0;
	display:block;
}
.footer button {
	float: left;
}
.col1,.col2,.col3 {
	float:left; 
}
.footer {
	text-align:left;	
}
.navbar {
	color:#B1B1B1;
}
.navbox {
	border-radius:8px;
	padding:5px;
}
.nb1 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.nb2 {
	flex-grow: 1;	
	text-align:right;
}
.darkcol,.topstrip {
	background-color:#222121;
}
.darkcol {
	border-bottom:1px solid #7C7C7C;
	position:fixed;
	z-index:1000;
}
.topstrip {
	height:200px;
}
.titlebox,.textbox,.re,.bodybox {
	border-radius:8px;
}
.titlebox,.textbox,.bodybox {
	background-color:#859F90;
	padding:32px;
	color:#ECECE7;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);	
}
.logofont {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:bold;
	border:4px solid #ECECE7;
	padding:10px;
	text-align:center;
}
.header {
	display:flex;
}

.hsize {
	flex-grow:1;
}
.ttd
	{
	margin-top:4px;
}
td {
	vertical-align: top;
}
.ttd td {
	vertical-align: middle;
	font-size:0.8rem;
	line-height:1rem;
}
.ttd img {
	display:block;
}
.headline {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color:#545454;
	letter-spacing:1px;
	font-weight:bold;
	height:224px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.spic img {
	display:block;
}
.twocol {
	display:flex;
	gap:8px;
}
.colone {
	flex:50% 0 0;
	display: flex;
	align-items: center;
	font-size:1rem;
	line-height:1.5rem;
}
.colone img,.spic img {
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);	
	border-radius:8px;	
}
.boxtitle {
  	font-family: "Mate", serif;
  	font-weight: bold;
	font-size:1.7rem;	
	color:#916545;
}
.fixwallp {
	height:600px;
	background:url(/img/hottub.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center;
	position:relative;
}
.fixbox {
	position:absolute;
	background-color:rgba(234,234,229,0.85);
	border-radius:8px;
}
.newstrip {
	background-color:#869F91;
	border:1px solid #869F91;
}
.newstrip .colone {
	color:#E7E7E1;
}
.newstrip .boxtitle {
	color:#2F2F2F;
}
.fbox {
	font-size:0.85rem;
	line-height:1.5rem;
}
.navbar td {
	vertical-align: middle;
}
.nb1 table {
	width:100%;
}
.nb2 table {
	display:inline;
}
.nb2 a {
	text-decoration: none;
	font-size:0.85rem;
	color:lightgoldenrodyellow;
	border-left:2px solid lightgoldenrodyellow;
	padding:0 6px 0 8px;
}
.twm {
	text-align:center;
	vertical-align:middle;
	width:100%;
	font-size:1rem;
}
.twm a {
	color:white;
	font-size:1rem;
	line-height:2rem;
	font-weight:bold;
}
.textBox input, .textBox textarea {
  width: 100%;
  padding: 12px;
  margin-bottom:4px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 14pt;
  color: black;
  border-radius: 8px;
  font-weight: bold;
  display:block;
}
.textBox textarea {
  height: 275px;
}
::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: 10pt;
}
.textBox button {
  border: none;
  outline: none;
  background-color: red;
  padding: 12px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size:11pt;
}
.textBox {
	margin:60px auto;
	overflow:hidden;
}
.bodybox {
	background-color:#869F91;	
	padding:28px 24px;
	line-height:1.5rem;
}
#mapbox {
	height:450px;
}
.cl td img {
	display:block;	
}
.cl td {
	vertical-align:middle;
	padding-top:8px;
}
.shiftup {
	margin-top:-64px;
}