﻿.ih {
    color: red;
    text-align: center;
    /*font-size: 1.8em;*/
}

.is {
    width: 100%;
    box-shadow: 5px 5px 8px #e0e0d1;
    background-color:#d0f8d2;
    border-radius:2em;
    display:inline-block;
    padding:10px;
    text-align:center;

}

.ica {
    width: 100%;
    box-shadow: 5px 5px 8px #e0e0d1;
    background-color: white;
    border-radius: 2em;
    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 2.6s 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: 33%;
}

.yt {
    width: 100%;
}

@media screen and (max-width:600px) {
    .yt.responsive {
        margin-top: 0px;
        margin-left: 0px;
        width: 90%;
    }
}


.kl {
    box-shadow: 5px 5px 8px #e0e0d1;
    background-color: white;
    border: 2px solid green;
    height: 350px;
    border-radius:2em;
}

@media screen and (max-width:600px) {
    .kl.responsive {
        height: 100px;
        height: 150px;
        padding:10px;
    }
}

.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: 10px;
        margin-left: 0px;
    }
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: orange;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        font-family:'Book Antiqua';
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: orangered;
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: orangered;
            color: black;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
body{
    overflow-x:hidden;
}