:root{
    --bkgd-color:#E5E8EB;
	--text-color:#22252B;
	--bkgd-color-gre:#53655C;
	--white-text: #FFE;
    --bkgd-color-mob:#001;
   /* --bkgd-color: #5c7f51;    #97bd77; ||  black #22252B |  green  #53655C|  gray #A3AEB1 | off-white  #E5E8EB | brown  #B09F95*/
  }
*{
	 /* color:#006; */
	color: var(--text-color);
	font-family: verdana, arial, helvetia, courier; /* "Comic Sans MS", "MarkerFelt-Thin", */
	box-sizing:border-box;
	max-width:100%;
}
html{
  background-image: url("../pics/schroon_lake_bkgd.jpg");
  background-size:cover;
  scroll-behavior:smooth;
 } /* forestbkgrd2006.gif */
body{
	width:80%;
    background-color: var(--bkgd-color);
	margin: auto;
	border-radius:6px;
    font-size:15px;
	font-weight:500;
 }
 a{
  text-decoration: none;
  color:navy;
  font-weight: 600;
 }
 /* a:visited {color: #A0A;} */
a:hover{
  color: crimson;
  text-decoration: underline;
  font-style: italic;
 }
a.tl:visited{
  color: purple;
}
 a.tl:hover{
  color: navy;
}
a.featured{
  display:inline-block;
  background-color: Salmon;
  padding:8px;
  border-radius:8px;
  font-size: 17px;
  font-weight: 600;
  border:2px solid navy;
  color:navy;
  }
 #divOuter{position: relative;}
 #divMain2{
   /*  background-image:url('/header_bkgds/background_0.jpg');
    background-image:url('/pics/newNightIndexBG.JPG'); */
   background-repeat: no-repeat;
   background-position: right;
   height:auto;
   position: relative;
   background-color: #2f3c72;
   background-size: cover;
  }
  #H1Home {
    position: absolute;
    left: 5%;
    top: 8%;
    color: navy;
	z-index:2000;
	font-weight: 700;
}
#skipNav{
    position: absolute;
	display:inline-block;
	padding:5px;
	background-color: LightSalmon;
    left: 1%;
    top: -10%;
	font-weight: 700;
	z-index:10000;
}
#skipNav:focus{
    top: 2%;
}
div#divHeader .headerAddress{font-size:13pt; }
div.headerX{height: 336px !important;}
div#divHeader{
	  background-image: url('/pics/header_bgd6.jpg');
	  height: 290px;
	  background-position: center;
	   /* background-repeat: no-repeat;  */
	  position: relative;
	  background-size:cover;
	  width:100%;
	  color: #DFDB31;
	}
div#divHeader, div#divHeader * {
  color: gold;
  font-weight: 700;
   font-size:110%;   /*text-shadow:2px 2px gold; */}
  #divHeaderInner{
	left: 0%;
	position: relative;
    top: 8%;
  }

nav{
  position: sticky;
  top:0;
  z-index:2000;
  opacity:.9;
  }
ul#ulTop{background-color: var(--bkgd-color-gre); /*    #38DCD3;#78BE95; */}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table; /* [1] */
  table-layout: fixed; /* [2] */
  width: 100%; /* [3] */
	background-repeat: repeat-x;
	background-size:auto 100%;
	border:3px solid #36F;
	border-top:1px solid #36F;
}
  ul.tabs>li{
    display: table-cell; /* [4] */
		height:100%;
		border-left:3px solid #36F;
		vertical-align:top;
  }
 ul.tabs li:first-child{border-left-width:0px}
 .tabs__item1 {border-left:0px solid blue;}
 ul.tabs a, .tabs__link { display: block; /* [5] */ }
.primary-nav {
  text-align: center;
  overflow: hidden; /* [1] */
}
 .primary-nav a {
      padding: .15em;
      color: Cornsilk;
      font-weight: 600;
      text-decoration: none;
	  display: block;
	  font-size:.95em;
	  height:100%;
    }
 .primary-nav a:hover{color: Cornsilk;}
 ul.tabs li:hover{
    background-color:#36F ;
  }
 #divContent{
 position: relative;
 padding:0 8px;}
	caption{
	 font-size: 13pt;
	 font-weight: 700;
  }
	li{
	 font-size:11pt;
	 font-weight: 500;
  }
   .cols{columns:320px 3; padding:1%;}
h1,h2,h3,h4,h5{
	line-height: 105%;
	font-weight: 600;
	text-align: center;
	margin: 4px;
	}
 h1 {
    font-size: 1.65rem;
    }
h2 {
    font-size: 1.5rem;
    }
h3 {
    font-size: 1.4rem;
    }
td, th{
    font-size: 1em;
	font-weight:600;
 }
tr{
  vertical-align:top;
}
 img{
  border-radius:6px;
  max-width:100%;
  height:auto;
  border-width: 0;
  }
 .img{
    margin:4px auto;
	display:block;
 }
div#divSlideShow, img#specialPics{width:100% !important};
 b{font-weight: 700;}
 p{ text-indent: .2in;}
 ul, ol{font-weight: 600; padding-left: 16px;}
 .sm {
   font-size:11px;
  }
  .wid100{width:100%; border-radius:0;}
  #footer a, #footer * {
   font-size:13px;
  }
  div#footer{border-top: 1.5px solid #30F; margin: 4px 0;}
  legend{
   font-size:14pt;
	 font-weight: 700;
   color: #339;
	 padding:0 4px;
  }
s, .CTC{
     font-size: inherit;
	 font-weight: inherit;
	 color: inherit;
	}
  .yesShow, .yesShowIn{display:none;}
   option:nth-child(odd){background-color: #3FF;}
     /* NEW menu Flex 5/29/2026 */
    div#wrap{
	     position: sticky;
		 top:0;
		 background-color: Cornsilk;
	 }
	div#menu{
	  border: 2px solid navy;
	  border-right: 0px solid black;
	  border-left: 0px solid black;
	  display:flex;
	  flex-wrap: wrap;
	  }
    div#menu div{width:180px; overflow:hidden;}
	div#menu div{border-right: 1.5px solid black;}
     /* div#menu div:nth-child(8){border-right-width:0;} */
	div.menu a, div.menu a:visited, 	div.menu a:link
    {
	/* width:90px; */
	 line-height:28px;
	 font-size: 14px;
	 text-align: center ;
	 font-weight: bold ;
	 color: navy;
	 text-decoration: none ;
	 margin:auto;
	 display:block;
	 white-space:nowrap ;
	}
	div#menu a:hover
    {
	     background-color: #F7A;
		 color: blue;
		 font-style: italic;
    }
  #navSlide{
	z-index: 3000;
	position: fixed;
	top: 2%;
    left: 2%;
    min-width: 290px;
  }
    #SlideMenu {
	  display:none;
	  background-color: #F63;
	  position:absolute;
	  width:100%;
	  z-index:200;
	  opacity:.9;
	 }
	 #SlideMenu a{
		border: 1px solid navy;
		border-bottom-width: 0;
		display: block;
		line-height: 30px;
		font-size: 18px;
		text-align: left;
		padding-left:5%;
		text-shadow:0 0 navy;
		text-decoration: none;
	}
	#SlideMenu a:hover{
      background-color: #FFF;
	  color:#F00;
	}
	 #SlideMenu a:last-child{
		border-bottom: 1px solid blue;
	}
	#SlideMenu a.sub{padding-left:12%; font-size: 16px;}
  input[type=submit], input[type=button], input[type=reset]
  {
     font-size: 14px;
	 font-weight: 600;
	 min-width:120px;
  }
 .tdLHS{text-align:right;}
 .yesShow, .yesShowIn {display:none;}
#frmSS input[type="button"] {
  font-size: 10pt;
  font-weight: 500;
  min-width: 62px;
  background-color: #B7FFFF;
}
 .overlaycontrols{
	 font-size:4.4rem;
	 color:#30C;
	 cursor:pointer;
	 position: absolute;
	 z-index:100;
	 top:42%;
	 opacity:.60;
	 text-shadow: 3px 3px #EEE;
   font-weight: 800;
 }
#CLICK{background-color: gold; border: 2px solid navy; width:100%; height:48px; position: relative; z-index:100;}
#CLICK a {display:block; line-height:48px; font-size: 22pt; font-weight: 700; color:navy; margin:auto; text-decoration: none;}
	input[type=text], select, textarea
	{
		font-size: 15px;
		font-weight: 600;
		background-color: #CFF;
    }
 .floatleft{float:left; width:50%; padding:1%;}
 .floatright{float:right; width:50%; padding:1%;}
 .clear{clear:both;}
 fieldset{border-radius:8px; padding:4px;}
 #divSM {
	   position:absolute;
	   right:1%;
	   top: 2%;
  }
 #divSM a{
   display:block;
   margin-bottom: 4px;
  }
  #ulLinks a{
      font-weight: 700;
	  font-size: 105%;
	}
  #ulLinks li{
	  margin: 3px 0;
	  }
 input, select, textarea{border-radius:4px; padding:2px; max-width:300px;}
 iframe{left:1% !important;} /* FB Messenger */
#H2FOOTER {
  color: #11e;
  font-size: 14pt;
  font-style: italic;
}
 /* reservation form */

 #mailStatus {font-size: 13pt; font-weight: 800; display: block; text-align: center; background-color: #FFF;}
	 button{
	      border:2px solid navy;
		  font-weight:800;
		  font-size: 16px;
		  padding:6px;
		  border-radius:4px;
		  background-color: GhostWhite;
	 }
	.h2Content{
	  font-size:1.22rem; color:#366; padding:1% 2%; text-align: left;
	  }
   @media screen and (max-width:900px)
   {
     body{
	   width:100%;
	   border-radius:0px;
	  }
	 .noShow900{display:none;}
	 #footerLogo{
        height:50px; width:50px;
	 }
   }
@media screen and (max-width:540px)
{
   body{
     font-size:13.5px;
     background-color: var(--bkgd-color-mob);
	}
   *,a{
	 color:var(--white-text);
	 }
	input[type=text], select, textarea, option{
      color:#001;
    }
   li{ list-style-type: none;}
   ul{padding-left: 1px;}
   html{background-image: none;}
	 #footerLogo{
        height:40px; width:40px;
	 }
	 a{
	    
	 }
	.h2Content{
	   color:#FFE; 
	  }
   .overlaycontrols{
	 font-size:3.7rem;
	 text-shadow: 2px 2px #EEE;
	 }
   #divHeaderInner{left: 0%;}
  #navSlide{
	top: 0%;
    left: 0%;
  }
  #divMenu{text-align:left;}
	 .yesShow{display:block;}
	 .yesShowIn{display:inline;}
	 .noShow{display:none;}
	 #H2FOOTER{font-size: 1.2rem;}
	 #divSM{
	   top:75%;
	   right:1%;
	   }
     #divSS{
	   height:auto !important;
	   margin-bottom: 2vh;
	   }
	 #FBLogo, #TwLogo, #Yelp{height:36px; width:auto;}
	 .tdLHS{text-align:left;}
	 table.tdBlock > tbody > tr > td, td.tdBlock{display:block; width:100% !important;}
	 #nav a{font-size: 12px; font-weight: 500; line-height:1.1rem;}
	 .floatright, .floatleft{float:none; width:100% !important;}
	 #footer{height:auto;}
	 #divSlideShow{max-width:100% !important; height:auto !important;}
	 #specialPics, #divSlideShow{height:auto !important;}
	 .overlaycontrols{
	  font-size: 30pt;
	  font-weight: 700;
	  text-shadow: 2px 2px gold;
	  top: 15%;
	 }
	 #caveat { margin: 4px !important;}
	 #H1Home {
		left: 0%;
		top: 55%;
		color: gold;
	  }
    div#divHeader .headerAddress{font-size:17px;}
	  h1 {
       font-size: 1.35rem;
    }
	  h2 {
       font-size: 1.25rem;
    }
	  h3 {
        font-size: 1.15rem;
    }
	 input[type=text], input[type=date], select{min-height:32px !important;}
	 input[type=submit], input[type=button], input[type=reset]{height:36px !important;}
	  #frmSS input[type="button"] {
		font-size: 11px;
		font-weight: 500;
		min-width: 46px;
		height: 25px !important;
	  }
   div#footer{margin: 0;}
 }
