body {
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
}

.full-height {
    background: rgba(26, 26, 26, 0.548);
    background-attachment: fixed;
    max-height: 100vh;
    height: 100vh;


}

table {
    width: 100%;
    padding-top: 5px;

}

.heading-text {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    margin-top: 15%;
    text-align: center;
    margin-bottom: 0;
}

.sub-text2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}


.register-btn {
    background-color: rgba(240, 248, 255, 0.589);
    color: #345cc4;
}


.edoc-logo {
    color: white;
    font-weight: bolder;
    font-size: 20px;
    /* padding-left: 20px; */
    animation: transitionIn-Y-over 0.5s;
}

.edoc-logo-sub {
    color: rgba(255, 255, 255, 0.733);
    font-size: 12px;
    padding-left: 5px;
}


.nav-item {
    color: rgba(255, 255, 255, 0.671);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    animation: transitionIn-Y-over 0.5s;
}

.nav-item:hover {
    color: #f0f0f0;

}

.footer-hashen {
    position: absolute;
    bottom: 0;
    left: 45%;
    font-size: 13px;
    animation: transitionIn-Y-over 0.5s;
}

/* Mobile Responsiveness for Index Page */
@media only screen and (max-width: 800px) {

    table,
    tbody,
    td {
        display: block !important;
        width: 100% !important;
    }

    tr {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    td {
        text-align: center;
        padding: 5px 0;
    }

    .heading-text {
        font-size: 30px;
        line-height: 40px;
        margin-top: 50px;
        padding: 0 15px;
    }

    .sub-text2 {
        font-size: 15px;
        padding: 0 15px;
    }

    /* Center the logo */
    .edoc-logo,
    .edoc-logo-sub {
        display: block;
        text-align: center;
        padding-left: 0;
    }

    /* Stack navigation items */
    .nav-item {
        display: block;
        padding: 10px 0;
        margin: 5px 0;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }
}