﻿.hero-main img {
    height: 250px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .hero-main img {
        height: 530px;
    }
}

.hero-main:has(img) h1 {
    margin-top: -2.5rem;
}

@media (min-width: 992px) {
    h1 {
        max-width: 65%;
    }
}

h1 .heading-outter {
    padding: 10px;
    background-color: var(--bs-secondary);
    text-decoration: none;
    position: relative;
    box-decoration-break: clone;
}

    h1 .heading-outter .heading-inner {
        position: relative;
        z-index: 1;
        line-height: 2;
    }

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 992px) {
    .hero-content {
        justify-content: space-between;
        align-items: flex-start;
    }
}

footer[data-astro-cid-sz7xmlte] {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 35px 0
}

    footer[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte] {
        max-width: 250px
    }

    footer[data-astro-cid-sz7xmlte] .align-items-start[data-astro-cid-sz7xmlte] {
        gap: 30px
    }

@media (min-width: 992px) {
    footer[data-astro-cid-sz7xmlte] .align-items-start[data-astro-cid-sz7xmlte] {
        gap: unset
    }
}

footer[data-astro-cid-sz7xmlte] .programmes-nav[data-astro-cid-sz7xmlte] {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 15px;
    padding: 0;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    footer[data-astro-cid-sz7xmlte] .programmes-nav[data-astro-cid-sz7xmlte] {
        justify-content: flex-end
    }
}

footer[data-astro-cid-sz7xmlte] .programmes-nav[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]:not(:last-of-type) {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: center
}

    footer[data-astro-cid-sz7xmlte] .programmes-nav[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]:not(:last-of-type)::after {
        content: "";
        background-color: var(--bs-white);
        display: block;
        height: 30px;
        width: 1px
    }

footer[data-astro-cid-sz7xmlte] .programmes-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
    color: var(--bs-white);
    text-decoration: none;
    font-family: "FSAlbert";
    font-style: normal;
    font-weight: 700
}

footer[data-astro-cid-sz7xmlte] .footer-section[data-astro-cid-sz7xmlte] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media (min-width: 992px) {
    footer[data-astro-cid-sz7xmlte] .footer-section[data-astro-cid-sz7xmlte] {
        gap: 30px
    }
}

footer[data-astro-cid-sz7xmlte] .footer-section[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
    color: var(--bs-white)
}


ul[data-astro-cid-r4ovivaj] {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: repeat(1,1fr)
}

@media (min-width: 992px) {
    ul[data-astro-cid-r4ovivaj] {
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        grid-template-columns: repeat(3,1fr)
    }
}

.breadcrumb {
    background-color: white !important
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-color: #2C6C73;
    width: 8px;
    height: 8px;
    margin: 0 20px 1px;
    display: inline-block;
    border-radius: 50%;
}

.umb-block-grid__area {
    display: flex;
    flex-direction: column;
}

.umb-block-grid__layout-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.umb-block-grid__layout-item[data-content-element-type-alias="card"] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .umb-block-grid__layout-item[data-content-element-type-alias="card"] > .card {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .umb-block-grid__layout-item[data-content-element-type-alias="card"] > .card > a {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

    .umb-block-grid__layout-item[data-content-element-type-alias="card"] .card-body {
        display: flex;
        flex-direction: column;
        flex: 1;
    }


/* Give Umbraco Block Grid rows vertical spacing */
.umb-block-grid > .umb-block-grid__layout-container {
    gap: 1rem;
}

/* Give Umbraco Block Grid columns/areas spacing */
.umb-block-grid__area-container {
    gap: 1rem;
}

/* Make card block wrappers stretch properly */
.umb-block-grid__layout-item[data-content-element-type-alias="card"] {
    display: flex;
    flex-direction: column;
}

    /* Make the actual card fill its block */
    .umb-block-grid__layout-item[data-content-element-type-alias="card"] > .card {
        flex: 1;
        width: 100%;
    }

    /* Make the card body fill the card */
    .umb-block-grid__layout-item[data-content-element-type-alias="card"] .card-body {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

.hero-hp-main {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 3rem;
}

    .hero-hp-main > img {
        display: block;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .hero-hp-main > .hero-content {
        position: relative;
        z-index: 2;
    }

@media (min-width: 992px) {
    .hero-hp-main {
        min-height: 530px;
    }

        .hero-hp-main > img {
            height: 530px;
        }
}


:root,
[data-bs-theme="light"] {
    --bs-body-color: #4D585A;
    --bs-heading-color: inherit;
}

body {
    color: #4D585A;
}
