﻿.panelColor {
    color: #f3cb2d;
    font-family: 'Sailec-regular';
    font-weight: bold;
    font-size: 15px;
}

.panelBarItem {
    color: #f3cb2d;
    font-family: 'Sailec-regular';
    font-weight: bold;
}
    .panel-text {
    font-family: 'Sailec-regular';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    margin-top: 40px;
}
@media screen and (min-width: 800px) {
    .mobiLogo {
        visibility: hidden;
    }

    .ilkokul--BackgroundPink {
        width:100%;
        object-fit: contain;
        background-image: url('/img/genelbackground.png');
        background-repeat: repeat;
        background-position-x: right;
        z-index: 101;
        margin-top: -24px;
        position: relative;
    }

    .ilkokul--BackgroundFotograf {
        width: 100%;
        object-fit: contain;
        background-image: url('/img/kayit/anasayfa.jpg');
        background-repeat: repeat;
        background-position-x: right;
        margin-top: -24px;
        margin-bottom: -5px;
        position: relative;
    }
}

.kayit-anasayfa-background {
    object-fit: contain;
    background-image: url('/img/kayit/anasayfa.jpg');
    background-repeat: repeat;
    background-position-x: right;
    position: relative;
    width: 100%;
    height: 240px;
    position: absolute;
}