﻿* {
    margin: 0;
    padding: 0;
}

body {
    /*overflow: hidden;*/
    padding: 0;
    font-family: 'Source Code Pro', monospace;
    height: 100%;
    color: #fff;
    /*line-height: 1.6;*/
}

.lead {
    font-size: 1rem;
}

section h1 {
    font-size: 2.5rem;
}

section {
    display: flex;
    flex-direction: column;
    /*align-items: center;
    justify-content: center;
    text-align: center;*/
    width: 100%;
    height: auto;
}

.sectionMain {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.containerC {
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.containerOneSection {
    width: 100%;
    max-height: 100vh;
    scroll-snap-type: y mandatory;
}

.panel {
    scroll-snap-align: start;
    height: 100vh;
}


/* Section Images */
section#discover {
    background: url('../Pictures/Cover/Cover.jpg') no-repeat center center/cover;
}

section#officialvideo {
    background: url('../Pictures/Cover/Cover_2.jpg') no-repeat center center/cover;
}

section#interactivemap {
    background: url('../Pictures/Cover/Cover_3.jpg') no-repeat center center/cover;
}

section#contact {
    background: url('../Pictures/Cover/Cover_4.jpg') no-repeat center center/cover;
}

section#gallery {
    background: url('../Pictures/Cover/Junior_suit04.jpg') no-repeat center center/cover;
}

section#gallery_2 {
    background: url('../Pictures/Cover/Delux_double_room03.jpg') no-repeat center center/cover;
}

section#aboutpage {
    background: url('https://images.wallpaperscraft.com/image/astronaut_silhouette_glow_151318_1600x900.jpg') no-repeat center center/cover;
}

section#dining {
    background: url('../Pictures/Cover/Restaurant2.jpg') no-repeat center center/cover;
}

section#dining_2 {
    background: url('../Pictures/Cover/Restaurant.jpg') no-repeat center center/cover;
}

section#servicesfacilities {
    background: url('../Pictures/Facilities/02.jpg') no-repeat center center/cover;
}

section#servicesfacilitie_2 {
    background: url('../Pictures/Facilities/02.jpg') no-repeat center center/cover;
}

/* Menu sections */
section#accomodation {
    background: url('../Pictures/Cover/Junior_suit03.jpg') no-repeat center center/cover;
}
section#accomodation_2 {
    background: url('../Pictures/Cover/Delux_double_room03.jpg') no-repeat center center/cover;
}
section#accomodation_3 {
    background: url('../Pictures/Facilities/03.jpg') no-repeat center center/cover;
}
section#accomodation_4 {
    background: url('../Pictures/Facilities/04.jpg') no-repeat center center/cover;
}

div.first {
    background: rgba(255, 255, 255, 0.6);
}
div.aa {
    background: rgba(0, 0, 0, 0.6);
}
div.aab {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

/* NavBar design */
.hamburger {
    position: absolute;
    margin: 50px;
    z-index: 2;
    cursor: pointer;
}

.line {
    width: 50px;
    height: 6px;
    background: #BCAD90;
    margin-bottom: 5px;
}

.menu {
    width: 320px;
    height: 100%;
    background: #BCAD90;
    position: fixed;
    top: 0;
    left: -320px;
    transition: left .2s;
}

.menu-item:first-child {
    margin-top: 110px;
}

.menu--open {
    left: 0;
}

.menu-item {
    color: #fff;
    width: 100%;
    padding: 1rem 3rem;
    box-sizing: border-box;
}

.menu-item-lang {
    color: #fff;
    width: 100%;
    padding: 1rem 3rem;
    box-sizing: border-box;
    text-indent: -9999px; /* hides the link text */
}

    .menu-item:hover {
        background: #91966E;
        cursor: pointer;
    }

/* Book now button design */
.bookbtn {
    margin: 50px;
    height: 50px;
    width: 140px;
    right: 70px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    background: #BCAD90;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}
.homebtn {
    margin: 50px;
    /*height: 50px;*/
    /*width: 140px;*/
    right: 70px;
    padding:15px;
    /*font-size: 16px;*/
    text-align: center;
    position: absolute;
    background: #BCAD90;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    bottom:17px;
}

.buttoncustom {
    text-align: center;
    height: 50px;
    width: 160px;
    font-size: 17px;
    text-align: center;
    background: #BCAD90;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}

.fixed-price-wizard {
    padding: 8px;
    position: absolute; /* effectively fixed */
    bottom: 25%;
    right: 70px;
    background-color: #BCAD90;
    /*text-align: center;*/
    width: 220px;
    height: 280px;
    border-radius: 15px;
}

.fixed-price-wizard-btn {
    text-align: center;
    background: white;
    cursor: pointer;
}

.fixed-price-wizard-elements {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

