.menu-wrapper{
    min-height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    min-width: 100%;
    z-index: 100;
    background: white;
}

.menu-hamburg {
    display: none;
}

.navigationDesktop {
    min-width: max-content;
    background: white;
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
   
    
}

.menu-main-nav {
    background: white;
    height: 45px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-top: -15px;
    margin-left: -10px;
}

.menu-main-nav a{
    text-decoration: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 20px;
    color: blue;

}

.menu-main-nav a:hover{
    top: 0;
    height: 20px;
    background: gold;
    color: black;
    z-index: 12;
}

.menu-main-nav ul{
    display: block;
    position: absolute;
    padding-left: 20px;
    list-style: none;
    min-width: max-content;
}

.menu-main-nav ul li{
    display: inline-block;
    
    height: 25px;
    background: white;
    padding-right: 30px;
}


.menu-main-nav ul li ul li {
    position: relative;
    display: none;
    margin-left: -20px;
    background: white;
}

.menu-main-nav ul li:hover ul li{
    display: block;
    text-align: left;
    text-indent: 1em;
    width: max-content;
    top: 0;

}

.menu-section {
    display: flex;
    width: 100%;
    margin-top: -30px;
    /*background: red;*/

}

.site-header {
    display: flex;
    position: fixed;
    margin-left: -20rem;
    padding: 0 10rem;
    margin-top: 24px;
    background-color: orange;
    /*background: lightslategray;
    color: darkgray;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 25pt;
    letter-spacing: 15px;
    min-width: 100%;
    overflow: hidden;
    max-height: 100px;

    /*position: relative;*/
    
}

.site-header h2 {
    position: fixed;
    padding: 0;
    margin: 1.75rem auto 0 10rem;
    background: lightslategray;
    color: darkgray;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 25pt;
    letter-spacing: 15px;
    min-width: 100%;
    overflow: hidden;
    max-height: 100px;
    white-space: nowrap;
    
}

.site-header-back{
    position: fixed;
    padding: 0;
    margin: 3.1rem auto 0 -8px;
    background-color: lightslategray;
    height: 40px;
    width: 100%;
    z-index: -1;
}

/* Responsive Adjustments */

@media screen and (max-width: 700px) {
.site-header-back{
    position: fixed;
    padding: 0;
    margin: 3.2rem auto 0 -8px;
    background-color: lightslategray;
    height: 20px;
    width: 100%;
    z-index: -1;
}

.menu-wrapper{
    display: none;
    /*min-height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    min-width: 100%;
    z-index: 100;
    background: white;*/
}

.menu-hamburg {
    display: block;
    margin: 0 auto 0 -8px;
    min-height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    min-width: 100%;
    z-index: 100;
    background: white;
    color:blue;
    text-decoration: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 20px;
}

.site-header h2{
    padding: 0px;
    background: lightslategray;
    color: darkgray;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 12pt;
    letter-spacing: 1px;
}
}
