   body { 
    background-color: #9B9B5A;
    margin: 0;
   }
   
   .Top_Background {
    height: 80vh;
    background-image: url('images/Bath.jpg');
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #333;
}

   .Title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    padding-top: 310px;
    color: white;
   }
   .Subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Courier New', monospace;
    margin-top: 0;
    color: white;
   }

   .sidebar {
    position: fixed;
    left: -220px;
    top: 0;
    width: 120px;
    height: 100vh;
    background-color: #d35671b4;
    padding: 20px;
    transition: left 0.5s ease;
   }
   .sidebar.open {
    left: 0;
    text-align: left;
    z-index: 1000;
    border-right: 1px solid #333;
   }

   .content {
    flex: 1;
    padding: 40px;
    margin-top: 0;
    margin-left: 0;
    transition: margin-left 0.5s ease;
   }

   .hamburger {
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
    }
    body.menu-open .content {
        margin-left: 0;
    }

@media (max-width: 768px) {
    body.menu-open .content {
        margin-left: 160px;
    }
}

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 3px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.5s;
        z-index: 1000;
    }

    .change .bar1 {
        transform: translate(0, 9px) rotate(-45deg);
    }
    .change .bar2 {opacity: 0;}

    .change .bar3 {
        transform: translate(0, -9px) rotate(45deg);
    }

    .menu {
        display: flex;
        opacity: 0;
        flex-direction: column;
        visibility: hidden;
        margin-top: 40px;
        z-index: 100;
    }

    .menu a {
        text-decoration: none;
        color: #333;
        padding: 10px;
        z-index: 100;
    }

    .menu.show {
        opacity: 1;
        visibility: visible;
    }

    .Flowers {
        height: 300px;
        width: 300px;
        left: 0;
        position: absolute;
        z-index: 1;
    }
    .Flowers2 {
        height: 300px;
        width: 300px;
        right: 0;
        position: absolute;
        margin-top: -270px;
    }

    .Welcome {
        text-align: center;
    }

    h2 { 
        text-align: center;
    }
    #countdown {
        font-size: 3.1rem;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;

    }

    .WB_address {
        color: rgb(66, 66, 66);
        flex-direction: column;
        font-size: 0.8rem;
        text-align: center;
        margin-top: auto;
    }
    
    .Accommodation_title {
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
        margin-top: 100px;
    }

    .accommodation_txt { 
        text-align: center;
        margin-top: 50px;
    
    }

    .accommodation_content {
        text-align: center;
        margin-left: 0;
        transition: margin-left 0.5s ease;
    }
   
    body.menu-open .accommodation_content {
        margin-left: 0;
    }

    @media (max-width: 768px) {
    .accommodation_content {
        margin-left: 40px;
    }
    body.menu-open .accommodation_content {
        margin-left: 180px;
    }
}
