﻿body {
    background-color: Highlight;
    font-family: 'KGMissKindergarten';
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #007de5;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffba13;
    }

header {
    display: block;
    z-index: 1;
    position: relative;
    background: #41b8d3;
    background-image: url(../images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.govde {
    background: #77c4e0;
    background-image: url(../images/govde-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sayac {
    font-family: 'KGMissKindergarten';
}

.sayacyazi {
    color: #FFF;
    font-size: 14px;
}

.day {
    background-color: #78bd1a;
}

#cd-day {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.hr {
    background-color: #0ba4d2;
}

#cd-hr {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.min {
    background-color: #ad1d51;
}

#cd-min {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.sec {
    background-color: #f39005;
}

#cd-sec {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.duyuru {
    background-color: #2c3384;
    font-family: 'KGMissKindergarten';
    min-height: 36px;
}

.duyuru-baslik {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    color: #f6e81c;
    padding-top: 8px;
    font-size: 14px;
    letter-spacing: 2px
}

#menu {
    background-image: url('../images/menu-bg.png');
    background-repeat: no-repeat;
    letter-spacing: 1px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    background-size: contain;
}

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 15px;
}

    #cssmenu ul,
    #cssmenu ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #cssmenu ul li.hover,
        #cssmenu ul li:hover {
            position: relative;
            z-index: 599;
            cursor: default;
        }

#cssmenu {
    width: 100%;
    font-weight: bold;
    zoom: 1;
    font-size: 13px;
}

    #cssmenu:before {
        content: '';
        display: block;
    }

    #cssmenu:after {
        content: '';
        display: table;
        clear: both;
    }

    #cssmenu a {
        display: block;
        padding: 15.3px 20px;
        color: #FFF;
        text-decoration: none;
    }

    #cssmenu > ul {
        width: 100%;
    }

        #cssmenu > ul > li > a {
            color: #FFF;
        }

        #cssmenu > ul > li a:hover {
            color: yellow;
        }

.butterfly {
    position: absolute;
    top: -25px;
    right: 5px;
    width: 80px;
    height: 78px;
    background: rgba(0, 0, 0, 0);
}

.sayfa-baslik {
    color: #004f9a !important;
    font-size: 24px !important;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 18px;
    margin-bottom: 15px;
    background-image: url(../images/cizgi.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
    font-style: normal;
}

.alt-baslik {
    color: #004f9a;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 8px
}

.yazi {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px
}

.bird {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 80px;
    height: 78px;
    background: rgba(0, 0, 0, 0);
}

.children {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 185px;
    background: rgba(0, 0, 0, 0);
}

.dog {
    position: absolute;
    top: -6px;
    right: -50px;
    width: 215px;
    background: rgba(0, 0, 0, 0);
}

.hummingbird {
    animation: seri 8s linear infinite;
    position: absolute;
    top: 75px;
    left: 75px;
    width: 50px;
    background: rgba(0, 0, 0, 0);
}

@keyframes seri {
    0% {
        top: 75px;
        left: 75px;
    }

    25% {
        top: 20px;
        left: 100px;
    }

    50% {
        top: 10px;
        left: 35px;
    }

    75% {
        top: 75px;
        left: 45px;
    }

    100% {
        top: 75px;
        left: 75px;
    }
}

footer {
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #7fa23e;
    font-size: 13px !important;
    color: #003300;
    padding: 15px 10px 0 10px
}

    footer h4 {
        color: yellow;
        margin: 0 0 5px 0;
        font-size: 15px
    }

    footer a {
        color: white;
    }

.navbar {
    display: none
}

.navbar-light .navbar-toggler {
    color: #2c3384;
    border-color: #2c3384
}

.navbar-light .navbar-nav .nav-link {
    color: #2c3384;
    font-weight: 600
}

.arkadyas {
    text-align: right;
    padding: 3px 30px 3px 3px;
    font-size: 12px;
    font-family: Arial;
    color: white;
    background-color: #5a7921;
}

    .arkadyas a {
        text-decoration: none;
        color: white
    }

.ana-konular li::marker {
    color: #004f9a;
}


