﻿/*TELEFON İÇİN-----------------*/
@media only screen and (max-width: 768px) {
    .yapayDiv {
        height: 0px;
        width: 100%;
    }
    .BolumDiv {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        justify-content: center;
        text-align: center;
    }

    .BolumDivYatay {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
        overflow-x: scroll;
        scrollbar-color: blue;
        scrollbar-arrow-color: darkturquoise;
        scrollbar-base-color: papayawhip;
        white-space: nowrap;
    }

    .BolumDivDikey {
        overflow: scroll;
        display: inline-block;
        height: 320px;
    }
    .BolumDivDikeyGenis {
        overflow: scroll;
        display: inline-block;
        height: 250px;
    }

    .MobileDiv {
        background: #ECE8E8;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
    }
    .UstMenuDiv {
        background-color: #D89CD1;
        width: 100%;
        margin: auto 0px 0px 0px;
        justify-content: center;
        text-align: center;
        border: 1px solid grey;
    }
}

/*BİLGİSAYAR İÇİN---------------------------------*/
@media only screen and (min-width: 769px) {
    .BolumDiv {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
    }

    .BolumDivYatay {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
        overflow-x: scroll;
        scrollbar-color:blue;
        scrollbar-arrow-color:darkturquoise;
        scrollbar-base-color:papayawhip;
        white-space: nowrap;
    }

    .BolumDivDikey {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
    }
    .BolumDivDikeyGenis {
        background: #FCFCE7;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .MobileDiv {
        background: #FFFFFF;
        height: auto;
        width: auto;
        margin: 0 auto 0 auto;
        justify-content: center;
        text-align: center;
    }
    .UstMenuDiv {
        width: 100%;
        margin: auto auto 0 auto;
        justify-content: center;
        text-align: center;
        background-color: #D89CD1;
        border: 1px solid grey;
    }
}

/*HEPSİ İÇİN----------------------------------------*/
    .ButonDiv {
        font-family: ArIal, Helvetica, Sans-serif;
        font-size: 16px;
        height: 30px;
        width: 150px;
        background-color: #FFFFFF;
        margin: 0px auto 5px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .ButonDiv:hover {
            border: 2px solid red;
        }

.DivRenkFH {
    background-color: orchid;
}


/*ÖZEL EKRAN ----------------------------------------*/
@media only screen and (min-width: 580px) {
    .yapayDiv {
        background: white;
        height: 45px;
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .yapayDiv {
        background: white;
        height: 0px !important;
        width: 100%;
    }
}