body {
    margin: 0;
    font-family: Verdana, sans-serif;
    background-color: #f4f4f4;
}

header {

    text-align: center;
    color: #fff;
    background-color: white;
}
main {
    /*  padding: 20px;*/
}

footer {
    background: #03b0d8;
    color: #fff;
    text-align: center;
    padding: 10px;

}

/* Header/ Title */

.banner {
    text-align: left;

    background-color: white;
}

.banner img {
    height: 100px;
}

nav {
    display: flex;
    justify-content: space-between;
    background-color: #444;

}
nav .container
{
    width: 1000px;
}
.nav-links {
    display: flex;
    flex-direction: row;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    margin: 0;
    background-color: #444;
    text-align: center;
}
a.nav-link:hover,.nav-button:hover{
    background-color: #2c2c2c;
    opacity: unset;
}

nav .container {
    display: flex;
    justify-content: space-between;
}
.nav-button {
    display: none;
    background-color: #444;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin: 0;
    font-size: unset;
    font-family: Verdana, sans-serif;
}
.menuClose{
    display: none;
}
.link-button{
    display:inline-block;
    text-decoration: none;
    width: 50%;
}
.book-now {

    display:block;
    width: 100%;
    text-align: center;
}
.change-password{
    width:70%;
    float:right;
}


.header {
    padding: 10px;
    text-align: center;
    background: #03b0d8;
    margin: 0;
    color: #333;
    position: relative;
}
.prev-unit, .next-unit {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    margin:0;
    height:100%;
    padding: 18px 30px 17px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
    background-color: rgba(0,0,0,0.8);

}
/* Position the "next button" to the right */
.next-unit {
    right: 0;
}
.prev-unit{
    left:0;
}
/* On hover, add a black background color with a little bit see-through */
.prev-unit:hover, .next-unit:hover {
    background-color: rgba(0,0,0,0.9);
}
.g-recaptcha {
    display: inline-block;
}
.Green {
    color: #7AA30E;
    font-weight: bold;
}
.Blue {
    color: #00769E;
    font-weight: bold;
}
.error
{
    color:red;
display: block;
    width: 100%;
    font-size:11px;
    text-decoration:none;
}

.unit-calendar{
    text-align: center;

}
.unit-calendar table{
    border-collapse: collapse;
}
.unit-calendar tr{
    height:35px;
}
.unit-calendar td {
    border:solid #4f4f4f 1px;
    border-collapse: collapse;
    padding:0;
}
.unit-availability
{
    margin-top: 0;
}
.unit-details {
height: 440px;
}
.paymentSelect{
    padding-right:20px;
}


@media (max-width: 900px) {
    .unit-availability{
        margin-top: 10px;
    }
    .unit-details {
        height:revert;
    }
}
@media (max-width: 800px) {
    .nav-links {
        display: none;
        flex-direction: column;
        text-align: center;
        width: 50%;

    }
    .unit-availability{
        margin-top: 10px;
    }
    .nav-links.show {
        display: flex;
    }

    .nav-button {
        display: block;
        width: 50%;
        text-align: center;
    }
    .nav-button.navButtonWidth{
        width: 100%;
    }

    .banner img {
        width: 100%; /* Make the image responsive within the container */
        height: auto;
    }

    .nav-link {
        padding: 15px 5px;
        font-size: small;
    }
    .change-password{
        width:100%
    }
    .unit-table{
       font-size: small;
    }
    .menuClose.show{
        display: inline;
    }
    .link-button{

        width: 100%;
    }
    .paymentSelect{
        padding-right:0;
    }
}
@media screen and (max-width: 370px) {
    .unit-table{
        font-size: x-small;
    }

}