/**

<!-- ................................................................. 
......................................................................
......................................................................
ccccccccccc...hhhhh....hhhhh....uuuuu....uuuuu...yyyyy.....yyyyy......
ccccccccccc...hhhhh....hhhhh....uuuuu....uuuuu...yyyyy.....yyyyy......
ccccccccccc...hhhhh....hhhhh....uuuuu....uuuuu...yyyyy.....yyyyy......
ccccc.........hhhhhhhhhhhhhh....uuuuu....uuuuu...yyyyy.....yyyyy......
ccccc.........hhhhhhhhhhhhhh....uuuuu....uuuuu...yyyyy.....yyyyy......
ccccc.........hhhhhhhhhhhhhh....uuuuu....uuuuu...yyyyyyyyyyyyyyy......
ccccc.........hhhhhhhhhhhhhh....uuuuuuuuuuuuuu...yyyyyyyyyyyyyyy......
cccccccccc....hhhhh....hhhhh....uuuuuuuuuuuuuu........yyyyy...........
cccccccccc....hhhhh....hhhhh....uuuuuuuuuuuuuu........yyyyy...........
cccccccccc....hhhhh....hhhhh....uuuuuuuuuuuuuu........yyyyy...........
......................................................................
......................................................................
......................................................................
-->

**/


/** CSS Reset **/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    color: white;
}


/** header **/

nav {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 14.5vh;
    position: fixed;
    z-index: 100;
}

#logo {
    float: left;
    margin-left: 0.50vw;
}

ul {
    float: right;
    margin-top: 3vh;
}

li {
    font-family: 'Gentium Book Basic';
    display: inline-block;
    padding-right: 3vw;
    font-size: 21px;
    font-weight: bold;
}

li a {
    color: white;
}

li a:hover {
    color: #c03939;
}


/** main banner **/

#section-one {
    width: 100vw;
    height: 100vh;
    background-image: url("../img/kitchen.jpg");
    background-size: contain;
    background-position: center;
}

#slide-text {
    font-family: 'Gentium Book Basic';
    font-size: 6vw;
    color: white;
    float: left;
    margin-top: 46vh;
    margin-left: 24vw;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1vw 3vh;
    animation-name: fadeIn;
    animation-duration: 4s;
}


/** about **/

#section-two {
    width: 200vw;
    height: 100vh;
    background-image: url(../img/calogero.jpg);
    background-repeat: no-repeat;
    background-position: 85% 78%;
    padding-top: 18vh;
}

#red-box-story {
    background-color: #c03939;
    width: 40vw;
    height: 41.6vh;
    position: absolute;
    z-index: -1;
    margin-left: 7vw;
}

#our-story-title {
    font-family: 'Gentium Book Basic';
    font-size: 4vh;
    margin-left: 21.2vw;
    margin-top: 1vh;
    margin-bottom: 2.1vh;
    padding-top: 1.2vh;
    color: white;
}

#our-story-text {
    color: black;
    font-family: 'Montserrat';
    margin-left: 8.4vw;
    margin-right: 54vw;
    text-align: justify;
}


/** menu **/

#section-three {
    width: 100vw;
    padding-top: 16vh;
}

#menu-bg {
    height: 20vh;
    background-color: #cab479;
}

#menu-title {
    font-family: 'Gentium Book Basic';
    font-size: 4vh;
    text-align: center;
    color: white;
    padding-top: 1.6vh;
    padding-bottom: 2.4vh;
}

#menu-text {
    font-family: 'Montserrat';
    color: black;
    text-align: center;
}

#menu-section {
    width: 100vw;
}


/** reservation **/

#section-four {
    width: 100vw;
    height: 60vh;
    background-image: url(../img/inside.jpg);
    background-repeat: no-repeat;
    background-position: 12% 68%;
    padding-top: 18vh;
    margin-bottom: 6vh;
}

#red-box-reserve {
    background-color: #c03939;
    width: 40vw;
    height: 52vh;
    position: absolute;
    left: 54vw;
}

#reserve-title {
    font-family: 'Gentium Book Basic';
    font-size: 4vh;
    position: relative;
    left: 68vw;
    top: 11vh;
    color: white;
}

#reserve-text {
    font-family: 'Montserrat';
    font-size: 2vh;
    position: relative;
    left: 24vw;
    top: 18vh;
    text-align: center;
    color: black;
}

.btn {
    border: none;
    color: white;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    animation-name: fadeIn;
    animation-duration: 4s;
}

.btn-reservation {
    position: relative;
    left: 69.5vw;
    top: 25vh;
    background-color: #c03939;
    color: white;
    border: 2px solid white;
    font-weight: bold;
}

.btn-reservation:hover {
    color: black;
    border: 2px solid black;
}


/** location **/

#section-five {
    width: 100vw;
}

#location-title {
    font-family: 'Gentium Book Basic';
    font-size: 4vh;
    text-align: center;
    margin-bottom: 2vh;
    color: black;
}

#location-text {
    font-family: 'Montserrat';
    font-size: 2vh;
    text-align: center;
    margin-bottom: 5vh;
    color: black;
}


/** footer **/

footer {
    width: 100vw;
    height: 12vh;
    background-color: #cab479;
}

#sns {
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 1.6vw;
    top: 2.6vh;
}

.icon-fb,
.icon-yelp,
.icon-ins {
padding-right: 0.6vw;
}

#copyright {
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: center;
    padding-top: 4.5vh;
}


/** media queries **/

@media screen and (min-width: 961px) {
    #section-two {
        background-position: 90% 100%;
        width: 100vw;
        height: 56vh;
    }
    #red-box-story {
        width: 42vw;
        height: 55vh;
        position: absolute;
        z-index: -1;
        margin-left: 5.4vw;
        margin-top: 1.8vh;
    }
    #our-story-title {
        margin-left: 21.2vw;
        margin-top: 0.8vh;
        margin-bottom: 2.1vh;
        padding-top: 1.2vh;
        color: white;
    }
    #our-story-text {
        color: black;
        font-size: 2.03vh;
        margin-left: 7.2vw;
        margin-right: 54vw;
        text-align: justify;
    }
    #section-four {
        width: 100vw;
        height: 64vh;
        background-size: 40%;
        background-position: 12% 72%;
    }
    #red-box-reserve {
        width: 40vw;
        height: 56.5vh;
        position: absolute;
        left: 53.6vw;
        margin-top: 1vh;
    }
    .btn-reservation {
        position: relative;
        left: 68.2vw;
        top: 25vh;
    }
    #sns {
        width: 10vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 0.6vw;
        top: 1.8vh;
    }
    #copyright {
        padding-top: 2.8vh;
    }
}

@media screen and (max-width: 480px) {
    #section-two {
        background-position: center;
        background-size: 70%;
        padding-top: 1vh;
        height: 720px;
    }
    #red-box-story {
        display: none;
    }
    #our-story-title {
        color: #c03939;
        margin-left: 40.8vw;
        margin-top: 20vh;
        margin-bottom: 2.8vh;
        padding-top: 1.2vh;
    }
    #our-story-text {
        color: black;
        font-size: 1.72vh;
        width: 510px;
        margin-top: 50vh;
        margin-left: 17.2vw;
        text-align: justify;
    }
    #menu-text {
        font-size: 1.8vh;
    }
    #section-four {
        opacity: 0.6;
        padding-top: 32vh;
        height: 640px background-position: center;
    }
    #red-box-reserve {
        display: none;
    }
    #reserve-title {
        left: 41.2vw;
        top: 10vh;
        color: #c03939;
    }
    #reserve-text {
        color: black;
        font-weight: bold;
        left: 4vw;
    }
    .btn-reservation {
        position: relative;
        left: 42.2vw;
        top: 26.8vh;
    }
}

/** fadeIn animation **/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/** menu transition & transform **/

.menu-one,
.menu-two,
.menu-three,
.menu-four,
.menu-five,
.menu-six,
.menu-seven,
.menu-eight {
    position: relative;
    width: 24.8%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.menu-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.menu-one:hover .menu-image {
    opacity: 0.3;
}

.menu-one:hover .middle {
    opacity: 1;
}

.menu-two:hover .menu-image {
    opacity: 0.3;
}

.menu-two:hover .middle {
    opacity: 1;
}

.menu-three:hover .menu-image {
    opacity: 0.3;
}

.menu-three:hover .middle {
    opacity: 1;
}

.menu-four:hover .menu-image {
    opacity: 0.3;
}

.menu-four:hover .middle {
    opacity: 1;
}

.menu-five:hover .menu-image {
    opacity: 0.3;
}

.menu-five:hover .middle {
    opacity: 1;
}

.menu-six:hover .menu-image {
    opacity: 0.3;
}

.menu-six:hover .middle {
    opacity: 1;
}

.menu-seven:hover .menu-image {
    opacity: 0.3;
}

.menu-seven:hover .middle {
    opacity: 1;
}

.menu-eight:hover .menu-image {
    opacity: 0.3;
}

.menu-eight:hover .middle {
    opacity: 1;
}

.menu-one-text,
.menu-two-text,
.menu-three-text,
.menu-four-text,
.menu-five-text,
.menu-six-text,
.menu-seven-text,
.menu-eight-text {
    background-color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-align: center;
    font-weight: bold;
}