@font-face {
    font-family: 'GillSans';
    src: url('/fonts/GillSans.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futwora';
    src: url('/fonts/Futwora.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'IMFell';
    src: url('/fonts/IMFellnew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Futwora', sans-serif;
}

.font-icon {
    font-family: 'IMFell', serif;
}

.full-width-bleed {
    width: calc(100vw - 0.45rem);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: hidden;
}

.noclamp {
    width: calc(100vw - 0.5rem) !important;
}

.valueSec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .valueSec .bgs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 0;
    }

.faded {
    filter: brightness(40%) contrast(90%);
    mix-blend-mode: multiply;
    /*opacity: 0.7;*/
}

.valueSec .cnt {
    position: absolute;
    z-index: 1;
    color: white;
}

.cnt {
    font-size: 1.2vw
}

    .cnt h2 {
        font-size: 2vw !important;
    }

.heading {
    font-size: 2.5vw;
}

.grid-4-fixed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    padding: 0 2rem;
}

@media (max-width: 800px) {
    .grid-4-fixed {
        padding: 0 1rem;
        gap: 1rem;
    }
}

.square-box {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.text-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4); /* optional */
}

.square-box:hover .text-overlay {
    opacity: 1;
}


.tile {
    width: calc(33.33vw - 1.85rem);
    aspect-ratio: 1;
    border: 1px solid #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
}

    .tile h3 {
        font-size: 1.6svw;
        max-width: 15vw;
        text-align: center;
    }

h2.hbh-title {
    font-size:3.8vw!important;
    text-align: center;
    margin-bottom: 1rem;
    font-stretch:125%;
}

.voices-header {
    display: inline-block;
    aspect-ratio: 1;
    width: calc(33.33vw - 12px);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin:0;
}

.voices-header-text {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 3.8vw;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}
.voiceImage {
    width: 50vw;
    aspect-ratio: 1;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.voiceText {
    width: 50vw;
    aspect-ratio: 1;
    background-color: black;
    color: white;
    font-size: 1.1vw;
    padding: 4vw;
    white-space: break-spaces;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
    --bs-primary: #000000;
}

/* Buttons */
.btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #222 !important;
        border-color: #222 !important;
    }

/* Background */
.bg-primary {
    background-color: #000 !important;
    color: #fff !important;
}

/* Text */
.text-primary {
    color: #000 !important;
}

/* Borders */
.border-primary {
    border-color: #000 !important;
}

/* Alerts */
.alert-primary {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/* Pagination (if used) */
.page-link {
    color: #000;
}

.page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important;
}

/* Badges */
.badge-primary {
    background-color: #000 !important;
    color: #fff !important;
}

/* Navbar (if using bg-primary) */
.navbar.bg-primary {
    background-color: #000 !important;
}

a {
    color: #000 !important;
    text-decoration: none;
}

.enter-view{
    white-space:pre-line;
}
