	.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid gray;
}

footer {
    background-color: #f2f2f2;
    padding: 25px;
}
.badge-button{
    padding: 10px;
    border-radius: 0;
    background-color: darkgreen;
}

.badge{
    background-color : #ff3f34;
}
a{
    color: black;
}
.footer{
    position: inherit;
    bottom: 0;
    width: 100%;
    background: #404040;
    text-align: center;
    color: white;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
}


/* MEHMET PA�AL */