@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: "K2D", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f1f1f1;
}

.nav-link {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

    .nav-link:hover {
        text-decoration: underline;
        text-underline-offset: 7px;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.8rem;
        padding-left: 0.5rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.bg-light {
    background-color: #fff !important;
}

.navbar-nav li:nth-child(1) a {
    color: #ff0000 !important
}

.navbar-nav li:nth-child(2) a {
    color: #ffa500 !important
}

.navbar-nav li:nth-child(3) a {
    color: #008000 !important
}

.navbar-nav li:nth-child(4) a {
    color: #0000ff !important
}

.navbar-nav li:nth-child(5) a {
    color: #4b0082 !important
}

.navbar-nav li:nth-child(6) a {
    color: #ee82ee !important
}

.navbar-nav li:nth-child(7) a {
    color: #ff0000 !important
}

.navbar-nav li:nth-child(8) a {
    color: #ffa500 !important
}

header {
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
}

.sc-bg {
    min-height: 320px;
    background: url('../images/sc-bg.png') center center #f1f1f1;
}

/*.btn {
    width: 310px;
}*/

.btn:hover {
    opacity: 0.7;
}

.baslik {
    font-size: 42px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 12px;
    color: #003c80;
    margin-bottom: 25px
}

.altbaslik {
    font-size: 18px;
    font-weight: bold;
    color: #003c80;
    margin-bottom: 10px
}

.enaltbaslik {
    font-size: 14px;
    font-weight: bold;
    color: #003c80;
    margin-bottom: 5px
}

.yazi {
    margin: 20px 0;
    color: #2e2e2e;
    /* letter-spacing: 0.06rem; */
    line-height: 29px;
    /* font-size: 14px; */
    text-align: justify !important
}

.sayac {
    background: url('../images/sayac.png') center center no-repeat;
    width: 255px;
    height: 190px;
    position: relative;
}

    .sayac #countDown {
        position: absolute;
        font-size: 55px;
        color: #008000;
        top: 64px;
        left: 33px;
        font-weight: bold;
        letter-spacing: 3px
    }

footer {
    background-color: #CC0000;
    padding: 12px 0;
    margin: 25px 0 0 0;
}

.owl-carousel {
    background: url('../images/takvim.png') center center no-repeat;
    min-width: 255px;
    min-height: 490px;
}

    .owl-carousel h1 {
        text-align: center;
        font-size: 22px;
    }

    .owl-carousel .owl-item {
        margin-top: 140px;
    }

.gun {
    font-size: 60px;
    font-weight: bold;
    color: #008000
}

.ay {
    font-size: 20px;
    color: #dba40c
}

.yıl {
    font-size: 40px;
    font-weight: bold;
    color: #0c0e96
}

.tarih-bilgi {
    font-size: 20px;
}

#govde {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*.table th {
    color: #CC0000
}
*/
.table-bordered td, .table-bordered th {
    border: 1px solid #747678;
}

.table-bordered {
    border: 1px solid #747678;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
