﻿@font-face {
    font-family: 'Arizonia';
    font-style: normal;
    font-weight: 400;
    src: local('Arizonia'), local('Arizonia-Regular'), url(https://themes.googleusercontent.com/static/fonts/arizonia/v3/jk7b-Al_6RLn0YQzwF_1-fesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}

@font-face {
    font-family: 'Rancho';
    font-style: normal;
    font-weight: 400;
    src: local('Rancho'), url(https://themes.googleusercontent.com/static/fonts/rancho/v3/IhBhtOi02NLuvxWW4RuNVg.ttf) format('truetype');
}

/*@font-face {
    font-family: 'Merienda';
    font-style: normal;
    font-weight: 400;
    src: local('Merienda'), local('Merienda-Regular_0_wt'), url(http://themes.googleusercontent.com/static/fonts/merienda/v1/l_rcquZtIOJLfdlcJgi63fesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}*/
/*div#reviews {
    position: absolute;
    right: 2vw;
    bottom: 8vh;
    width: 30vw;
    height: 20vh;
    background:red;
    z-index:999999999;
}*/

body
  {
      overflow-x:hidden;
      overflow-y:scroll;
  }
  html{
      overflow:auto;
  }

  
 #menu {
            float: left;
            padding: 0 1.25vw;
            font-size: 2.3vw;
            position: fixed;
            top: 0;
            left: 0;
            list-style-type: none;
            z-index: 9999999;
            margin: 0;
            padding: 0;
            height: 7.2vh;
            width: 99.1vw;
            background-image: url('/images/wood6.png');
            border: solid;
            border-width: 1vh;
            border-color: #400100;
            -webkit-box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
            box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
        }

            #menu, #menu ul {
                list-style: none;
            }

                #menu > li {
                    float: left;
                    position: relative;
                    left: 10vw;
                    text-decoration: none;
                    font-family: 'Merienda One', Helvetica, Sans-serif;
                    color: #400100;
                    text-align: center;
                }

                #menu a {
                    display: block;
                    position: relative;
                    z-index: 1000;
                    transition: all .25s ease-in-out;
                    color: #400100;
                    text-align: center;
                    height: 4vh;
                    bottom: -0.2vw;
                    padding: 0.2vw 2vw 0.8vw;
                    text-decoration: none;
                    font-family: 'Rancho', Helvetica, Sans-serif;
                    text-shadow: 2px 2px 3px #700000;
                }

                #menu > li:hover > a {
                    border: 0.1px solid;
                    box-shadow: inset 0 0 1.7vw #400100, 0 0 1.7vw #400100;
                    outline-color: rgba(255, 255, 255, 0);
                    outline-offset: 1vw;
                    border-radius: 5% 5% 5% 5%;
                    text-shadow: 0.1vw 0.1vw 3vw #400100;
                }

                #menu li ul {
                    position: absolute;
                    left: 0;
                    top: 7.1vh;
                    z-index: 1100;
                    width: auto;
                    padding: 0;
                    opacity: 0;
                    visibility: hidden;
                    border-bottom-left-radius: 0.25vw;
                    border-bottom-right-radius: 0.25vw;
                    background: transparent;
                    overflow: hidden;
                    transform-origin: 50% 0%;
                      background-image: url('/images/wood6.png');
                }

                #menu li:hover ul {
                    padding: 0.7vw 0;
                    background: rgb(0, 0, 0);
                      background-image: url('/images/wood6.png');
                    opacity: 1;
                    visibility: visible;
                    box-shadow: 0.1vw 0.1vw 0.5vw rgba(0,0,0,.5);
                    animation-name: swingdown;
                    animation-duration: 1s;
                    animation-timing-function: ease;
                }

                #menu li ul:hover, #menu li:hover ul {
                    border: 0.1vw solid;
                    box-shadow: inset 0 0 1.0vw #400100, 0 0 1.7vw #400100;
                    outline-color: rgba(255, 255, 255, 0);
                    outline-offset: 1vw;
                    border-radius: 5% 5% 5% 5%;
                    text-shadow: 0.1vw 0.1vw 0.6vw #400100;
                }

                #menu li ul li:hover {
                    border: 0.1vw solid;
                    box-shadow: inset 0 0 1.7vw #400100, 0 0 1.7vw #400100;
                    outline-color: rgba(255, 255, 255, 0);
                    outline-offset: 1vw;
                    border-radius: 5% 5% 5% 5%;
                    text-shadow: 0.1vw 0.1vw 0.6vw #400100;
                }

#logo {
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    top: -0.9vw;
    left: -1vw;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 99999;
    height: 11.2vw;
    width: 11.2vw;
    /*border:groove;*/
    border-width: 0.7vh;
    /*border-color:#700000;*/
    border-radius: 50%;
    -webkit-box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
    box-shadow: 5px 28px 22px 4px rgba(0,0,0,0.75);
    text-align: center;
    font-weight: 900;
}

        footer {
                 position: fixed;
            bottom: 0;
            left: 0;
            list-style-type: none;
            letter-spacing: 3px;
            margin: 0;
            padding: 0;
            overflow: hidden;
            height: 5vh;
            width: 99.55vw;
            /*background:rgba(0, 0, 0, 0.86)  ;*/
            /*border:dashed;*/
            border-width: 0.4vh;
            border-color: #400100;
             background-image: url('/images/wood6.png');
            border: solid;
            color: #400100;
            font-size: 1.5vw;
            font-weight: 500;
            text-align: left;
            text-decoration: none;
            font-family: 'Rancho', Helvetica, Sans-serif;
            /*text-shadow: 0.15vw 0.15vw #700000;*/
            z-index:9999999;
        }

        #bottom_text {
            position: relative;
            bottom: 1.2vw;
            left: 2vw;
            background-color:transparent;
        }
#wrapper {
    position: absolute;
    /* bottom: 0; */
    width: 15%;
    top: 0vh;
    z-index: 90000;
    right: 0vw;
}

#cookie-banner {
    /* margin: 20px; */
    background: #34333A;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    transition: opacity 0.2s ease;
    opacity: 1;
    font-size: 1.5vh;
    height: 5v;
}

#wrapper #cta {
    background: #00C3FF;
    padding: 1vh 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

#wrapper  .out {
    opacity: 0 !important;
}

#wrapper a {
    color: white;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
    position: relative;
    transition: opacity 0.2s ease;
}

    #wrapper a::after {
        width: 100%;
        content: ' ';
        position: absolute;
        bottom: -0.055em;
        left: 0;
        height: 1px;
        background: white;
        transition: opacity 0.2s ease;
    }

    #wrapper a:hover {
        opacity: 0.7;
    }

        #wrapper a:hover::after {
            opacity: 0.7;
        }

#logo img {
    position: absolute;
    left: -0.8vw;
    top: -0.50vw;
    height: 12.7vw;
    width: 12.7vw;
    z-index: 1300;
}
#lang_select {
    padding-top: 1.3vh;
    font-size: 1.3vw;
    width: 4vw;
    text-align: center;
    float: none;
}
            #lang_select ul img {
                margin-right: 0.25vw;
            }
                #lang_select img{
            position:relative;
            height:1vw;
            width:1.3vw;
            display:inline;
            margin-right:0.15vw;
        }
            #lang_select lu {
                width: 7vw;
                font-size: 1.3vw;
                text-align: center;
                float: none;
                left: 10vw;
                background-image: url('/images/wood6.png');
            }
             #lang_select lu li
        {
        width:7vw;
            font-size:1.3vw;
             text-align:center;
            float:none;
            padding-left:10vw;

        }
               #social_box
             {
                 position:fixed;
                bottom:0.5vh;
                 height:4.8vh;
                 width:auto;
                  background-image: url('/images/wood6.png');
                 z-index:1500;
                     right: 2vw;
    padding-left: 5.5vw;
                
             }
             .social
             {
                float:left;
                position:relative;
                
                  height:4.5vh;
                  width:5vh;
                  z-index:1600;
                  padding-right:0.4vw;
             
             }
            #space
            {
                visibility:hidden;
                width:10vw;
            }
    



