@font-face{
    src: url(fonts/NothingYouCouldDo-Regular.ttf);
    font-family: NothingYouCouldDo;
}

@font-face{
    src: url(fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf);
    font-family: NunitoSans;
}

html{
    overflow-x: hidden;
}
body {
    background: #F3DDDD;
    max-width: 100%;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    /*outline: 1px solid red;*/
}

.navbar{
    max-width: 100%;
    background: #DEF5F4;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#navbar__logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__item__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    background-color: #CE7777;
    border: none;
    outline: none;
    border-radius: 4px;
}

.navbar__item__contact:hover{
    background: #8a4f4f;
}

.navbar__links {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.navbar__links:hover {
    text-shadow:
        -0.01em 0 currentColor,
         0.01em 0 currentColor,
         0 -0.01em currentColor,
         0  0.01em currentColor
}

.navbar__links__contact {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.navbar__toggle {
    display: none;
    }

@media screen and (max-width: 800px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .navbar__menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        background: #DEF5F4;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
    }

    .navbar__menu.active { 
        top: 0;
        /*
        background: #DEF5F4;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size: 1.6rem;*/
    }

    #navbar__logo {
        padding-left: 20px;
    }

    /*.navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }*/

    .navbar__item {
        width: 100%;
    }

    .navbar__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    .navbar__links__contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50px;
        margin: auto;
    }

    /*#mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }*/

    .navbar__toggle {
        display: flex;
        height: 100%;
        justify-content: right;
        margin-right: 10px;
        cursor: pointer;
        z-index: 1000;
    }

    #hamburger {
        display: flex;
    }

    #hamburger.active {
        display: none;
    }
    
    #x {
        display: none;
    }

    #x.active {
        display: flex;
        opacity: 1;
    }

    .navbar__toggle img {
        pointer-events: none;
    }

     

    .navbar__item__contact {
        display: flex;
        justify-content: center;
        align-items: center;
       
        margin: 0 auto;
        width: 80%;
    }

    /*.navbar__toggle .bar {
        display: block;
        cursor: pointer;
        background: #3b4847;
    }

    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    } */

    #mobile-menu.is-active {
        background-image: url("images/x.png");
    }
}


#title{
    display: flex;
    color:#8a4f4f;
    margin-left: clamp(8px, 3vw, 24px);
    margin-bottom: 2vw;
    font-size: 6vw;
    /*white-space: nowrap;*/
    font-family: NunitoSans, arial;
    font-weight: 900;
    
}

#tagline1 {
    color: #3b4847;
    font-size: 3vw;
    text-align: right;
    margin: 0px 4vw 5px 0px;
    font-family: Verdana;
    font-weight: 500;
}
#tagline2 {
    color: #3b4847;
    font-size: 3vw;
    text-align: center;
    margin: 0px 0px 5px 0px;
    font-family: Verdana;
    font-weight: 500;
}
#tagline3 {
    color: #3b4847;
    font-size: 3vw;
    text-align: left;
    margin: 0px 0px 0px 4vw;
    font-family: Verdana;
    font-weight: 500;
}

.homeHeader {
    max-width: 100%;
    background-image: url("images/paint strokes.png");
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.missionStatement {
    max-width: 100%;
    background-color: #B0C4C3;
    margin: 5vw 8vw 3vw 8vw;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3b4847;
    border-radius: 4px;
}
#missionStatementTitle{
    font-family: Verdana;
    margin: 10px 0px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
}
#missionStatementBody{
    font-family: Verdana;
    font-weight: 500;
    font-size: 1rem;
    margin: 5px 20px 20px 20px;
    text-align: center;
}

.ourPromise {
    max-width: 100%;
    background-color: #CE7777;
    margin: 0vw 8vw 3vw 8vw;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #542D2D;
    border-radius: 4px;
}
#ourPromiseTitle{
    font-family: Verdana;
    margin: 10px 0px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
}
#ourPromiseBody{
    font-family: Verdana;
    font-weight: 500;
    font-size: 1rem;
    margin: 5px 20px 20px 20px;
    text-align: center;
}

.requestCommission{
    background-color: #3b4847;
    text-decoration: none;
    padding: 20px;
    font-size: 1rem;
    font-family: verdana;
    color: #DEF5F4;
    border-radius: 4px;
    
    margin-right: 8vw;
    font-weight: 900;
    font-family: NunitoSans;
    display: inline-block;
    margin-left: 8vw;
    margin-bottom: 8vw;
}

.requestCommission:hover {
    background-color: #576f6d;
}

.footer {
    background: #3b4847;
    display: flex;
    padding: 40px 0;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: top;
    justify-content: right;
    column-gap: 40px;
    row-gap: 20px;
    z-index: 100;
    position: relative;
}

.footerLeft{
    display: flex;
    
    align-items: center;
    margin-right: auto;
    
}

#footerLogo{
    display: flex;
    max-height: 100%;
    max-width: auto;
    height: 120px;
    width: auto;
    margin-left: 20px;
}
#footerOrgName{
    display: flex;
    color:#CE7777;
    margin-left: 10px;
    font-size: clamp(16px, 4vw, 40px);
    max-width: 100%;
    margin-right: 20px;
}

.footerRight {
    margin-top: 15px;
    display: flex;
    flex-direction: column;         /* stack title and list vertically */
    flex: 1 1 100px;                /* allow shrinking */
    min-width: 120;
    gap: 10px;
}


#links {
    text-align: center;
    color:#DEF5F4;
    font-size: clamp(16px, 4vw, 25px);
    /*margin-bottom: -5px;
    margin-right: 20px;
    margin-top: 20px;*/
    white-space: nowrap
}


.footerList{
    margin: 0 20px;
    gap: 5px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2rem;
    list-style: none;
    /*margin-right: 20px;
    margin-left: 20px;*/
    gap: 15px 20px;
    flex: 0 1 auto;
    min-width: 0;
}

.footerItem{
    display: flex;
    /*margin-top: 20px;*/
    flex: 0 1 auto;
    align-items: flex-start;
}

#footerLink {
    color: #DEF5F4;
    text-decoration: none;
    font-size: .75em;
    text-wrap: nowrap;
}

#credit {
    font-size: .6em;
    text-align: right;
    background-color: #3b4847;
    color: #576f6d;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: -1px;
}

/* PAST WORK / GALLERY */
#pageTitle {
    margin-top: 20px;
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 150px);
    color:#8a4f4f;
    font-family: NunitoSans, arial;
    font-weight: 900;
}

#pageHeading{
    margin: 20px 0;
    text-align: center;
    font-size: 2rem;
    color:#CE7777
}
.gallery {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.row-title {
    font-size: 1.5rem;
    margin: 40px 0 15px;
    color: #3b4847;
    text-align: center;
}

.row-description {
    margin-top: 15px;
    text-align: center;
    color: #576f6d;
    margin-bottom: 80px;
}

.image-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 20px;
}

.image-row-single {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 20px;
}

.image-row img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.image-row-single img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Mobile: 1 column */
@media (max-width: 800px) {
    .image-row {
        grid-template-columns: 1fr;
    }
}

.lwyscontainer{
    display: grid;
    place-items: center;
    margin-bottom: 80px;
    background-color: #DEF5F4;
    border-radius: 4px;
    place-self: center;
    padding: 20px;
}
#likewhatyousee {
    color:#542D2D;
    text-decoration: none;;
    text-align: center;
    font-size: 2em;
    
}

#likewhatyouseelink {
    color:#576f6d;
}

/*Contact Us*/

.emailContainer2{
    display: grid;
    place-items: center;
    background-color: #B0C4C3;
    border-radius: 4px;
    place-self: center;
    padding: 5px 20px;
    margin-bottom: 5px;
}

#email {
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
    font-size: clamp(.8em, 3vw,1.2em);
    background-color:#B0C4C3;
    padding: 10px 0;
}

.emailContainer {
    text-align: center;
    text-decoration: none;
    color: #3b4847;
    font-size: 1em;
    margin: 0px 20px
}

#emailInstruction {
    margin: 10px 0px;
    font-size: 1.1em;
}


#emailInstruction2 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000;
    font-size: 1.1em;
}

#emailInstruction3 {
    margin: 10px 0px;
    margin-bottom: 50px;
    font-size: 1.1em;
}

#mailto {
    color:#576f6d;
}
.mailtoContainer {
    margin-bottom: 20px;
}

.socials{
    text-align: center;
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    justify-content: center;
    font-size: 1.5em;
    flex-wrap: wrap;
}

#socialLink {
    color: #542D2D;
}

.wdwpContainer 
{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#wdwp {
    text-align: center;
    margin-top: 40px;
    font-size: 1.75rem;
    color:#3b4847;
}

#wdwpItem {
    display: block;
    margin: 5px 0;
    font-size: 1.25em;
    text-align: center;
    color:#000000
}

#contactUsImage{
    width: 100%;
    margin-bottom: -10px;
   
}