.mobile_header{
    height: 120px;
    width: 100%;
    background-color: #545050;
    text-align: center;
    display: none;
}

.mobile_title{
    padding-top: 42px;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

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

.nav_show{
    width: 36px;
    height: 36px;
    background-color: #969696;
    float: right;
    margin-top: -2px;
    margin-right: 10px;
    cursor: pointer;
}

.nav_color{
    background-color: lightgray;
}

#icon{
    color: white;
    margin-top: 6px;
    font-size: 24px;
}

.mobile_links{
    width: 100%;
    background-color: grey;
    position: absolute;
    text-align: center;
    z-index: 2;
    display: none;
}

.wrapper{
    margin-top: 20px;
}

.div_link{
    margin-bottom: 20px;
    margin-top: 20px;
}

.nav_links{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

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