header > div:nth-of-type(1) > div > p {
    color: rgb(255, 255, 255);
}

header > div:nth-of-type(1) > div .dil p {
    color: #ffffff;
}

header > div:nth-of-type(1) > div .social a {
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 800px) {
    span.line {
        display: none !important;
    }

    .dividerH2 {
        text-align: center;
        color: #7a1211;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .dividerH2:before {
        content: '';
        display: block;
        width: 100%;
    }

    section.alt-sayfa .alt.galeri > div div > div a {
        width: 48%!important;
        height: 215px!important;
    }

    .col-left-mu {
        width: 100%!important;
    }

    .col-right-mu {
        width: 100%!important;
    }
}
