﻿.ih {
    color: red;
    text-align: center;
    /*font-size: 1.8em;*/
}

.is {
    width: 100%;
    box-shadow: 5px 5px 8px #e0e0d1;
    background-color:white;
    display:inline-block;
    padding:10px;
    text-align:center;
}

.is1 {
    width: 100%;
    border-right: solid;
    border-left: solid;
    border-radius: 0em 15em 15em 0em;
    border-color: darkred;
    background-color: white;
    box-shadow: 5px 5px 8px #e0e0d1;
    color:black;
}


.blink-three {
    animation: blinker-three 10s linear infinite;
    color: darkred;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    padding:10px;
}

@media screen and (max-width:600px) {
    .blink-three.responsive {
        font-size: 18px;
    }
}

@keyframes blinker-three {
    50% {
        opacity: 0;
    }
}



.youtb {
    float: left;
    width: 100%;
}

.yt {
    width: 100%;
}

@media screen and (max-width:600px) {
    .yt.responsive {
        margin-top: 0px;
        margin-left: 0px;
        width: 90%;
    }
}


.kl {
    background-color: white;
    border: 2px solid chocolate;
    height: 350px;
}

@media screen and (max-width:600px) {
    .kl.responsive {
        height: 100px;
        height: 140px;
    }
}

.cit {
    width: 15%;
    font-size: 20px;
    background-color: #e0e0d1;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

@media screen and (max-width:600px) {
    .cit.responsive {
        width: 46%;
        margin-right: 8px;
    }
}

.vid {
    width: 50%;
}

@media screen and (max-width:600px) {
    .vid.responsive {
        width: 100%;
    }
}


.ng {
    width:45%;
}

@media screen and (max-width:600px) {
    .ng.responsive {
        width: 70%;
    }
}

.mp {
    margin-top: 10px;
    margin-left: 1000px;
}

@media screen and (max-width:600px) {
    .mp.responsive {
        margin-top: 5px;
        margin-left: 0px;
    }
}