
body{
    height: min-content;
}
#intro{
    padding-top: 70px;
    min-height: 500px;
    /* background: url(../media/header/header4.jpeg) no-repeat center center; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../media/header/header4.jpeg), lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
}

#intro-container{
    color: var(--color1);
    font-size: calc(var(--font-size) * 1.5);
    font-weight: 700;
    text-align: center;
    flex-direction: column;
}

#intro-h2{
    margin-top: 20px;
    font-size: calc(var(--font-size) * 1);
    font-weight: 500;
    color: var(--color4);
}







/* ref */
#content{
    margin-top: 100px;
    flex-direction: column;
}
.content-h2{
    font-size: calc(var(--font-size) * 2);
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
#content-container{
    flex-direction: column;
}
.content-section{
    width: 100%;
    min-height: 200px;
    margin: 50px 0;
    
}

.projekts{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

#aktualni{
    width: 100%;
    height: auto;
}

.projekts-item{
    box-shadow: var(--box-shadow2);
    position: relative;
    max-width: 300px;
    min-width: 300px;
    height: 300px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.realizace-text{
    z-index: 10;
    background-color: var(--color3);
    color: var(--color1);
    align-self: flex-start;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.projekts-img{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projekts-name{
    z-index: 10;
    width: 100%;
    background-color: var(--color1);
    color: var(--color2);
    text-align: center;
    padding: 20px 0;

}

#footer{
    margin-top: 100px;
}