﻿html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.landing-subtitle {
    padding: 10px 10%;
}

    .landing-subtitle h5 {
        font-size: 26px;
        margin: 10px;
    }

.landing-header-container {
    height: 550px;
}

.landing-logo {
    width: 130px;
    margin: 10px;
}

.subtitle-container {
    display: flex;
    justify-content: center;
}

.landing-title {
    font-size: 50px;
}

.overly .light-btn-small {
    width: 300px;
}

.landing-header {
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(/assets/images/header-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

html,
body {
    height: 100vh;
    width: 100%;
}

.overly {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 4%, rgba(255,255,255,0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 13%;
}

.landing-content-container {
    height: 727px;
    width: 100%;
    justify-content: center;
    display: flex;
}

.landing-content {
    display: flex;
    left: 0;
    position: absolute;
    top: 30px;
    bottom: 0;
}

.content-background {
    background-color: #F9F8FDF0;
    width: 93%;
    height: 100%;
    border-bottom-right-radius: 150px;
}

.fam-img {
    width: 495px;
    height: 485px;
}

.landing-container {
    width: 95%;
}

.four-content {
    align-items: center;
}

.content-description {
    font-family: Muli-Light;
    font-size: 15px;
}

.landing-content-description {
    margin-left: 115px;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}

    .landing-content-description .title {
        max-width: 650px;
        font-size: 60px;
        line-height: 65px;
        margin-top: -30px;
    }

@media screen and (max-width: 576px) {
    .container-alpha {
        max-width: 100%;
    }

    .overly {
        padding: 0px 5%;
    }

    .landing-title {
        font-size: 29px;
    }

    .landing-content {
        position: initial;
        flex-direction: column-reverse;
        box-sizing: border-box;
        height: 95%;
        padding-top: 50px;
        justify-content: space-evenly;
        top: 0;
    }

    .landing-content-container {
        height: 727px;
    }

    .content-background {
        width: 90%;
        border-bottom-right-radius: 70px;
        padding: 0 5%;
        padding-top: 30px;
    }

    .fam-img {
        width: 300px;
        height: 340px;
        position: -webkit-sticky;
        left: calc(-10vw);
    }

    .landing-content-description {
        justify-content: space-between;
        height: 55%;
        margin-left: 0;
    }

    .landing-subtitle h5 {
        font-size: 17px;
    }

    .landing-container {
        width: 90%;
    }

    .landing-content-description .title {
        font-size: 33px;
        line-height: 40px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1025px) {
    .landing-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1025px) and (min-width: 576px) {
    .landing-content-img {
        width: 50%;
        height: 70%;
    }

    .landing-content-description {
        margin: 0 1rem;
        width: 50%;
        height: 70%;
        justify-content: space-evenly;
        display: flex;
        flex-direction: column;
    }

        .landing-content-description .title {
            max-width: 650px;
            font-size: 2rem;
            text-align: initial;
            line-height: 44px;
            margin-top: -30px;
        }

    .fam-img {
        width: 100%;
        height: 100%;
    }
}

