main {
    
    background-color: var(--offWhite);
}

nav {
    margin-top: 0;
}

.header {
    font-family: 'Playfair Display';
    color: var(--accent);
}

p {
    color: var(--textLighter);
}

#aboutMe {
    width: 100%;
}

#aboutMe h1 {
    color: var(--accent);
}

#aboutStroke svg {
    fill: var(--complementDarker);
}

#aboutMePicture {
    background-image: url(../images/portrait.png);
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-position: center;
}

#aboutAeloriaPicture {
    position: relative;
    background-image: url(../images/stones1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 991.98px),
       screen and (max-width: 1024.98px) and (orientation: portrait) {

    main {
        padding: 15vw 10vw;
        top: 16vw;
    }

    #aboutMe h3 {
        width: fit-content;
        text-align: center;
        margin: auto;
        margin-bottom: 12vw;
        font-size: 12vw;
    }

    #aboutStroke svg {
        position: absolute;
        left: 10vw;
        width: 80%;
    }

    #aboutMeContainer {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    #aboutMePicture {
        width: 100%;
        height: 100vw;
        margin-bottom: 10vw;
    }

    #aboutMeContainer h6 {
        font-size: 7vw;
        margin-bottom: 5vw;
        text-align: center;
    }

    #aboutMeContainer p {
        font-size: 3.5vw;
        line-height: 1.75;
    }

    #aboutAeloriaContainer {
        display: flex;
        margin-top: 20vw;
        width: 100%;
    }

    #aboutAeloriaPicture {
        display: none;
    }

    #aboutAeloriaText {
        width: 100%;
    }

    #aboutAeloriaValues {
        margin-bottom: 10vw;
    }

    #aboutAeloriaText h3 {
        font-size: 7vw;
        margin-bottom: 8vw;
    }

    #aboutAeloriaText h4 {
        font-size: 5vw;
        line-height: 1.5;
    }

    #aboutAeloriaText p {
        font-size: 3.5vw;
        line-height: 1.75;
        margin-top: 5vw;
    }

    .whyAeloria {
        margin-bottom: 10vw;
    }
}

@media screen and (min-width: 767.01px) and (max-width: 991.98px),
       screen and (min-width: 991.98px) and (max-width: 1024.98px) and (orientation: portrait) {

    main {
        padding: 10vw 10%;
        top: 0;
    }

    #aboutMe h3 {
        position: relative;
        font-size: 8vw;
        margin-bottom: 10vw;
    }

    #aboutStroke {
        position: absolute;
        width: 400px;
        left: -20px;
    }

    #aboutStroke img {
        width: 100%;
    }

    #aboutMeContainer {
        display: inline;
        width: 100%;
    }

    #aboutMePicture {
        float: left;
        width: 40%;
        margin-right: 4vw;
        margin-bottom: 2vw;
        height: 45vw;
    }

    #aboutMeContainer h6 {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    #aboutMeContainer p {
        font-size: 2vw;
        line-height: 2.0;
    }

    #aboutAeloriaContainer {
        display: flex;
        margin-top: 10vw;
        width: 100%;
    }

    #aboutAeloriaPicture {
        width: 25%;
        margin-left: 5%;
        height: 400px;
    }

    #aboutAeloriaText {
        width: 70%;
    }

    #aboutAeloriaValues {
        margin-bottom: 5vw;
    }

    #aboutAeloriaText h3 {
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }

    #aboutAeloriaText h4 {
        font-size: 2.5vw;
        line-height: 2.0;
    }

    #aboutAeloriaText p {
        font-size: 2vw;
        line-height: 2.0;
        margin-top: 3vw;
    }

    .whyAeloria {
        margin-bottom: 5vw;
    }

    #semi-circles {
        position: absolute;
        height: 250px;
        top: calc(100% - 125px);
        right: 0;
    }

    #semi-circles img {
        height: 100%;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1024.98px) and (orientation: landscape),
       screen and (min-width: 1025px) {

    main {
        padding: 75px 10%;
        top: 0;
    }

    #aboutMe h3 {
        position: relative;
        font-size: 48px;
        margin-bottom: 100px;
    }

    #aboutStroke {
        position: absolute;
        width: 400px;
        left: -20px;
    }

    #aboutStroke img {
        width: 100%;
    }

    #aboutMeContainer {
        width: 100%;
    }

    #aboutMePicture {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 2%;
        height: 400px;
    }

    #aboutMeContainer h6 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #aboutMeContainer p {
        font-size: 15px;
        line-height: 2.0;
    }

    #aboutAeloriaContainer {
        display: flex;
        margin-top: 80px;
        width: 100%;
    }

    #aboutAeloriaPicture {
        width: 25%;
        margin-left: 5%;
        height: 400px;
    }

    #aboutAeloriaText {
        width: 70%;
    }

    #aboutAeloriaValues {
        margin-bottom: 40px;
    }

    #aboutAeloriaText h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #aboutAeloriaText h4 {
        font-size: 20px;
        line-height: 2.0;
    }

    #aboutAeloriaText p {
        font-size: 15px;
        line-height: 2.0;
        margin-top: 10px;
    }

    .whyAeloria {
        margin-bottom: 30px;
    }

    #semi-circles {
        position: absolute;
        height: 250px;
        top: calc(100% - 125px);
        right: 0;
    }

    #semi-circles img {
        height: 100%;
    }
    
}