* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navigation1 {
    height: 15vh;
    background-color: rgba(243, 244, 239, 0.829);
}

.nab1icon {
    width: 50%;
    margin-left: 420px;
}

.nab1icon i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 40px;
}

.nab1icon i:hover {
    color: #010000 !important;
}

.nab1icon button {
    float: right;
    width: 20%;
    height: 7vh;
    font-size: 20px;
    border-radius: 15px;
    font-weight: bold;
    border: none;
}

.nab1icon button:hover {
    color: rgb(0, 0, 0);
    background-color: gold;
}

.nabphoto img {
    display: block !important;
    margin-left: 80px;
}

.navigation2 {
    width: 100%;
    margin: auto;
    height: 6vh;
    background-color: black;
    border-bottom: 2px solid white;
    /* position: sticky; */
    /* top: 0%; */
}



.menu {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    display: inline;
}
.menu2 a {
    margin-left: 130px;
    color: rgb(255, 255, 255) !important;
    font-size: 23px;
    text-decoration: none;

}

.menu2 a:hover {
    color: rgb(255, 225, 0) !important;
}
.menu4{
    margin-left: 150px;
}
.menu4 a {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    margin-left: 1px;
    color: black !important;
}

.menu4 a:hover {
    color: rgb(230, 23, 0) !important;
}









/* Banner */
header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

.bantext h1 {
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}








/* mid 1 */
.mid1{
    width: 80%;
    height: 6vh;
    margin: auto;
}
.mid1 h1{
    font-size: 19px;
    text-align: center;
    padding-top: 19px;
}



/* mid 3 */
.container h1{
    color: rgb(230, 23, 0);
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    padding-top: 50px;
}
.form-label{
    font-weight: bold;
    font-size: 17px;
}







/* mid 7 */
.mid7 {
    width: 100%;
    height: 35vh;
}

.midrap7 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    height: 20vh;
}

.midrap7 h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}






/* footer */
.footheadline li {
    margin-left: 20px;
    list-style-type: none;
    margin-top: 30px;
}

.footheadline a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bolder;
}

