body {
    background-color: black;
    color: white;
    /* margin: 0px; */
    /* padding: 0px; */
    z-index: 10;
}

.header {
    position: relative;
    left: 0px;
    top: 0px;
    height: 800px;
}
.main {
    position: absolute;
    top: 800px;
}
#gnav {
    display: flex;
    flex-direction: row;
    color: white;
}

#gnav li {
    /* background-color: darkblue; */
    margin-left: 10px;
    list-style: none;
    /* box-shadow: 2px 2px 2px blue;
    border: 1px blue solid; */
    padding: 5px;
}

#gnav li a {
    color: white;
}

.reservation {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: orange;
    box-shadow: 2px 2px 2px blue;
    border: 1px blue solid;
    padding: 5px;
    z-index: 99
}

@media screen and (max-width: 480px){
    .reservation {
        top: 80px;
    }
}

.reservation a {
    color: white;
}

.news {
    margin-left: 10%;
    width: 80%;
    border: 1px solid black;
    color: black;
}

#page {
    position   : relative;
    margin     : auto;
    overflow   : hidden;
}

.bgImg {
    background-color: black;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url("/images/slide1.jpg");
    animation  : bgAnime 6 infinite;
}

@keyframes bgAnime {
    0% { opacity: 1; }
   20% { opacity: 1; }
   25% { opacity: 0; }
}

.box_footer {
    text-align: center;
}

.logo {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
}
.header {
    height: 1000px;
}
.roomstr {
    font-size: 30px;
    font-family: cursive;
    color: black;
    background-color: white;
    border: 1px solid black;
}
.roomimg {
    width: 100%;
    height: auto;
}
#map {
    width: 100%;
    height: 600px;
}
@media screen and (max-width: 800px){
.logo {
    width: 100%;
}
}