
header {
    position: fixed;
    background-color: none;
    color: white;
    text-align: center;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    z-index: 99;

}


#header2 {
    width: 50%;
    display: flex;
    justify-content: center;
}

#header3 {
    display: flex;
    justify-content: center;
    width: 25%;


}

table,h2 {
    color: rgb(0, 0, 0) !important;
}

.logo {
    margin-top: 2px;
    color: rgb(212, 172, 52);
    font-size: 1rem;
    font-weight: bold;
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 0%;
    margin-left: 1%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    z-index: 7;
}

#tagline {
    color: rgb(0, 0, 0);
    font-size: 11px;
    margin-top: -2% !important;
    margin-left: 1%;
    font-family: 'Trebuchet MS';
    font-weight: bold;
} 


#menu{
    height: 40px;
    width: 40px;
    
}


p {
    color: white ;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

a {
    font-size: 17px;
    color: rgb(0, 0, 0)!important;
    text-decoration: none !important;
    font-weight: bold !important;
    /* -webkit-text-stroke-width:0.5px; 
    -webkit-text-stroke-color: rgb(58, 51, 51); */

}

li a:hover{
    /* text-decoration: underline 2px rgb(212, 172, 52) !important; */
    color:  rgb(212, 172, 52) !important;

}

nav ul li {
    display: inline;
    /* padding: 10px; */
    margin-right: 15px;
    text-decoration: none;

}

section{
    width: 100%;
    height: fit-content;
    /* padding-top: 5%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    
}



.customtabel{
    display: flex;
    justify-content: center;
border-radius: 5px solid black;
}

/* @media screen and (max-width: 991px) {
    .container{
        display: flex;
        flex-direction: column;
    }} */