﻿.navbarMUHS {
    left: 320px !important;
    top: 0px !important;
}
.video-container {
    position: relative;
}

    .video-container video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 0;
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .caption {
        z-index: 1;
        position: relative;
        text-align: center;
        color: #dc0000;
        padding: 10px;
    }

.p {
    text-align: justify;
    text-justify: inter-word;
}
.thirdlevel {
   
    width: 175px !important;
    left: -180px !important;
    /*  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;*/
}

.submenu {
    display: none;
    padding-left: 15px;
}

.toggle-icon {
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

