* {
    box-sizing: border-box;
}
/* outline: thin solid gray; */


/* hamburger menu */
/* hamburger menu */
/* hamburger menu */


ul.nav-menu>li {
    list-style: none;
    
    letter-spacing: .1rem;
}

a {
    text-decoration: none;
    padding: 0 .45rem;
}

header {
    background-color: #f6f6f6;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    z-index: 999;
    position: relative;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #5A3F19;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link {
    font-size: 1.35rem;
    font-weight: 400;
    color: #232021;
}

/* a.nav-link:hover {
    border-bottom: 2px solid #55B57A;
} */

a.nav-link:active {
    border-bottom: 2px solid #5A3F19;
}

/* Media Queries for the NAV */

@media only screen and (max-width: 1192px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #FFF5D5;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
/* hamburger menu */
/* hamburger menu */
/* hamburger menu */


body {
    font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
    color: #5A3F19;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
}
h1, h2, h4 {
    font-family: "Zilla Slab", 'Times New Roman', Times, serif;
}

div.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
p, h1 {
    line-height: 1.5em;
    margin: 0;
}
a.btn {
    display: inline-block;
    width: auto;
    background-color: #e9902b;
    color: #5A3F19;
    text-decoration: none;
    padding: .5em 4em;
    transition: .4s;
    font-weight: 600;
    margin-left: 95px; /*added this*/
}
a.btn:hover {
    background-color:#d86c23;
    transition: .4s;
}
h1 {
    font-weight: 600;
    color: #6F460F; 
}
h2 {
    font-weight: 500;
    font-size: 2.18em;
    margin-bottom: .5em;
}


/* HEADER style */
/* HEADER style */
/* HEADER style */
/* HEADER style */

header {
    background-color: #DCA032;
    color: #743C00;
}
header div.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 100px
}
nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 40px
}
nav a:link, nav a:visited {
    color: #743C00;
    text-decoration: none;
}
nav a:hover {
    color: #b86002;
    transition: .2s;
}
p.name {
font-size: 1.43em;
letter-spacing: 0.5px;
font-family: "Zilla Slab", 'Times New Roman', Times, serif;
font-weight: 500;
}

/* HERO styles*/
/* HERO styles*/
/* HERO styles*/
/* HERO styles*/

#hero {
    
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-image: url(assets/paper-hero-background.png);
    background-size: 2200px;
    background-attachment: fixed;
}
#hero div.wrapper {
    flex-direction: row;
    gap: 60px;
    padding: 90px 0;
    background-image: url(assets/hand-hero.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
}


#hero h1 {
    font-size: 3.75em;
    margin-bottom: 0.2em;
    padding-left: 95px;
}


/* ABOUT styles */
/* ABOUT styles */
/* ABOUT styles */
/* ABOUT styles */

#about {
    background-color: #FFF9E5;
}
#about div.wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 60px 0;
}
div.about-left {
    width: 50%;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
div.about-left img {
    width: 67%;
}
div.about-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.about-right p {
    line-height: 1.7em;
}


/* GALLERY section */
/* GALLERY section */
/* GALLERY section */
/* GALLERY section */

#gallery {
    min-height: 200px;
    background-color: #FFFDF5;
}
#gallery div.wrapper {
    padding: 60px 20px;
}
div.gallery {
    display:flex;
    flex-direction: row;
    gap: 40px;
}
div.gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
#gallery h2{
    margin-bottom: 1.5em;
}
/* INSPO section */
/* INSPO section */
/* INSPO section */
/* INSPO section */

#inspo {
    padding: 80px 0 90px;
    text-align: center;
    background-image: url(assets/quote-background.png);
    background-size: 2400px;
    background-attachment:fixed;
}
#inspo div.wrapper {
    max-width: 800px;
}
p.credit {
    font-weight: 400;
}
p.quote {
    font-size: 1.87em;
    margin-bottom: 1em;
    text-align: justify;
    text-align-last: center;
    font-weight: 500;
}
#inspo p.quote::before {
    content: "“";
    position: absolute;
    margin-left: -1em;
    width: 1.5em;
    text-align: right;
}

/* PROJECTS section*/
/* PROJECTS section*/
/* PROJECTS section*/
/* PROJECTS section*/

div.cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.card {
    display: flex;
    flex-direction: row;
}
.card img {
    width: 50%;
    object-fit: cover;
    max-height: 400px;
}

div.card-text {
    background-color: #FFF5D5;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    max-width: 600px;
}
div.card-text h4 {
    font-size: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
}
#projects {
    padding: 96px 20px;
    background-color: #FFFDF5;
}
#projects h2 {
    margin-bottom: 1em;
}
a.card {
    scale: 1;
    transition: .25s;
    text-decoration: none;
    color: #5A3F19;
}
a.card:hover {
    scale: 1.05;
    transition: .25s;
}

 /* FOOTER styles :p */
  /* FOOTER styles :p */
   /* FOOTER styles :p */
    /* FOOTER styles :p */

footer {
    background-color: #DCA032;
    color: #743C00;
    padding: 30px 0 20px;
}
footer div.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}
div.socials {
    display: flex;
    flex-direction: row;
    gap: 48px
    }
.socials a img {
        width: 38px;
        }
footer div.footer-bottom {
        align-items: flex-end;
        margin-top: 20px;
        margin-bottom: 10px;
    }
.socials a:hover {
    opacity: 0.8;
}
.copyright {
    font-size: .75em;
}

/* ---------- MEDIA QUERY STUFF ---------- */
/* ---------- MEDIA QUERY STUFF ---------- */
/* ---------- MEDIA QUERY STUFF ---------- */

@media only screen and (max-width: 1120px) {
   

}

@media only screen and (max-width: 1100px) {
 
    div.gallery {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .socials a img {
        padding-bottom: 15px;
        }
}


@media only screen and (max-width: 883px) {
    #inspo div.wrapper {
        max-width: 600px;
    }
    p.quote {
        font-size: 1.8em;
    }

    /*about*/

div.about-right {
    width: 40%;
}
/*hero*/
#hero {
    
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-image: url(assets/paper-hero-background.png);
    background-size: 2200px;
    background-attachment: fixed;
}
#hero div.wrapper {
    flex-direction: row;
    gap: 60px;
    padding: 90px 0;
    background-image: url(assets/hand-hero.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
}


#hero h1 {
    font-size: 3.75em;
    margin-bottom: 0.2em;
    padding-left: 95px;
}


}
@media only screen and (max-width: 678px) {

    /*h2 {
        font-size: 40px;
    }*/


    /* projects */
    /* projects */
    /* projects */

    #projects h2 {
        padding-left: 45px;
        margin-bottom: .5em;
    }

    div.cards {
        flex-direction: column;
        gap: 70px;
        padding: 40px;
    }
    .card {
        flex-direction: column;
    }
    .card img {
        width: 100%;
    }
    div.card-text {
        width: 100%;
        padding: 40px;
        max-width: 600px;
        padding-top: 5px;
    }

    /* inspo */
     /* inspo */
      /* inspo */

 
    #inspo div.wrapper {
        max-width: 550px;
    }
    
    p.quote {
        font-size: 1.7em;
    }

    /*footer*/
     /*footer*/
      /*footer*/


    footer div.wrapper {
        display:flex;
        flex-direction: column;
    }
    div.socials {
        display: flex;
        flex-direction: column;
        }
    
    footer div.footer-bottom {
            align-items: center;
        }
       
        footer div.wrapper nav ul {
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        

}

@media only screen and (max-width: 630px) {
 
    div.gallery {
        flex-direction: column;
        gap:70px ;
    }
}

@media only screen and (max-width: 480px) {
}