/* Base styles */
* {
    box-sizing: border-box;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Responsive video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cont_butt_menu {
    display: block;
    margin-top: 10px;
    text-align: center;
}

@font-face {
    font-family: hb;
    src: url('media/font/hb.otf');
}

@font-face {
    font-family: body;
    src: url('media/font/body.ttf');
}

/*CONTAINER*/
#masterwrap {
    max-width: 800px;
    width: 100%;
    margin: auto;
    font-family: body;
    padding: 0 15px;
}

#howtogetatable {
    border: solid black 3px;
    padding: 20px;
    font-weight: bold;
    margin-top: 30px;
    font-size: xx-large;
}

#masterwrap_2 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    font-size: 35px;
    padding: 0 15px;
}

.update {
    margin-top: 10px;
}

#date {
    color: white;
    background-color: black;
    text-align: center;
    padding: 10px;
    font-family: hb;
    font-size: 50px;
    margin-bottom: 30px;
}

.shopify-buy__product__title {
    height: 45px;
}

#job {
    margin-top: 30px;
    color: red;
    font-size: x-large;
    text-align: center;
    padding: 30px;
    border: 4px red solid;
}

/*LOGO*/
#logo {
    padding: 0;
    margin: auto;
}

#logo_footer {
    padding: 0;
    width: 30%;
    margin: 20px auto 50px auto;
}

/*DIVIDER*/
.divider {
    width: auto;
    height: 2px;
    background-color: black;
    margin: 40px 0 0 0;
}

.dividermess {
    width: auto;
    height: 2px;
    background-color: black;
    margin: 0;
}

.divider_merch {
    width: auto;
    height: 2px;
    background-color: black;
    margin: 1px 0 0 0;
}

/*TOP BLOCK*/
.top_block {
    margin-top: 0;
}

.top_block_fr {
    font-family: hb;
    font-size: 60px;
}

.top_block_en {
    font-size: 35px;
    margin-top: 20px;
}

/*WRAPPER BLOCKS*/
#wrapper_blocks {
    margin-top: 40px;
}

/*BLOCK*/
.title_fr {
    margin-top: 40px;
    font-family: hb;
    font-size: 60px;
    text-align: left;
    width: 100%;
}

.title_fr_cent {
    margin-top: 40px;
    font-family: hb;
    font-size: 60px;
    text-align: center;
}

.title_en_cent {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.title_en {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.copy_fr {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.copy_fr2 {
    margin-top: 20px;
    font-size: 30px;
    text-align: left;
}

.copy_en {
    margin-top: 20px;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
}

.copy_en_merch {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

.copy_en_pod {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

.hours_fr {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hours_en {
    font-size: 20px;
    margin-bottom: 5px;
}

#resto_block_5 {
    width: 49%;
    display: block;
    float: left;
    height: auto;
    border-right: 1px solid black;
}

#resto_block_19 {
    width: 49%;
    display: block;
    float: right;
    height: auto;
}

/* Slideshow container */
.slideshow-container,
.slideshow-container2 {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.title_resto {
    font-family: hb;
    font-size: 80px;
}

.loc_resto {
    font-size: 30px;
}

.desc_fr {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

.desc_en {
    margin-top: 20px;
    font-size: 25px;
    font-weight: normal;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot,
.dot1,
.dot2 {
    height: 15px !important;
    width: 15px !important;
    margin: 0 2px !important;
    background-color: #bbb !important;
    border-radius: 50% !important;
    display: none !important;
    /* Force this style to override everything */
    transition: background-color 0.6s ease !important;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0s;
    animation-name: fade;
    animation-duration: 0s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.button {
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    outline: 0;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 0px;
    color: black;
    background: white;
    font-size: 30px;
    font-family: hb;
    line-height: 48px;
    padding: 12px 20px;
    text-align: center;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button:hover {
    color: white;
    background: black;
}

.button2 {
    text-decoration: none;
    margin-top: 30px;
    outline: 0;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 0px;
    color: black;
    background: white;
    font-size: 60px;
    font-family: hb;
    line-height: 48px;
    padding: 12px 20px;
    text-align: center;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button2:hover {
    color: white;
    background: black;
}

.cont_butt {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.cont_butt_2 {
    display: block;
    margin-top: 10px;
    text-align: center;
}

/*NAV*/
#nav {
    display: block;
    margin-top: 150px;
}

#footer {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30px;
}

.infotitle {
    font-family: hb;
    font-size: 50px;
    margin-bottom: 20px;
    color: #1E792C;
}

#info {
    background-image: url("xmasbg.png");
    background-size: cover;
}

#holidays {
    padding: 20px;
    border: solid black 2px;
    margin: 20px;
}

/* Animations */
@keyframes fadeInBanner {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
    }

    25% {
        opacity: 0.7;
        transform: scale(1.15) rotate(5deg);
        filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.8));
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2) rotate(-5deg);
        filter: drop-shadow(0 0 15px rgba(255, 215, 0, 1));
    }

    75% {
        opacity: 0.7;
        transform: scale(1.15) rotate(5deg);
        filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.8));
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Make images responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Media query for tablets */
@media only screen and (max-width: 768px) {
    .top_block_fr {
        font-size: 40px;
    }

    .top_block_en {
        font-size: 25px;
    }

    .title_fr,
    .title_fr_cent {
        font-size: 40px;
    }

    .title_en,
    .title_en_cent {
        font-size: 22px;
    }

    .copy_fr,
    .copy_fr2 {
        font-size: 22px;
    }

    .copy_en,
    .copy_en_merch,
    .copy_en_pod {
        font-size: 18px;
    }

    #footer {
        font-size: 22px;
    }

    .button {
        font-size: 25px;
        line-height: 36px;
    }

    .button2 {
        font-size: 40px;
    }

    .title_resto {
        font-size: 60px;
    }

    .loc_resto {
        font-size: 24px;
    }

    #date {
        font-size: 40px;
    }

    .infotitle {
        font-size: 40px;
    }
}

/* Media query for mobile phones */
@media only screen and (max-width: 480px) {
    .top_block_fr {
        font-size: 30px;
    }

    .top_block_en {
        font-size: 20px;
    }

    .title_fr,
    .title_fr_cent {
        font-size: 30px;
    }

    .title_en,
    .title_en_cent {
        font-size: 18px;
    }

    .copy_fr,
    .copy_fr2 {
        font-size: 18px;
    }

    .copy_en,
    .copy_en_merch,
    .copy_en_pod {
        font-size: 16px;
    }

    .button {
        font-size: 20px;
        line-height: 30px;
        padding: 8px 16px;
    }

    .button2 {
        font-size: 30px;
        line-height: 36px;
    }

    #footer {
        font-size: 18px;
    }

    .title_resto {
        font-size: 40px;
    }

    .loc_resto {
        font-size: 20px;
    }

    #date {
        font-size: 30px;
    }

    .infotitle {
        font-size: 30px;
    }

    .cont_butt {
        text-align: center;
    }

    #resto_block_5,
    #resto_block_19 {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 1px solid black;
        margin-bottom: 20px;
    }

    .hours_fr,
    .hours_en {
        font-size: 16px;
    }

    #logo_footer {
        width: 50%;
    }
}