.bulutBackground {
    background-color: #F3EDED;
}

.body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.navbarListeLu {
    overflow: auto;
    list-style-type: none;
}

.navbarListeLi {
    float: left;
    margin-right: 0px;
    border-right: 1px solid #aaa;
    padding: 0 20px;
}

    .navbarListeLi:last-child {
        border-right: none;
    }

    .navbarListeLi a {
        text-decoration: none;
        color: #ccc;
        -webkit-transition: all 0.5s ease;
    }

        .navbarListeLi a:hover {
            color: #000;
        }

    .navbarListeLi.active a {
        font-weight: bold;
        color: #333;
    }

.konu
{
    padding: 15px;
    background-color: #f8f4f4;
    border: double;
    border-color:darkblue;
}

.girisListe {
    background-color: #F3EDED;
    color: #000;
    line-height: 1;
}

    .girisListe:hover {
        background-color: #fdec00;
        text-decoration: none;
        color: #000;
        text-indent: 10px;
		z-index: 0;
    }

.girisListe2 {
    background-color: #F3EDED;
    color: #000;
    line-height: 1;
}

    .girisListe2:hover {
        background-color: #0052ae;
        text-decoration:none;
        color: #fff;
        text-indent: 10px;
		z-index: 0;
    }


.iframe {
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: inherit;
    border: none;
    overflow: hidden;
}

/*::-webkit-scrollbar {
    display: none;
}*/

.banner {
    min-width: 100%;
    max-width: 100%;
}

.yaziOrtala {
    text-align: center;
}

.footer {
    min-width: 100%;
    max-width: 100%;
}

.image{
    max-width: 70%;
}
.sticky {
    position: sticky;
    z-index: 1;
}

.bannerDiv {
    top: 0;
}

.listeDiv {
    top: 20px;
    left: 10px;
}

.footerDiv {
    /*position: fixed;*/
    margin-top: auto;
    bottom: 0;
}

.konuListeDiv{
    left: 0;
}

.konuListe {
    padding: 4px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}



.konuListe:hover {
        text-decoration: none;
        color: #000;
}

.bold {
    font-weight: bold;
}

.yazi {
    color: #000;
    font-family: "Times New Roman", Times, serif;
}


.font {
    font-size: 14px;
}

.liste {
    font-size: 18px;
    font-weight: bold;
}

.girisbar {
    font-size: 20px;
    font-weight: bold;
}

.paragraf {
    font-size: 16px;
    line-height: 1.15;
    text-align: justify;
}

.tab {
    text-indent: 40px;
}

.sekilYazi {
    font-size: 14px;
    font-weight: bold;
}

.baslikh3 {
    font-size: 20px;
    font-weight: bold;
}

.baslikh1 {
    font-size: 28px;
    font-weight: bold;
}