.w3-sidebar a {
    font-family: "Roboto", sans-serif;
    color: white;
}

.sidebar {
    z-index: 3;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, .w3-wide {
    font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
    width: 1px;
}

.searchbar {
    border-radius: 18px;
    width: 200px;
    height: 35px;
    padding: 15px;
}

.searchbar_min {
    border-radius: 18px;
    width: 300px;
    height: 35px;
    padding: 15px;
}

.mybutton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.date {
    text-align: right;
    margin-top: 15px;
}

.habericerik {
    background-color: white;
    border-style: inset;
    margin: 0 15px 15px;
}

.haberImage {
    max-height: 250px;
    margin: 10px 10px 10px 0;
}

.haberBaslik {
    background-color: #b3ccff;
    margin: 15px 15px 0;
}

.pushSmall {
    height: 100px;
}

.pushMedium {
    height: 200px;
}

.pushLarge {
    height: 300px;
}