.navbar {
    top: 100px;
    display: block;
    height: auto;
    width: 100%;
}

.menuicon {
    visibility: visible;
    display: block;
    text-align: center;
    color: #f2f2f2;
    height: 50px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: transparent;
    border: none;
    font-size: 20px;

}

.menu a {
    display: none;
}

.menu.responsive {
    position: relative;
}

.menu.responsive a {
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
