.image-header-01 {
    background-image: url("../images/header-image-1.jpg");
    display: grid;
}

.image-header-02 {
    background-image: url("../images/header-image-2.jpg");
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-header-01, .image-header-02 {
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 1080px;
    max-width: 1920px;
    width: 100%;
    background-repeat: no-repeat;
    margin: auto;
}

@media (max-width: 2560px), (min-width: 2560px) {
    .logo {
        height: 60px;
        position: absolute;
        top: 5.5em;
        left: 5.5em;
    }

    .landing-introduction > .information > p{
        margin-bottom: 10px;
    }

    .landing-introduction > .information > h1{
        margin-bottom: 10px
    }

    .landing-introduction > .people {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .landing-introduction > .people > p {
        margin-bottom: 5px
    }

    .landing-introduction > .location {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .landing-introduction > .location > p{
        margin-bottom: 5px
    }


    .landing-introduction {
        position: relative;
        bottom: 5.4em;
    }

    p.information {
        font-size: 27px;
    }

    div.information > h1 {
        max-width: 400px;
        margin: 0 auto 1em;
        letter-spacing: 11px;
    }

    div.people > p.information:nth-child(1) {
        font-size: 25px
    }

    div.information >p.information, div.people > p.information:nth-child(2) {
        font-size: 16px
    }

    div.location > p.information {
        font-size: 18px
    }

    div.blockquote {
        position: relative;
        top: 9em;
    }

    div.text-center > div.blockquote-text {
        position: relative;
        top: 1.5em;
        font-weight: 400;
        margin: 1em auto;
    }

    div.blockquote-text > p {
        letter-spacing: .5px;
        margin-bottom: 10px;
        font-style: italic;
        font-weight: 400;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    p.information.description {
        width: 807.8px;
        margin: auto;
        position: relative;
        top: 4em;
        font-size: 20px;
        letter-spacing: 3px;
    }

    #arrow-scroll {
        height: 60px;
        margin-bottom: 12em;
    }

}
@media (max-width:1300px){
    .image-header-01, .image-header-02 {
        background-attachment: scroll;
    }
}
@media (max-width:900px){
    #arrow-scroll{
        margin-bottom: 6.5em;
    }
    p.information.description {
        width: 90%;
    }

    .logo {
        position: unset;
        margin: 2em;
    }

    .image-header-01, .image-header-02{
        width: 100%;
        background-position: center;
    }

    .landing-introduction{
        bottom: 7em;
    }
    
    div.image-header-01 > div:has(a > img.logo) {
        text-align: center;
        padding-top: 2em;
    }

    div.blockquote {
        position: relative;
        top: 9em;
    }
}
@media (max-width:768px) {
    p.information.description{
        width: 95%;
        margin: auto;
    }

    div.information > h1 {
        max-width: 350px;
    }
}
@media (max-width:425px) {
    div.blockquote {
        top:14em;
    }
}