.roboto-slab {
    font-family: "Roboto Slab";
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
  }

body {
    font-family: "Roboto Slab";
    box-sizing: border-box;
    padding: 0;
    margin: 0; 
    line-height: 1.8em;
    font-size: 1.8vh;
}

.bold {
    font-weight: bold;
}

h1 {
    padding-left: 15vw;
    font-weight:300;
    color: #f78000;
    font-size: 3.5vh;
}

#dark-strip {
    height: 361px;
    width: 100vw;
    background-color: #000000;

}

.night-pic {
    padding-left: 2vw;
    height: 100%;
}

main {
    padding-left: 12vw;
    padding-bottom: 200px;
}

#info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.img-wrap img {
    width: inherit;
}

.popis {
    padding: 10px 0;
    width: 40vw;
}
/*
.img-wrap {
    display: grid;
    grid-template-columns: 350px;
    grid-template-rows: repeat(2, 350px);
    row-gap: 20px;
    width: 350px;
    margin-bottom: 20px;
}*/

.img-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 350px;
    margin-bottom: 20px;
}

.ohniste {
    margin: 10px
}

.text-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:start;
    margin-left: 70px;
}

table {
    display: block;
}

thead {
    text-align: left;
}

@media (min-width: 701px) and (max-width: 1023px) {
    h1, main {
        padding-left: 1em;
    }
    .text-wrap {
        padding-left: 10px;
    }
    .img-wrap {
        margin-bottom: 50px;
        row-gap: 2%;
        width: 80vw;
    }
    main {
        padding-bottom: 20px;
    }
    #dark-strip {
        max-height: 40vh;
        width:100vw;
    }
    .night-pic {
        max-height: 40vh;
        object-fit: cover;
        padding-left: 0;
    }
    .popis {
        padding-top: 20px;
        width: 90vw;
    }
}

@media (min-width: 671px) and (max-width: 1023px) {
    .img-wrap {
        width: 50vw;
    }
}

@media (max-width: 700px) {
    .night-pic {
        max-height: 30vh;
        object-fit: cover;
        padding-left: 0;
    }
    #dark-strip {
        max-height: 30vh;
        width:100vw;
    }
    .popis {
        width: 80vw;
        font-size: 3vh;
        line-height: 3.5vh;
    }
    .text-wrap {
        width: 80vw;
        font-size: 3vh;
        line-height: 3.5vh;
    }
    .img-wrap {
        width: 80vw;
        padding-left: 0px;
        margin-left: 0;
    }
    main {
        padding-left: 9vw;
    }
}

@media (max-width: 450px) {
    .night-pic {
        width:100%;
        object-fit: cover;
        padding-left: 0;
    }
    #dark-strip {
        max-height: 30vh;
        width:100vw;
    }
}

@media (max-width: 670px) {
    .img-wrap {
        width: 80vw;
    }
    .text-wrap {
        padding-left: 15px;
        margin-left: 0;
    }
}

@media (min-width:1024px) and (max-width:1500px) {
    .night-pic {
        padding-left: 10px;
    }
}