nav
{
    background-color: #ffffff3e !important;
}
.hero
{
    width: 100%;
    height: 200vh;
}
.header-content
{
    width: 100%;
    padding: 180px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content h1
{
    line-height: 1.1;
    margin: 0;
    font-family: hel-bold;
    color: var(--secondary);
    font-size: 35px;
}
.header-content span
{
    font-family: hel-med;
    text-align: center;
    display: block;
    color: #a7a7a7;
    font-size: 13px;
}
.hero .image-wrapper
{
    width: 100%;
    height: 100vh;
    background-image: url(../media/about-hero.jpg);
    background-size: cover;
    margin: auto;
    border-radius: 5px;
    background-attachment: fixed;
    position: sticky;
    top: 0;
}
.img-wrap-overlay
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #00000048; */
    /* backdrop-filter: blur(10px); */
}
.img-wrap-overlay h2
{
    font-size: 30px;
    font-family: hel-bold;
    color: var(--secondary);
    text-align: center;
}
.ab-content
{
    padding: 50px;
    display: grid;
    grid-template-columns: 40% 60%;
    color: var(--secondary);
}

.ab-content span, .ab-content p
{
    font-family: hel-med;
    font-size: 15px;
}
.ab-content h3
{
    font-size: 30px;
    font-family: hel-bold;
}
@media screen and (max-width: 1100px)
{
    .header-content
    {
        padding: 0;
        height: 50vh;
    }
}
@media screen and (max-width: 800px)
{
    .header-content
    {
        padding: 0;
        height: 50vh;
    }
    .ab-content
    {
        grid-template-columns: auto;
        padding: 50px 25px;
    }
    .img-texts-wrap h2
    {
        font-size: 20px;
    }
}
