@charset "UTF-8";

header.swiper{
    --height:650px;

    height:var(--height);

    & .swiper-wrapper{
        height:inherit;

        & .swiper-slide{
            height:inherit;

            & > .background,
            & > .solar{
                position:absolute;
                top:0;
                left:0;
            }

            & > .background{
                z-index:0;
            }

            & > .solar{
                background:linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 100%);
                z-index:1;
            }

            & p{
                margin-bottom:2rem;
                font-weight:400;
                font-size:1.1rem;
            }
        }
    }
}

#homeCall{
    background-image:url(../img/map-bg.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

    & .bio-icon{
        margin-bottom:1.5rem;
    }

    & p{
        font-size:1.1rem;
    }
}