body{
    background-color: #212121;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



    margin: 0px;
    padding: 0px;
}

.top_banner {
    position: relative;
    min-height: 100px;
    text-align: center;
    margin: 0px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 2px solid #ffffff;
    
}
a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

ul{
    list-style-type: none;
}

.navbar li{
    display: inline-block;
    margin-right: 40px;
    font-size: xx-large;


    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.navbar li:hover{
    border-color: rgba(0, 0, 0, 0.2); 
    cursor: pointer;
}


.WIP_Image{
    text-indent: -99999999px; /* move text to narnia and keep image */
    background-image: url(/Images/wip.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    height: 100vh;
}