#primary p, #primary a,#primary  span{
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    #uvod {
        padding: 18vw !important;
        padding-bottom: 15vw !important;
    }

    #primary > svg {
        margin-top: 11vw !important;
    }
}

#uvod {
    padding: 10vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;

    z-index: 999;
    position: relative;

    backdrop-filter: blur(5px);
}

#uvod p {
    animation-name: animation-tit2;
    animation-duration: 3s;
    font-size: 18px;
}

#uvod h1 {
    font-size: 40px;
    margin: 0px;
    /*font-weight: 600;*/
    font-weight: 300;
}

@media screen and (min-width: 720px) {
    #uvod h1 {
    font-weight: 600;
    }
}
#kreativita {
    animation-name: blur;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes blur {
    20% {
        filter: blur(0px);
    }
    30% {
        filter: blur(1px);
    }

    80% {
        filter: blur(0px);
    }
    90% {
        filter: blur(20px);
    }
    100% {
        filter: blur(0px);
    }
}

@keyframes animation-tit2 {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }

    100% {
        /*color: ;*/
    }
}


.dlazdice {
    box-shadow: 10px 10px 20px #ccc, -10px 10px 20px #ccc;
    border-radius: 2em;
    padding: 1rem;
}

/*
.product{display: flex}
.product .split-text{flex: 1;}
.product div:nth-child(2){padding-left: 2rem}
.split-image{background-image: url("co-umime-image.svg"); background-repeat: no-repeat; background-size: contain;background-position: center; flex: 0.6}
*/

@media only screen and (max-width: 320px) {
    .image-container {
        width: 100%;
        display: unset !important;
    }
}

.image-container {
    width: 100%;
    display: flex;
}

.image-container img {
    max-width: 300px;
    margin: auto;
    margin-bottom: 1rem;

    /*   position: relative;
       top: -40px;
       margin-bottom: -40px;*/
}

.image-container img {
    padding: 12px;

    border: 4px solid #00d665;
    border-radius: 100rem;

    border-top: 0px solid white;
    border-right: 0px solid white;
    /* border-left: 0px solid; */

    animation-name: icon-border;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.image-container img.reverse {
    animation-name: icon-border-reverse !important;
}


@keyframes icon-border {
    0% {
        border-color: #00d665;
    }
    25% {
        border-color: #37bce7;
    }
    60% {
        border-color: #37bce7;
    }
    100% {
        border-color: #00d665;
    }
}

@keyframes icon-border-reverse {
    0% {
        border: 4px solid #37bce7;
    }
    25% {
        border: 4px solid #00d665;
    }
    60% {
        border: 4px solid #00d665;
    }
    100% {
        border: 4px solid #37bce7;
    }
}

.product hr{
    margin:
        2rem auto 1rem
    ;
}

#img-grid{
    display: flex; margin: 3rem auto; margin-bottom: 6rem
}
@media screen and (max-width: 420px){
    #img-grid{
        width: 92%;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 1400px) {
    #co-umime-zaver{
        display: flex;
    }
    #co-umime-zaver>img{
        flex: 0.8;
    }
    #co-umime-zaver>div{
        flex: 1;
        padding: 0 3rem;
        margin-top: 3rem;
        height: fit-content;
        margin: auto !important;
    }
    }
    #co-umime-zaver>div>div{
        justify-content: right !important;
    }
}
