body:before {
    content: "Z";
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    pointer-events: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #000000;
    background-color: magenta;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); 
    pointer-events: none;
} 

@media (min-width: 1024px){
    
}
/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1024px){
     body:before { content: "5"; }
    
    .scrolled .header .header_logo.inner {
        top: 60px;
    }
    
    .header .header_logo {
        width: 120px;
    }
    
    .header .header_logo.inner {
    top: 20vh;
}

    .header .header_info {
       text-align: center;
    }
}


/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){
    body:before { content: "4"; }
       #home > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
        margin-top: 0vh;
    }

  
}


/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){
    body:before { content: "3"; }
        


    [data-page=reservations] .content .bookenda_block {
        position: relative;
        margin: 0 auto ;
        left: 0;
        width: 40%;
    }
    
    [data-page=reservations] .content .bookenda_block {
        position: relative;
        margin: 0 auto ;
        left: 0;
    }
    .content .bookenda_block.kind_button.size_large {
        display: block;
    }
    .content .bookenda_block.kind_widget.format_1row {
        display: none;
    }  

    #home > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
        font-size: 600%;
    }


}


/* -- Viewport Styles ( 421px - 640px ) -- */
@media (max-width: 640px){
   body:before { content: "2"; }
    

    .website .top .action_buttons {
        background-color: #F15A37;
    }

        
    .header .top .nav_toggle {
        top: 60px;
    }

    .scrolled .header .header_logo.inner {
        top: 0px;
    }
    
       .header .header_logo {
        width: 100px;
    }

    .scrolled .header .header_logo {
        width: 100px;
        transition: all 0.8s;
    }

    .has_action_buttons .header,
    .scrolled .has_action_buttons .header {
        height: 178px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.65);
    }

    .header .header_info .social {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .nav .list_pages {
        max-width: 100%;
        background-color: rgb(241, 90, 55);
        background-color: rgba(241, 90, 55, 0.8);
    }

    .nav .list_pages .item_page .link,
    .nav .list_pages .item_page:hover .link,
    .nav .list_pages .item_page.active .link {
        font-size: 160%;
        line-height: 36px;

    }

   /* .header .top .nav_toggle {
        top: -10px;
    }*/

    .has_action_buttons .header .top {
        height: 168px;
    }

   
    .page .page_content {
        padding: 0px;
    }

 
    
      #home > div.page_content.page_content_hasbanner > div {
        min-height: 250px;
        height: 100%;
    }
    
    #home > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
        font-size: 500%;
        padding: 20px;
    }  
    
     #home > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
        font-size: 600%;
    }
    
    .content h2 {
        font-family: 'Sacramento', cursive;
        font-size: 300%;
        line-height: 120%;
        color: #F15A37;
        font-weight: normal;
        text-align: center;
    }
    .content .body_block {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}


/* -- Viewport Styles ( 321px - 420px ) -- */
@media (max-width: 420px){
    body:before { content: "1"; }

    .header .header_logo.inner {
        top: 20vh;
    }

}


/* -- Viewport Styles ( 0px - 320px ) -- */
@media (max-width: 320px){
    body:before { content: "0"; }

}
