
.link-row {
    margin-bottom: 100px;
    text-align: center;
}

.link-row a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.link-row a:hover img {
    transform: scale(1.1);
}

.link-row a img {
    max-width: 225px;
    transition: transform .35s;
}

.other-activities {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #eae9ea;
    margin-top: 0px;
    margin-bottom: 36px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .other-activities {
        font-size: 16px;
    }
}

.hero-section-inner .hero-foreground .left-side .hero-title {
    /*vertical-align: top;*/
    margin-top: -60px;
    width: 500px;
}

@media screen and (max-width: 1700px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        width: 450px;
    }
}

@media screen and (max-width: 1440px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        width: 420px;
    }
}

@media screen and (max-width: 1350px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        width: 340px;
    }

    .hero-section-inner .hero-foreground .left-side .hero-title {
        margin-top: -90px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        margin-top: -30px;
        width: 70%;
    }
}

@media screen and (max-width: 420px) {
    .hero-section-inner .hero-foreground .left-side .hero-title {
        margin-top: 2px;

    }
}
@font-face {
    font-family: JasperStandard;
    src: url(../fonts/JasperStandardCZ.ttf);
}

@font-face {
    font-family: "JASPER";
  
    src: url("../assets/font/jasperstandardcz-webfont.woff");
  }


/* 
  html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  } */
  

body {
    background-color: black;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    color: white;
    width: fit-content;
    width: 100%;
    text-align: center;
    max-width: 1300px;
}

.footer{
    display: flex;
    align-items: center;
    flex-direction: column;
}


.footer-button {
    font-family: unit-gothic-720, sans-serif;
    font-size: 37.4px;
    padding: 5px 10px;
    width: fit-content;
    color: #baab8f;
    background-color: black;
    border: #baab8f solid 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
}

.header-title {
    font-family: JasperStandard;
    text-transform: uppercase;
    font-size: 80px;
    margin-top: 40px;
}

.header-subtitle {
    font-family: unit-gothic-720, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    color: #baab8f;
}

.body {
    width: 100%;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

.body .items-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.items-row .item-card:hover{
    outline: #baab8f solid 1px;
    outline-offset: 0px;
    box-shadow: 0 6px 20px 0 rgba(248, 244, 244, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}


.item-card {
    display: flex;
    position: relative;
}

.item-card img {
    height: 320px; 
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.item-card-caption-block {
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translate(0%, -50%);
    z-index: 0;
}

.item-card:hover .item-card-caption-block {
    top: 58%;
    transform: translate(0%, -50%);
    z-index: 0;
}

.card-caption-description {
    font-family: unit-gothic-720, sans-serif;
    font-size: 24px;
    margin: 5px;
    color: white;
}

.card-caption-button {
    font-family: unit-gothic-720, sans-serif;
    font-size: clamp(15px, 3vw, 26px);
    padding: 15px;
    width: 60%;
    color: #baab8f;
    border: #baab8f solid 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}

.card-caption-button:hover {
    background-color: #4d4942;
    color: white;
}

.footer-button:hover {
    background-color: #4d4942;
    color: white;
}

.item-card:hover .card-caption-description {
    display: block;
}

.item-card:hover .card-caption-button {
    display: block;
}

.item-card .card-caption-title {
    font-family: unit-gothic-720, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}

.item-card .card-caption-description {
    display: none;
}

.item-card .card-caption-button {
    display: none;
    align-self: center;
}


.card-caption {
    background-color: black;
    opacity: 80%;
    left: 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .items-row .item-card {
        width: 28%;
        height: auto;
        margin: auto;
    }


    .header-title {
        font-size: 36px;
        margin-top: 12px;
    }

    .header-subtitle {
        font-size: 26px;
        margin-top: 4px;
    }

    .item-card .card-caption-title {
        font-size: 20px;
    }
    .card-caption-description {
        font-size: 18px;
    }
    .card-caption-button {
        font-size: 16px;
    } 
    .footer-button {
        font-size: 14px;
        width: 86%;
    }

    /* .container{
        min-width: 590px;
    } */
    .items-row .item-card{
        width: 50%;
    }
} 
@media only screen and (min-width: 600px) {
    .items-row .item-card {
        width: 30%;
        height: auto;
    }
    .header-title {
        font-size: 40px;
        margin-top: 20px;
    }
    .header-subtitle {
        font-size: 30px;
        margin-top: 6px;
    }
    .item-card .card-caption-title {
        font-size: 30px;
    }
    .card-caption-description {
        font-size: 18px;
    }
    .card-caption-button {
        width: 76%;
    } 
    .footer-button {
        font-size: 24px;
    }


} 

@media only screen and (min-width: 768px) {


.items-row .item-card {
    width: 30%;
    height: auto;
}
.header-title {
    font-size: 64px;
    margin-top: 20px;
}
.header-subtitle {
    font-size: 50px;
    margin-top: 10px;
}
.item-card .card-caption-title {
    font-size: 32px;
}

.card-caption-description {
    font-size: 20px;
}
.footer-button {
    font-size: 30px;
}



.container {
    max-width: 900px;
}

} 

@media only screen and (min-width: 1400px) {

    .item-card img {
        height: 360px; 
        margin-left: auto;
        margin-right: auto;
    }
.items-row .item-card {
    width: 300px;
}
.header-title {
    font-size: 80px;
    margin-top: 40px;
}
.container {
    max-width: 1100px;
}

.footer-button {
    font-size: 34px;
}

} 

@media only screen and (min-width: 2800px) {
.items-row .item-card {
    width: 398px;
    height: 560px;
}
.container {
    max-width: 1300px;
}
} 

.divider {
    height: 1px;
    background-color: #baab8f; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, black, #baab8f, black);
    margin: 30px;
    width: 100%;
}

@media screen and (max-device-width: 600px) {



    .item-card .card-caption-title {
        font-size: 40px;
    }
    .card-caption-description {
        font-size: 28px;
    }
    /* .card-caption-button {
        font-size: 26px;
    }  */

    .item-card img {
        width: 88%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 22px;
  
    }

    .header-title {
        margin-top: 70px;
    }

    .footer-button {
        margin-top: 40px;
    }

    .divider {
        margin: 60px;
    }

} 

@media screen and (max-device-width: 576px) {
    .receptury_list .header-title{
        font-size: clamp(24px, 6vw, 48px);
    }
    .receptury_list .header-subtitle {
        font-size: clamp(16px, 4vw, 36px);
    }
}