@media screen and (max-width: 900px) {
    .view {
        width: 400px;
    }

    .nazev {
        color: orange;
        transition: 1s;
        text-align: center;
        font-size: 15rem;
        color: white;
        z-index: 1;
        position: absolute;
        clear: both;
        font-family: "Londrina Shadow", sans-serif;
        font-weight: 600;
        font-style: bold;
        margin-top: 240px;
        margin-left: 270px;
    }
}


.jumbotron {
    background-color: rgb(129, 0, 0) !important;
    color: aliceblue !important;
    border-radius: 0% !important;
    margin-bottom: 0% !important;
}

.info {
    background: rgba(0, 0, 0, 0.7);
    color: orange;
    color: white;
    z-index: 1;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    margin-top: 1250px;
    height: 500px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 600px;
}

.row1 {
    padding: 100px
}

body {
    margin: 0;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
        /* Začátek a konec animace, prvek je na své původní pozici */
    }

    50% {
        transform: translateY(-10px);
        /* V polovině animace prvek se posune nahoru o 50px */
    }
}

.row1 {
    background-color: rgba(223, 123, 42);
    /* Red color with 50% opacity */

}

.scrl {
    color: orange;
    color: white;
    z-index: 1;
    position: absolute;
    clear: both;
    font-family: "Londrina Shadow", sans-serif;
    margin-top: 850px;
    margin-left: 500px;
    animation: moveUpDown 2s ease-in-out infinite;
}

.sec1 a {
    text-decoration: none;
    font-size: 3rem;
    color: white;
    transition: 0.2s;
}

.sec1 a:hover {
    text-decoration: none;
    font-size: 3rem;
    color: lightsalmon;
    transition: 0.2s;
}

.lista {
    color: white;
    font-family: "Londrina Shadow", sans-serif;
    font-size: medium;
    text-decoration: none;
    float: right;
    margin-right: 2rem;
    word-spacing: 2rem;
}

.sec1 {
    background-image: url(Res/bckmain.png);
    background-repeat: no-repeat;
    height: 2000px;
}

.drink {
    z-index: 10;
    clear: both;
    position: absolute;
    margin-top: 100px;
}

.cotoje {
    color: red;
    clear: both;
    word-spacing: 2px;
    font-family: "Londrina Shadow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
}

.nazev {
    color: orange;
    transition: 1s;
    text-align: center;
    font-size: 15rem;
    color: white;
    z-index: 1;
    position: absolute;
    clear: both;
    font-family: "Londrina Shadow", sans-serif;
    font-weight: 600;
    font-style: bold;
    margin-top: 240px;
    margin-left: 270px;

}

footer {
    color: white;
    background-color: black;
}

.lefta {
    float: left;
    width: 50%;

}

.righta {
    float: right;
    width: 49%;
    margin-bottom: 20px;
    position: absolute;
    margin-left: 30%;
    margin-top: -30px;
}

h3 {
    padding-top: 10px;
}

html {
    scroll-behavior: smooth;
}