
#about-us a {
    color: var(--subtle-link);
    text-decoration: underline;
    text-underline-offset: .25rem;
}

#about-us a:hover {
    color: var(--amber-dark-hover);
}

#hero .so-are-we {
    color: var(--amber-hover-cta)
}

.design-develop-deliver {
    font-size: 1.125rem;
    text-transform: uppercase;

}

@media screen and (min-width: 769px) {

    #hero{
        color: var(--service-card-white);
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        background: linear-gradient(to bottom, #cfd8e3, #172A46);
        min-height: 100vh;
        background-image: url("/img/hero-image-bg1.webp");
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    #hero .wrapper {
        justify-content: center;
        width: 72%;
        margin: auto;
        padding: 95px 0 3rem;
    }

    #hero .hero-subtitle {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 1.125rem;
        letter-spacing: 0.0625rem;
        text-transform: uppercase;
        padding: 20px 20px 0;
        margin: 0 0 .5rem;
        color: #b3ab92;
    }

    #hero h1 {
        padding: 0 20px;
        margin: .5rem 0 0;
        width: 72%;
        background: linear-gradient(90deg, var(--sky-aqua), #cfd8e3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1.2;
    }

    #hero-text p {
        font-size: 1.25rem;
        width: 54%;
        line-height: 1.75;
        color: var(--mist-blue)
    }

    #hero-text {
        padding: 0 20px 20px;
        margin: 0;
    }

    .cta-buttons {
        z-index: 2;
        grid-column: 1;
        grid-row: 3;
    }

    #about-us {
        background: var(--cloud-grey);
        background-attachment: fixed;
    }

    #about-us .wrapper {
        background-color: var(--service-card-white);
        width: 100%;
        max-width: 1400px;
        padding: 0 40px 6rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    #about-us .text-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }


    #about-us .image-wrapper{
        display: block;
        height: auto;
        object-fit: cover;
    }

    #about-us #ian-image {
        margin: auto auto 0;
        width: 80%;
    }

    #about-us #lightbulb-image {
        margin: auto;
        width: 75%;
    }

    #about-us .image-wrapper img{
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid var(--muted-steel);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    #about-us .wrapper p{
        padding: 1rem 1rem 0 0;
        margin: auto;
        width: 100%;
        line-height: 1.9;
    }

    #about-us .image-caption p{
        padding: 1rem 1rem 0;
        font-weight: 600;
        width: 100%;
        font-size: 0.85rem;
        text-align: center;
    }

    #about-us .image-caption a{
        font-weight: 400;
        color: var(--subtle-link);
        text-decoration: underline;
        text-underline-offset: .25rem;
        transition: color 0.2s ease;
    }

    #about-us .image-caption a:hover{
        color: var(--amber-dark-hover);
    }

    #about-us .wrapper p strong{

        font-family: "Lato";
        font-weight: 700;
        font-size: 1.06375rem;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: .25rem;
    }

    #about-us .wrapper h2{
        margin: 6rem 0 1rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid;
    }

    #about-us p.highlight-outline {
        font-size: 1.125rem;
        font-weight: 400;
        color: var(--steel-gray);
        border-left: 4px solid var(--amber);
        padding: 1rem;
        margin: 2rem 0 1rem;
        line-height: 1.5;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }
}

@media screen and (max-width: 768px), (max-width: 1024px) and (orientation: landscape) {

    #hero .hero-subtitle {
        font-family: "Oswald", sans-serif;
        font-size: .85rem;
        font-weight: 600;
        letter-spacing: 0.046875rem;
        text-transform: uppercase;
        padding: 0;
        margin: 2rem 0 .5rem;
        color: #b3ab92;
    }

    #hero h1 {
        line-height: 1.2;
        font-size: clamp(3rem, 3rem + 0.5vw, 4rem);
        padding: 0;
        margin: 0;
        background: linear-gradient(90deg, var(--sky-aqua), #cfd8e3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    #hero-text {
        padding: 0 0 20px;
        margin: 0;
    }

    #hero-text p {
        font-size: clamp(1rem, 1rem + 0.5vw, 1.06375rem);
        color: var(--mist-blue);
        line-height: 1.8;
    }

    #hero{
        color: var(--service-card-white);
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        min-height: 100vh;
        padding: 65px 20px 40px;
        background: url('/img/hero-image-mobile-bg2.webp'), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    }

    /* :root {
        --vh: 100%;
      } */

    /* .parallax-bg{ 
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(var(--vh, 1vh) * 100);
        background: url('/img/hero-image-mobile-bg1.png'), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        z-index: -1;
        pointer-events: none;
    } */

    #hero .wrapper {
        justify-content: center;
        margin-bottom: 0;
        z-index: 1;
        position: relative;
        padding-top: 0;
    }

    #hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #about-us {
        padding: 20px 20px 6rem;
        background: var(--service-card-white);
    }

    #about-us .wrapper {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    #about-us .text-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    
    #about-us .image-wrapper{
        display: block;
        height: auto;
        object-fit: cover;
    }

    #about-us #ian-image {
        margin: auto auto 0;
        width: 100%;
    }

    #about-us #lightbulb-image {
        margin: auto;
        width: 100%;
        grid-row: 4;
    }

    #about-us .image-wrapper img{
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid var(--muted-steel);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    #about-us .wrapper p{
        padding: 1rem 1rem 0 0;
        margin: auto;
        width: 100%;
        line-height: 1.9;
    }

    #about-us .image-caption p{
        padding: 1rem 1rem 0;
        font-weight: 600;
        width: 100%;
        font-size: 0.85rem;
        text-align: center;
    }

    #about-us .image-caption a{
        font-weight: 400;
        color: var(--subtle-link);
        text-decoration: underline;
        text-underline-offset: .25rem;
        transition: color 0.2s ease;
    }

    #about-us .image-caption a:hover{
        color: var(--amber-dark-hover);
    }

    #about-us .wrapper p strong{

        font-family: "Lato";
        font-weight: 700;
        font-size: 1.06375rem;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: .25rem;
    }

    #about-us .wrapper h2{
        margin: 2rem 0 1rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid;
    }

    #about-us p.highlight-outline {
        font-size: 1.125rem;
        font-weight: 400;
        color: var(--steel-gray);
        border-left: 4px solid var(--amber);
        padding: 1rem;
        margin: 2rem 0 1rem;
        line-height: 1.5;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    #hero {
    background-image: url("/img/hero-image-bg1.webp");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    }

    #hero .wrapper {
        width: 100%;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        padding: 2rem 0 3rem;
    }

    #hero h1 {
        font-size: 4rem;
        text-align: center;
    }

    #hero-text { 
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #hero-text p {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /* #about-us #lightbulb-image {
        display: none;
    } */
    
    #about-us .wrapper {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    #about-us .image-wrapper img, #lightbulb-image{
        grid-row: 4;
    }
    
}

/* @supports (-webkit-touch-callout: none) {

    .parallax-bg {
      background-attachment: scroll;
    }
  } */