html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
    vertical-align:middle;
}


h1 {
   

}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    cursor:pointer;
    font-weight:inherit;
}

a {text-decoration: none;}
a:hover{text-decoration:underline;}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display: block;
    border: 0;
    border-top: 1px solid #d1d1d1;
    width: 80%;
}

label {
    color:gray;
    font-size:1.25em;
    display:inline-block;
    user-select:none;
    font-variant:small-caps;
    width:85px;
    font-weight:bold;
}

input[type=text], input[type=password], select, textarea {
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 6px;
    resize: vertical;
    font-size:1.0em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea
{
    width:75%;
    min-height:100px;
    max-height:500px;
    height:150px;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}



.button {
    border: solid 2px #27598e;
    color: #27598e;
    background-color: white;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-family: var(--innFont);
    font-size: 1.0em;
    font-variant: small-caps;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button:hover {
    font-weight: bold;
    text-decoration: underline;
    color: white;
    background-color: #27598e;
}

.button:active {
    font-weight: bold;
    text-decoration: underline;
    color: dodgerblue;
    background-color: white;
}

.button:disabled {
    color:gray;
}


/********************************* END OF RESET ****************************/


:root {
    --grayBackground: #878787;
    --innFont: 'Laila', fantasy;
    --displayFont: 'Dancing Script', fantasy;
    --readableFont: "Cormorant Garamond",serif;
    --innLightBlue: #a3bbe4;
    --dark_blue_color: #252a31;
    --dark_blue_color2: #3c537b;
}





.none
{
    display: none;
}


html
{
    position:relative;
    min-height:100vh;
    min-width:100%;
    
}

body
{
    color:dimgray;
	font-family: 'Verdana', sans-serif;
    font-size:18px;
    letter-spacing:0.1em;
    min-width:960px;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.page_header {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    min-width: 960px;
    min-height: 200px;
    position: fixed;
    z-index: 10;
    background-color: white;
    display: inline-block;
    padding: 0px 0px 30px 0px;
    border-bottom: solid 3px lightgray;
    background: linear-gradient(0deg, white, #cdced0);
}

.welcome_message {
    color:#3972d3;
    margin-left:10px;
    display:inline-block;
}

.welcome_message a {
    color: inherit;
}

.welcome_message img {
    height: 200px;
}

.welcome_message img:hover {
    
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}



.menu_contact_us {
    position:absolute;
    top:35px;
    right:50px;
    text-align:right;
}

.menu_links {
    color: #999999;
    display: block;
    position:absolute;
    
    
    margin-top: 15px;
    
    font-family: var(--innFont);
    
    
    bottom: 20px;
    right:10%;
    font-size: 1.0em;
}

.menu_links a {
  
}


.inn_menu {
    padding:0 5px 0 10px;
    margin: 0 15px 0 0;
    border-bottom:solid 3px transparent;
    width:400px;
    font-size:1.25em;
    text-transform:lowercase;
    font-variant:small-caps;
}

.amenities_body {
}

.amenities_body h1 {
    color: var(--link_color_2);
    margin-top: 100px;
    margin-bottom: 10px !important;
}


.features_body {
}

.features_body h1 {
    color: var(--link_color_2);
    margin-top: 100px;
    margin-bottom: 10px !important;
}


.menu_links a
{
    color:black;
}

.menu_links a:hover {
    text-decoration: none;
    border-bottom-color: var(--dark_blue_color);
}

.menu_link_selected {
    border-bottom-color: var(--dark_blue_color);
    font-weight: bold;
}

.menu_links a:active {
    border-bottom-color: var(--dark_blue_color);
    font-weight: bold;
}


.page_footer {
    margin-top: 100px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(white, #8DB0C6);
    color: #012038;
    text-align: center;
}

.sub_footer {
    background-color:#27598e;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    color: white;
}

.footer_block {
    display: inline-block;
    text-align: left;
    padding: 75px 50px 25px 50px;
    line-height: 2.5em;
    font-size: 0.8em;
}

.footer_block p {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.footer_block a {
    color: black;
}

.footer_block a:hover {
    color: white;
}

.footer_badge {
    width:32%;
    margin:0 auto;
    display:inline-block;
    text-align:center;
}

.footer_badge img {
    max-width: 100%;
    max-height: 100%;
}


#moose_tracks {
    float:left;
    height:200px;
    margin-left:50px;
    padding-top:50px;
}

#moose_tracks img {
    max-height: 150%;
    position:relative;
    left:-100px;
    top:-0px;
}


.index_body {
    letter-spacing: normal;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-family: var(--innFont);
    text-align:center;
}




.top_half {
    display:inline-block;
    width:100%;    
    margin-top:220px;
    text-align:center;
}

.top_half img {
    max-width: 100%;
}

.welcome_section {
    width:80%;
    margin:0 auto;
    font-size:1.1em;
    text-align: center;
}

.welcome_section p {
    font-size: 1.25em;    
}

#under_image_desc {
    font-family: var(--innFont);
    font-size: 0.75em;
    max-width: 90%;
    float: right;
    display: block;
    font-weight: bold;
    padding-right: 10px;
    margin-top: 10px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #828282;
}

.welcome_section h1 {
    color:black;
    font-size:5.0em;
    width: 75%;
    margin:0 auto;
    padding-top:100px;
    font-weight:100;
    font-family:var(--displayFont);
}

.fade_to_white {
    width: 100%;
    min-height: 155px;
    text-align: center;
    /*
        background:linear-gradient(0deg, white, whitesmoke);
    */
}

.fancy_line {
    margin: 50px auto 0px auto;
}

.second_section_part {
    width:50%;
    background-color: white;
    display: table-cell;
    padding: 0px 25px 0px 25px;
    text-align: left;
    margin-bottom: 50px;
}

.second_section_part p {
    text-align:justify;
    font-size:1.25em;
    width:90%;
    margin:0 auto;
}

/*
.second_section_part_button {
    margin: 25px 0px 0px 5%;
    letter-spacing: 0.15em;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
    padding: 20px 30px;
    color: white;
    background-color: #27598e;
    font-variant: small-caps;
    display: inline-block;
    border: solid 5px #659eda;
}
*/


.second_section_part_button {
    margin: 25px 0px 0px 5%;
    letter-spacing: 0.15em;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
    padding: 10px 20px;
    color:black;
    background-color:white;
    font-variant: small-caps;
    display: inline-block;
    border: solid 3px black;
    user-select:none;
}

.second_section_part_button:hover {
    font-weight: bold;
    color: white;
    background-color: #27598e;
    border-color: #27598e;
}

.second_section_part_button:hover p2{
    border-bottom:solid 1px white;
}

.second_section_part h1 {
    background-color: rgba(255, 255, 255, 0.75);
    color:black;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    margin-bottom: -20px;
    letter-spacing: 0.1em;
    font-size: 2.0em;
    font-variant: small-caps;
    text-transform:lowercase;
    text-align: center;
    border-radius: 3px;
}

.second_section_part img {
    max-width: 100%;
    width:100%;
    border-radius:3px;
}

.second_section {
    width: 80%;
    margin: 100px auto 75px auto;
    text-align: center;
    position: relative;
    
    display:table;
}

#image_accommodations {
    background-image:url("images/bckgrnd.jpg");
    background-color:lightblue;
}
#image_accommodations p {
    top:50px !important;
    left:25% !important;

    
}

#image_weddings {
    background-image:url("images/weddings.jpg");
}


#image_reservations{
    
    background-image:url("images/shattered.png");
    /*background-image:url("images/reservations.jpg");*/
    background-color:pink;
}

#image_activities {
    background-image:url("images/activities.jpg");
}


.reserve_now_button {
    border: solid 2px var(--dark_blue_color);
    color: var(--dark_blue_color);
    background-color: white;
    display: inline-block;
    padding: 10px 20px;
    font-family: var(--innFont);
    font-size: 1.25em;
    font-variant: small-caps;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.reserve_now_button:disabled {
    color: lightgray;
    border: solid 2px lightgray;
}

.reserve_now_button:disabled
{
    cursor:default;
}

 .reserve_now_button:hover {
    font-weight: bold;
    text-decoration: underline;
    color: white;
    background-color: #27598e;
    border-color: #27598e;
}

.reserve_now_button:active {
    font-weight: bold;
    text-decoration: underline;
    color: dodgerblue;
    background-color:white;
}


.image_section {
    display: inline-block;
    width: 100%;
    height: 50%;
    color: whitesmoke;
    z-index: 2;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-size: auto;
    background-position: top;
    filter: saturate(0.25);
}

.image_section p {
    position:absolute;
    color: white;
    font-size: 4.0em;
    text-shadow:0px 0px 10px gray;
    font-family:var(--displayFont);
}

.image_section:hover {
    filter:brightness(110%);
    color:white;
    text-decoration:underline;
}

.image_section:hover img{
}

.image_section img {
    max-width:100%;
}


.image_section h2 {
    padding: 10px 0 10px 0;
    font-size:1.75em;
    font-family:var(--innFont);

}


#side_1 {
    position:absolute;
    z-index:1;
    height:100%;
    width:65%;
    background-color:white;
    text-align:left;
}
#side_1 p {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.rotatedHalfwayDiv {
    position:absolute;
    z-index:2;
    top:-8%;
    left:48%;
    width:150%;
    height:150%;
    transform:rotate(15deg);
    overflow:hidden;
}

#side_2 {
    position:relative;
    z-index:3;background-color:white;
    height:100%;
    width:50%;
    left:-10%;
    transform:rotate(-15deg);
}

#side_2 p {
    position: absolute;
    bottom: 50px;
    right: 250px;
}


.rotated_white_rect {
    background-color:white;
    width:100%;
    height:200px;
    transform:rotate(2deg);
    width:120%;
    position:relative;
    top:25px;
    left:-10%;
    z-index:1;
}

.make_a_reservation {
    text-align: center;
    padding: 200px 0 0px 0;
    
}

.make_a_reservation img {
    
    max-width:50px;
    margin:0 5px 0 5px;
    border-radius:20px;
}

.make_a_reservation h2 {
    font-size:5.0em;
    margin-bottom:5px;
    padding:10px;
    font-family:var(--displayFont);
    background-color:#3972d3;
    color:whitesmoke;
    border-top:double 5px;
    border-bottom:double 5px;
}

.make_a_reservation p {
    font-family: var(--innFont);
    font-size:2.0em;
}


.make_a_reservation button {
    
    border: none;
    outline: none;
    color:white;
    font-size:2.0em;
    padding:15px 25px 15px 25px;
    border-radius:15px;
    cursor:pointer;
    background-color:inherit;
}


.social_link {
    display:inline-block;
    margin: 15px 20px 15px 0px;
    color:gray;
}
.social_link img{
    height:35px;
}

.social_link:hover {
    transform:scale(1.2, 1.2);
}

.social_link a
{
    color:inherit;
}
.social_link p {
    margin-top: 10px;
    font-size:0.75em;
}
.social_link:hover {
    color:dimgray;
}


.social_links {
    text-align:center;
    
}

.social_links p {
    font-family: var(--innFont);
    font-weight:bold;
    font-size:1.25em;
}

.social_links a {
    display:inline-block;
    
}





.wedding_section {
    
}

.wedding_option {
    width: 33.333333%;
    height: 20vw;
    background-color: white;
    display: table-cell;    
}

.wedding_option h2 {
    position: relative;
    top: -45%;
    display:inline-block;
    color: white;
    width: 55%;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    padding: 20px;
    border: solid 2px white;
    background-color: rgba(150, 150, 150, 0.75);
    cursor: pointer;
    font-variant: small-caps;
    font-family: var(--innFont);
    font-size: 1.5em;
    letter-spacing: 0.15em;
    font-weight: 100;
}


.wedding_option h2:hover {
    background-color: rgba(100, 100, 100, 0.75);
    text-decoration: underline;
    font-weight: bold;
}

.wedding_option img {
    width: 100%;
    height: 100%;
    border-radius:3px;
}

.wedding_option a {
color: white;
}






.third_section {
    margin-top: 150px;
    text-align: center;
    font-family: var(--innFont);
    display:inline-flex;
    margin:150px auto 0 auto;
}

#movie_box {
    width: 700px;
    height: 500px;
    display: inline-block;
}

.highway_address
{
    background-color:inherit;
    font-size:1.5em;
    padding-bottom:20px;
}

.highway_address a{
    color:inherit;
}

.map_section {
    width: 600px;
    height: 400px;
    display: inline-block;
    margin-right: 2.5%;
    padding-bottom: 100px;
}

.anchor {
    position:relative;
    top:-220px;
    visibility:hidden;
}

.mapdiv {
    width:100%;
    height:100%;
    margin: 0 auto;
    
}

.left_aligned_text {
    font-family: var(--innFont);
    line-height: 1.5em;
    font-size: 1.0em;
    margin: 0 auto 75px auto;
    width: 95%;
    max-width: 1280px;
    text-align: center;
    color: black;
    font-weight:300;
}

.centered_text {
    font-family:var(--innFont);
    line-height: 1.5em;
    font-size:1.0em;
    margin: 0 auto 100px auto;
    width:75%;
    max-width:900px;
    text-align:center;
    color:black;
}




#header_image{
    text-align:center;
    height:500px;
    position:relative;
}

.arrow_divs {
    position: absolute;
    top: 42%;
    margin: 5px;
    padding: 5px;
    z-index: 10;
    color: white;
    font-size:3.5em;
    font-weight: bold;
    cursor:pointer;
    user-select:none;
}

.arrow_divs:hover {
    font-size: 3.75em;
}

#arrow_left_div {
    left: 0;
}

#arrow_right_div {
    right: 0;
}


#slider1 {
    opacity: 1;
    transition: all 2s;
    position: absolute;
    top: 0;
    left: 0;
    display: inline;
    object-fit: cover;
    width: 100%;
    height: 500px;
}

#slider1.fadeOut {
    opacity:0;
}
#slider1.fadeIn {
    opacity:1;
}

#slider2 {
    opacity:0;
    transition: all 2s;
    
    position:absolute;
    top:0;
    left:0;
    display:inline;
    object-fit:cover;
    width:100%;
    height:500px;
}
#slider2.fadeOut {
    opacity:0;
}
#slider2.fadeIn {
    opacity:1;
}



.over_image_div {
    position:relative;
    margin: 0 auto;
    width: auto;
    text-align:center;
    margin-top:-200px;
    height:200px;
    font-size:2.0em;
    color:white;
}

.over_image_div p {
    background-image: linear-gradient(to right, transparent, rgba(64, 64, 134, 0.30), transparent);
    margin:0 auto;
}

.imagesButton{
    background-color:transparent;
    margin: 0 auto;
    margin-top:20px;
    font-size:1.0em;
    display:inline-block;
}

.imagesButton p {
    color: white;
    background-image:none;
    font-variant:small-caps;
    cursor:pointer;
    padding:20px;
    border:solid 5px white;
}

.imagesButton a {
    text-decoration: none;
}

.imagesButton a:hover {
    text-decoration: none;
}

.imagesButton:hover {
    background-color:rgba(164, 64, 134, 0.6);
}


.page_body {
    letter-spacing:normal;
    min-height:100vh;    
    padding-left:10%;
    padding-right:10%;
    padding-bottom:250px;
    padding-top:50px;
    overflow:hidden;
    margin:0 auto;
    background-image:url('images/shattered.png');
    background-color:#d8dada;
}

.gallery_body {
    width: 90%;
    background-color: white;
}

.gallery_body a:hover
{
    text-decoration:underline;
}

#story_header {
    margin-bottom: 25px;
}


#story_header h2 {
    font-family: var(--displayFont);
}

#story_header p {
    font-family: var(--innFont);
    width:75%;
    margin:10px auto 25px auto;
    text-align:left;
}

.story_header_photographer {
}

.story_header_photographer img{
    max-width:25px;
}

.stories_body {
    width: 90%;
    background-color: white;
}

.story_div {
    margin:50px 2% 50px 2%;
    display:inline-block;
    width:500px;
    height:500px;
}
.story_div:hover {
    filter: brightness(115%);
}

.story_div img {
    max-width:100%;
    min-width:100%;
    
    border-radius:3px;
}

.story_div h2 {
    font-family: var(--displayFont);
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 2.0em;
    border-bottom: solid 5px transparent;
    margin:10px 75px 0px 75px;
    font-weight:100;
}

.story_div a{
    color:black;
    text-decoration:none;
}

.story_div h2:hover {
    border-bottom: solid 5px black;
}


.story_div h3 {
    margin: 0 0 15px 0;
    user-select: none;
    font-weight: 100;
    font-size: 1.0em;
}
.story_div p {
    font-family: var(--innFont);
}


.complimentary_activities_section {

    display:inline-block;    
    position:relative;
    top:-35px;
    text-align:left;
}


.inquiries_main_div {
    width: 100%;
    margin: 0 auto;
    position:relative;
}

.inquiries_main_div img{
    max-width:100%;
}

.left_body {
    width: 60%;
    background-color: white;
    min-height: 100vh;
    padding-bottom: 100px;
    float: left;
    color: dimgray;
}

.left_body img {
    max-width: 100%;
}

.left_body_title {
    background-color:#3B75CC;
    color:white;
    height:60px;
    line-height:60px;
    padding-left:20px;
    font-size:1.5em;
    font-variant:small-caps;
}

.left_body_subtitle {
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.25em;
    padding-left:20px;
}

.left_body_content {
    margin-top:25px;
    font-family:'Times New Roman';
    margin-left:20px;
    margin-right:20px;
}

.right_body {
    width:38%;
    min-height: 100vh;
    float:right;
    text-align:left;
    color:dimgray;
    line-height:1.333em;
}

.images_body {
    min-height:25vh;
    background-color:white;
    padding:50px 50px 50px 50px;
    color:#252525;
}

.images_body span {
    font-size: 1.5em;
}

.images_body a {
    color: #3B75CC;
    font-size:1.0em;
    line-height:1.5em;
}

.images_body p {
    padding: 20px 0px 20px 0px;
    font-size:0.8em;
}



.map_body
{
    min-height:25vh;
    background-color:white;
    padding:50px 50px 50px 50px;
    color:#252525;
}

.map_body span {
    font-size: 1.5em;
}

.map_body a {
    color: #3B75CC;
    font-size:1.0em;
    line-height:1.5em;
}

.map_body p {
    padding: 20px 0px 20px 0px;
    font-size:0.8em;
}

.map_body img {
    max-width: 100%;
    padding-top:50px;
}




.right_body_title {
    font-size:1.0em;
    border-bottom:solid 1px #c4c4c4;
    padding-top:20px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.right_body img {
max-width: 100%;
}

.right_body a {
    color:#3B75CC;
}


.biz_title {
    padding-top:0px;
    font-weight:bold;
}

.business_entry {
    
}


.business_entry span{
    font-size:0.8em;
}

.business_entry img {
    padding-top:50px;
    padding-bottom:20px;
    padding-left:30px;
}

.business_info_block {
    border-left:solid 10px lightgray;
    margin-left:0px;
    padding-left:20px;
}


.business_contact_block {
    padding: 20px 0px 20px 0px;
}

.gallery_holder_div{
    text-align:center;
}


.responsive {
    height:auto;
    padding: 0 6px;
    width: 24.99999%;
    display:inline-block;
}

.gallery {
    display:inline-block;
}

.gallery img {
    width: 100%;
    height:auto;
    
    border:solid 10px white;
    border-radius:20px;
}

.gallery img:hover {
    filter: brightness(115%);
}

.desc {
  padding: 15px;
  text-align: center;
}


.inquiries_body
{
    
}

.covid_body {
    
}
.covid_body h2{
    color:red !important;
    
    padding:10px;
}


.aboutus_body {
}

.aboutus_body a {
    color: #27598e;
    font-weight: bold;
}


.aboutus_body h1 {
    color:var(--link_color_1);
    margin-top: 100px;
    margin-bottom:10px !important;  
}


.accommodations_body {
}

.accommodations_body h1 {
    color: var(--link_color_2);
    margin-top: 100px;
    margin-bottom: 10px !important;
}

.accommodations_body {
}

.activities_body h1 {
    color: var(--link_color_4);
    margin-top: 100px;
    margin-bottom: 10px !important;
}

.weddings_body {
}

.weddings_body h1 {
    color:var(--link_color_3);
    margin-top:100px;
    margin-bottom:10px !important;
}

.info_page_body {
    margin: 0px auto 0 auto;
    width:90%;
    padding:0;
    color:black;
    text-align:center;
}

.info_page_body h1 {
    font-size: 5.0em;
    text-align:left;
    padding-left:0px;
    font-family:var(--displayFont);
    width:100%;
    margin:0px auto 50px auto;
    padding-top:50px;
    border-bottom-style:solid;
    border-bottom-width:45px;
    font-weight:100;
}

.info_page_body h4{
    text-align:left;
    margin: 0 auto 0 auto;
    font-size: 3.0em;
    font-weight: 100;
    
}

.activity_option {
    display: inline-flex;
    text-align: left;
    width: 100%;
    max-width:950px;
    min-height: 150px;
    margin: 0 auto 75px auto;
    padding: 25px;
    border-left: solid 5px #27598e;
    background: linear-gradient(white, #f1f1f1);
    border-radius: 5px;
    
}
.activity_option div {
    display: inline-block;
    margin-left: 25px;
    width: 450px;
}


.activity_image {
    
    max-width:100%;
    max-height:100%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius:5px;
    
}




.gallery_div {
}






.big_gallery_img {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.small_gallery_img {
    width: 100%;
    height: 300px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}


.big_gallery_img:hover{
    filter:brightness(110%);
}

.small_gallery_img:hover {
    filter: brightness(110%);
}

.about_block_signature {
    width: 60%;
    margin: 0 auto 100px auto;
    position: relative;
    text-align: left;
    padding: 35px;
}

.about_block_signature img {
    max-height: 250px;
    display: inline;
    position: absolute;
    right: 0px;
    top: 10px;
}
.about_block_signature h2 {
    margin-bottom: 10px;
    font-size: 2.0em;
    font-family: var(--displayFont);
}

.about_block_signature p
{
    font-family:var(--innFont);
    width:65%;
}

.about_block_1 {
}
.about_block_2 {
}
.about_block_3 {
}
.about_block_4 {    
    width:75%;
    margin:25px auto 25px auto;
}



.mini_button {
    
    font-size:1.0em;
    margin-top:15px;
    padding:10px;
    border-radius:3px;
    background-color:#7cc9e9;
    color:white;
    display:inline-block;
    
    font-family:var(--innFont);
    letter-spacing:0.05em;
}

.mini_button:hover {
    font-weight: bold;
    filter:brightness(110%);
}

.about_block {
    display:block;
    margin: 0px auto 50px auto;
    text-align:left;
    font-family:var(--innFont);
}

    .about_block p{
        margin-bottom:20px;
    }


.about_the_inn_blocks {
    float: right;
    width: 47%;
    margin: 0px 0px 0px 0%;
    display: inline-block;
    font-size: 1.0em;
    font-family: var(--readableFont);
}


.about_us_p {
    max-width: 42%;
    display: inline-block;
    border-left: solid 3px #27598e;
    padding-left: 2.5%;
    padding-right:2.5%;
    margin-top: 25px;
    background: linear-gradient(white, #f1f1f1);
    border-radius:5px;
    
}


.preInfoText {
    font-size: 1.0em;
    font-weight: 900;
    font-family: var(--innFont);
    color: #fc6868;
    letter-spacing: 0.05em;
    line-height: 0.2em;
    text-transform: uppercase;
    font-style: italic;
}

.about_block a {
    font-weight: bold;
}
.about_block a:hover {
    text-decoration:underline;
}


#about_accommodations {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
}

#weddings_intro_text {
    width: 70%;
    max-width:960px;
    margin: 0 auto;
    font-family: var(--innFont);
}


#image_slideshow {
    width: 45%;
    
    
    display: inline-block;
}


.extra_feature_link {
    cursor: pointer;
    user-select: none;
    border-bottom: solid 2px transparent;
    margin-bottom:5px;
    display:inline-block;
}

.extra_feature_link:hover {
    border-bottom:solid 2px black;
    font-weight:bold;
}

.highlighted_quicklink {
    border-bottom: solid 2px black;
    font-weight: bold;
}


.slideshow_main {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    box-shadow: 10px 10px 10px gray;
}

.slideshow_options {
    display: flex;
}

.slideshow_options div {
    display: inline-flex;
    padding: 10px 2px;
    cursor: pointer;
    opacity: 0.6;
}

.slideshow_options img {
    border-radius: 3px;
    max-height: 100px;
    box-shadow: 10px 10px 10px gray;
}

.slideshow_options div:hover {  
   opacity:1.0;
}

.slideshow_option_hilighted {
    opacity: 1.0 !important;
    filter: brightness(110%);
}

.gradient_shaded_div_block {
    background: linear-gradient(90deg, transparent, #dededede);
    border: none !important;
    min-height:initial !important;
}

.gradient_shaded_div_block2 {
    background: linear-gradient(90deg, #dededede, transparent);
    border: none !important;
    min-height: initial !important;
}

.double_div_block {
    width: 100%;
    min-height: 500px;
    display: flex;
    margin: 0 auto 25px auto;
    padding: 25px 0px 50px 25px;
    position: relative;
    text-align: left;
    border: solid 1px #dedede;
    border-radius:15px;
    
}

.double_div_block ul{
    margin-left:50px;
}

.double_div_block h2{
text-align:left;

}

.double_div_side_1 {
    width: 75%;
    max-width:720px;
    height: 100%;
    display: table-cell;
    position: relative;    
}

.double_div_side_2 ul {
    list-style: square;
    text-align: left;    
    white-space:nowrap;
}


.image_window_across {
    width: 100%;
    height: auto;
    margin: 25px auto 25px auto;
}

.image_window_across img {
    box-shadow: 10px 10px 15px 1px #848484;
    margin: 5px;
    display:inline-block;
    max-width:30%;
    height:auto;
    max-height:250px;
}



.image_window_large {
    width: 60%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}

.image_window_small {
    width: 30%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

.image_window_large img {
    box-shadow: 10px 10px 15px 1px #848484;
    margin: 5px;
}
.image_window_small img {
    max-height: 50%;
    box-shadow: 10px 10px 15px 1px #848484;
    margin: 5px;
}

.room_items_holder {
    border-top: solid 1px #969696;
    border-bottom: solid 1px #969696;
    text-align: center;
    margin: 25px auto;
    width: 75%;
    padding: 20px 0;
}

.room_list_div {
    margin: 0 auto;
    text-align:center;
    min-width:250px;
    display:inline-block;

}

.double_div_side_2 {
    width: 50%;
    height: 100%;
    display: table-cell;
    padding-left: 50px;
    position: relative;
    text-align: left;
}

.double_div_side_2 p {
    font-family: var(--innFont);
    font-size: 1.25em;
}

.double_div_side_2 h2 {
    font-family: var(--displayFont);
    font-size: 3.0em;
    text-transform: capitalize;
    position: relative;
    top: -10px;
    left:25px;
    white-space:nowrap;
    text-align:center;    
}

.double_div_side_2 span {
    font-style:italic;
    font-size:0.9em;
    display:block;
    margin-top:10px;
}

    .room_header {
        font-family: var(--displayFont);
        font-size: 3.0em;
        text-transform: capitalize;
        text-align: left;
    }

.amenity_options {
    display: inline-block;
    margin: 20px;
    height: 40px;
    position: relative;
}

.amenity_options img{
    max-height:100%;
}

.changeImageButt {
    float: left;
    width: 50px;
    padding: 0px 0px;
    background-color: rgba(100, 100, 100, 0.5);
    color: white;
    user-select: none;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom:0;
    height:auto;
    font-weight:100;
    border-radius:3px;
    font-size:2.0em;
}
.changeImageButt:hover {
    background-color: rgba(150, 150, 150, 0.75);
    font-weight: bold;
}

.changeImageButt:active {
    font-weight: 100;
    background-color: rgba(150, 150, 150, 0.85);
}

#nextImgButt {
    right: 0;
}
#prevImgButt
{
    left:0;
}




.amenity_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.amenity_block h2 {
    font-size: 3.0em;
    font-family: var(--displayFont);
    text-transform: capitalize;
    text-align: left;
}
.double_div_side_2 h3 {
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-weight:bold;
}


.specials_section {
    
    height:150px;
}

.accommodation_block h2 {
    text-align:center;
    font-size:2.0em;
    font-family:var(--displayFont);
    color:#3972d3;
}

.accommodation_block h3 {
    display: inline;
    font-family:var(--innFont);
    font-size:1.25em;
    font-weight:bold;
}

.accommodation_block {
    position: relative;
}

.accommodation_block img {
    position:relative;    
}

#about_accommodations p {
    font-family:var(--innFont);
    font-size:1.25em;
    line-height:1.25em;
    text-align:left;
    display:table-cell;
    padding-bottom:25px;
}

.accommodations_section {
    margin:150px auto 150px auto;
    white-space:nowrap;
    text-align:center;
    display:flex;
}

#accomm_links {
    text-align: center;
    position:relative;
    top:-49px;
    font-family:var(--innFont);
    margin-bottom:50px;
}

#accomm_links h2 {
    display: inline-block;
    margin: 0 10px 0 10px;
    text-transform: lowercase;
    font-variant: small-caps;
    font-family: var(--innFont);
    letter-spacing: 0.1em;
    color: white;
    user-select: none;
}
#accomm_links a {
    color: white;
}

#accomm_links a:hover {
    border-bottom:solid 5px white;
}



.accommodation_room {
    width:50%;
    margin:0 auto;
    display:inline-block;
    white-space:normal;
    position:relative;
    font-family:var(--innFont);
}

.accommodation_room img {
border-bottom: solid 10px lightgray;
background-color:lightgray;
min-height:380px;
}


.accommodations_room_with_hover {
    display: inline-block;
    cursor:pointer;
    
}

.accommodations_room_with_hover img {
    border-bottom: solid 10px lightgray;
    width:100%;
    margin-bottom:5px;
}

.accommodations_room_with_hover:hover {
    color:#3972d3;
}

.accommodations_room_with_hover img:hover {
    border-bottom: solid 10px #3972d3;
    filter: brightness(115%);
}


.accommodation_room h2 {
    font-size:3.0em;
    font-family:var(--innFont);
    text-transform:uppercase;
}

.accommodation_room h3 {
    font-size:1.0em;
    font-family:var(--innFont);
    text-transform:uppercase;
}


#accommodations_master_lead {
    position:absolute;
    top:10%;
    width:90%;
    left:5%;
    margin:0 auto 0 auto;
    text-align:center;
}

#accommodations_master_lead p {
    text-align: left;
    padding-bottom:20px;
    font-family:var(--innFont);
    font-size:1.25em;
}


#master_room {
    float:right;   
}


#master_room:focus + #master_slideshow{
display:table-cell;
opacity:1.0;
}

.full_screen_slideshow {
    display:none;
    position:fixed;
    animation-name: fade_in_once;
    animation-duration: 0.5s;
    animation-iteration-count:1;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index:20;
    text-align:center;
    vertical-align: middle;
    background-color:rgba(25, 25, 25, 0.85);    
}

.warning_update_butt {
    margin-top: 5px;
    border: none;
    background-color: white;
    padding: 10px 10px;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size:0.8em;
    border:solid 2px red;
}
.warning_update_butt a{
    color:red;
}

#cancellation_policy {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
    white-space:nowrap;
}

#cancellation_policy h2{
    margin-bottom:5px;
    font-size:2.0em;
    font-family:var(--displayFont);
}

#cancellation_policy a {
    font-weight: bold;
}

#cancellation_policy a:hover {
    text-decoration:underline;
}

#cancellation_policy p {
    font-family: var(--innFont);
    padding-top: 5px;
    padding-bottom:5px;
}




    @keyframes fade_in_once {
        0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}

.slideshow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    height: 75%;
}


.slideshow img {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    width:100%;
    height:100%;
    animation-name: fade;
    animation-duration: 18s;
    animation-iteration-count: infinite;

}

.slideshow img:nth-child(1) { animation-delay: 0s;  }
.slideshow img:nth-child(2) { animation-delay: 6s;  }
.slideshow img:nth-child(3) { animation-delay: 12s;  }



.rates_div {
    margin:0 auto 50px auto;
    width:100%;
    font-weight:bold;
}

.rates_div h1 {
    font-family: var(--innFont);
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: solid 1px;
    margin-bottom: 25px;
}

.rates_div p {
    text-align:left;
    font-size: 1.2em;
    letter-spacing:0.05em;
}

.rates_div div {
    white-space: normal;
    border-radius:15px;
    width: 45%;
    max-width:500px;
    height: 200px;
    padding:20px;
    display:inline-block;
    margin:20px;
    
}

#summer_rates {
    background: linear-gradient(90deg, #b2efb1, transparent);
    color: #8a8a61;
    color: black;
}

#winter_rates {
    background: linear-gradient(90deg, transparent, #74cde8);
    color: black;
}



.weekend_special {
    background-color:#103760;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 0 25px 25px 25px;
    width: 70%;
    margin: 0 auto;
    border-radius: 3px;
}

.weekend_special div {
    display: inline-block;
    position: relative;
    left: 125px;
    top:35px;
}

.weekend_special p {
    font-family: var(--innFont);
    margin-bottom: 20px;
}

.weekend_special span {
    font-weight: bold;
    color: #d94d9b;
}

.weekend_special p3 {
    font-size:0.6em;
    float:right;
}
.weekend_special p2 {
    font-size: 0.75em;
    background-color: #d94d9b;
    color: white;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    font-variant: small-caps;
    font-family: var(--innFont);
    letter-spacing: 0.15em;
    position:relative;
}

.weekend_special p2:hover {
    text-decoration:underline;
}

.weekend_special h1 {
    letter-spacing:0.2em;
    font-variant: small-caps;
    border-bottom:dotted;
    margin:25px 50px 25px 50px;
    padding-top:20px;
    padding-bottom:20px;
    font-size: 2.0em;
}

.full_across_div {
    overflow: hidden;
    width: 75%;
    height: 200px;
    margin: 50px auto 50px auto;
    text-align: center;
    text-shadow: 0px 0px 2px black;
    color: white;
    font-size: 4.0em;
    font-family: var(--innFont);
    cursor: pointer;
}

.full_across_div:hover {
    filter: brightness(110%);
}

.full_across_div img {
max-width:100%;
}


#wedding_page_slideshow {
    width: 86%;
    margin:0 auto;
}


.room_style {
    text-align:left;
    margin:20px 20px;
    font-size:1.25em;
}


    
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive
  {
    width: 100%;
  }
}


@media screen and (max-width:1600px) {
    .map_section {
        padding-bottom: 200px;
    }

    .about_block_signature img {
        right: -100px;
        top:100px;
    }
}

@media screen and (max-width: 1200px) {


    body {
        font-size: 22px;
    }

    .page_body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top_half {
        margin-top: 282px;
    }

    .info_page_body h1 {
        font-size: 5.0em;
    }

    #accomm_links h2 {
        font-size: 0.7em;
    }

    .weekend_special div {
        left: 0;
    }
    .weekend_special p3 {
        font-size:0.4em;
        float: none;
    }

    .third_section
    {
        display:inline-block;
    }

    .room_style {
        position:relative;
        top:50px;
        left:-100%;

    }

    .slideshow_options{
    margin:0 auto;
    display:inline-block;
    }

    .slideshow_options div {
        padding: 10px 5px;
        display:table-cell;
    }

    .second_section_part {
        display: inline-block;
        width: 90%;
        padding: 0px;
    }

    .left_body {
        width: 65%;
    }

    .right_body {
        width: 33%;
    }

    #master_room {
        float: none;
    }

    .menu_links {
        font-size: 0.8em;
        left:10px;
        bottom:0px;
    }

    .inn_menu {
        padding: 0px 2px 0px 2px;
        margin:20px 15px 0px 2px;
    }

    .accommodations_room_with_hover {
        width: 100%;
        margin: 25px auto 25px auto;
    }

    .accommodations_section {
        white-space: normal;
        display: inline-block;
    }

    .accommodation_room {
        width: 100%;
    }

    .map_section {
        width: 90%;
    }

    #wedding_page_slideshow {
        width: 100%;
    }

    .wedding_option h2 {
        top:-70%;
    }

    #movie_box {
        width: 90%;
        margin: 0 auto;
    }

    .image_slideshow {
        max-width: 100%;
        margin-left: 0;
    }

    .double_div_side_2 p {
        font-size: 1.0em;
    }


    .about_the_inn_blocks {
        margin-top: 50px;
        float: none;
        width: 75%;
    }


    .about_us_p {
        min-height: 200px;
    }

    .complimentary_activities_section {
        top:0px;
        display:block;
        margin:0 auto;

    }
}


    @media screen and (max-width: 720px) {
        .room_list_div {
        display: block;
        margin-left: 50px;
        min-width:300px;
    }
}


