*
{
    padding: 0px;
    margin: 0px;
}

.topbar{
    height: 80px;
    width: 100%;
    background-color: #656565;
    display: flex;
    margin-bottom: 20px;
}

.navtitle{
    color: white;
    font-size: 30px;
    padding-top: 15px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 40px;
}

.nav_title_link{
    color: white;
    text-decoration: none;
}

.underline{
    text-decoration: none;
    color: white;
}

.underline:hover{
    border-bottom: 3px solid grey;
    padding-bottom: 10px;
}

div.topbar > ul {
    display: flex;
    margin-left: 10px;
    margin-left: auto;
    margin-right: 20px;
}

div.topbar > ul > li {
    list-style: none;
    margin-left: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 1250px) {
    .navtitle{
        font-size: 30px;
        padding-top: 22px;
    }
}

@media screen and (max-width: 1140px) {
    .topbar{
        display: none;
    }
}