* {
    margin: 0;
    box-sizing: border-box;
}

h1 {
    font-family: 'Bigelow Rules', serif;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 500;
    font-size: 60px;
    text-decoration: none;
    /*width: 500px;*/
}

h1 img {
    margin: -3rem;
    z-index: 5;
}

img {
    max-width: 100%;
}

.wrapper {
    max-width: 1214px;
    margin: 0 auto;
}

#header-layout a {
    text-decoration: none;
    color: black;
}

#header-layout a:hover,
#header-layout a:focus {
    color: #F84EDC;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Old Standard TT', serif;
    font-weight: 600;
    font-size: 20px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

nav ul li {
    margin: 1rem;
}

#header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hero {
    position: relative;
    background-image: url(../Images/Hero\ Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.Headshot {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    /* z-index: -4; */
}

.hero-text {
    color: hsl(0, 20%, 99%);
    position: absolute;
    top: 250px;
    z-index: 2;
    margin-top: 4rem;
}

.Haley {
    color: #F4F84E;
    font-family: 'Old Standard TT', serif;
    font-size: 3rem;
    background-color: #F84EDC;
    padding: 1rem 2rem 1rem 1rem;
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-top: 1rem;
}

.Graphic {
    color: #F84EDC;
    font-size: 2rem;
    font-family: 'Old Standard TT', serif;
    background-color: #F4F84E;
    padding: 1rem 1rem 1rem 1rem;
    margin-left: 7rem;
}

h2 {
    font-family: 'Old Standard TT', serif;
    font-size: 10rem;
}


/************
 ABOUT SECTION
 ************/

.about {
    background-color: #fff;
    padding: 5rem;
}

.pinkbox {
    background-color: #F84EDC;
    height: 400px;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
}

.pinkbox h3 {
    font-family: 'Bigelow Rules', serif;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 95px;
    margin-right: 60px;
    color: #F4F84E;
    position: absolute;
    top: -18%;
    left: 3rem;
}

.about p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16pt;
    background-color: white;
    padding: 1.5rem;
    width: 60%;
    position: absolute;
    top: 3rem;
    left: 3rem;
    bottom: 0;
    line-height: 1.5;
}

.about img {
    padding-top: 8rem;
    padding-left: 8rem;
}


/************
 RESUME SECTION 
 ************/

.skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1260px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-left: 11rem;
    padding-bottom: 100px;
}

.skills img {
    margin-right: 1rem;
    

}

.resume {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: #B6F4FD solid 22px;
    /* margin-right: 1rem;
    padding-left: 1rem; */
    padding-right: 1rem;
    padding-top: 1rem;
}

.resume h2 {
    font-size: 2rem;
    font-family: 'Old Standard TT', serif;
    text-align: center;
}

.education {
    padding-right: 1rem;
}

.resume ul {
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    list-style-image: url(../Images/Bullet.svg);
}

.resume ul li {
    margin: 1rem 0;
}

.resume ul li a {
    text-decoration: none;
    color: black;
}


/************
PROJECTS Section
************/

.Projects {
    background-color: #F4F84E;
    padding: 100px 25px;
}

.Projects-Grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    padding: 2rem 1rem;
    max-width: 1080px;
    margin: 0 auto;
}

.Projects-Grid a {
    text-decoration: none;
}

.projects-title h3 {
    font-family: 'Bigelow Rules', serif;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 95px;
    color: #F84EDC;
    text-align: center;
}

.projects-more {
    font-family: 'Old Standard TT', serif;
    text-decoration: none;
    font-size: 20px;
    color: #F84EDC;
    text-align: center;
}


/* Image overlay styles */

.project_title_mobile {
    display: none;
}

.container {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .7s ease;
}

.container:hover .overlay {
    height: 100%;
}

.container img {
    display: block;
    width: 100%;
}

.project-name {
    font-family: 'Old Standard TT', serif;
    color: #F84EDC;
    font-size: 36px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.projects-more a {
    text-decoration: none;
    color: #F84EDC;

}


/************
 CONTACT FORM 
 ************/

.contact {
    background: white;
    flex-wrap: wrap;
    padding: 100px 25px;
    margin: 0 auto;
    max-width: 1000px;
}

.contactform {
    background-color: white;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 3px;
}

.contactform legend {
    text-align: center;
    margin: 25px auto;
    color: #F4F84E;
    font-family: 'Old Standard TT', serif;
    font-size: 50px;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 2;
}

.contactform legend::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 80%;
    top: 14px;
    left: -5px;
    background-color: #F84EDC;
    z-index: -1;
}

.contact h3 {
    font-family: Bigelow Rules, serif;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    margin-right: 60px;
    color: #B6F4FD;
}

.contactform p {
    margin-bottom: 15px;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    margin-bottom: 2rem;
}

.contactform label {
    display: block;
    font-family: Work Sans, sans-serif;
    margin-bottom: 5px;
}

.contactform input {
    background-color: #B6F4FD;
    opacity: 75%;
    padding: .5rem;
    width: 100%;
    border: solid 1px #74b6c0;
}

.contactform textarea {
    background-color: #B6F4FD;
    opacity: 75%;
    width: 100%;
    border: solid 1px #74b6c0;
}

.contactform a {
    color: #F84EDC;
}

.formgroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.filledgroup {
    margin-bottom: 25px;
    margin-left: 30px;
}

.messagegroup {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.contactform input[type=submit] {
    background-color: #F4F84E;
    width: 100px;
    height: 50px;
    text-align: center;
    border: none;
    margin-left: 30px;
    transition: .5s ease;
}

.contactform input[type=submit]:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(36, 72, 78, 0.05);
}


/************
 FOOTER FORM 
 ************/

.footer {
    background-color: #B6F4FD;
    color: #F84EDC;
    text-align: center;
    position: relative;
    /*padding: 100px 25px;*/
    padding-top: 2rem;
}

.footer ul {
    list-style: none;
    display: flex;
    /*padding-top: 3rem;*/
    align-content: center;
    justify-content: center;
}

.footer ul li {
    padding: .5rem;
    display: grid;
}

.socials {
    text-align: center;
}

/* .Arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
} */

/******************
PERSONAL BRAND html
*******************/
.personal-mockup {
    max-width: 900px;
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   
   
}
.personal-mockup h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 3rem;

}

.hg-logo {
    max-width: 700px;
    margin-left: 5rem;
    margin-bottom: 4rem;
}

/******************
MARDI GRAS html
*******************/
.mardi-gras-poster {
   margin-bottom: 2rem;
   max-width: 700px;
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   
}

.mardi-gras-poster {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
}
.divider{
    margin-bottom: 2rem;
    max-width: 500px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}

.project-info {
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 2rem;
    max-width: 300px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}

.next-project{
    text-align: center;
    margin-top: 4rem;
}

.next-project a {
    font-family: 'Old Standard TT', serif;
    text-decoration:none;
    font-size: 20px;
    color: #F84EDC;
    
    
}




/******************
HUT Trifold html
*******************/

.hut-trifold {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.hut-trifold h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

.hut-trifold img {
    padding-bottom: 1rem;
}

/******************
 Travaganza html
*******************/

.travaganza-magazine {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.travaganza-magazine h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
}

.travaganza-magazine img {
    padding-bottom: 1rem;
}

/******************
  ABOUT-2 html
*******************/
.pinkbox {
    margin-top: 3rem;
}

/******************
 GRAVE YARD html
*******************/

.grave-yard-logo {
    margin-bottom: 2rem;
    max-width: 900px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}

.grave-yard-logo h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    /*margin-bottom: 2rem;*/
}

/******************
GLEAM BUSINESS html
*******************/

.gleam {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.gleam h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

/******************
  TYPOGRAPHY html
*******************/

.typography-b {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.typography-b h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

.typography-b img {
    padding-bottom: 1rem;
}

/*************
 COYOT html
**************/

.coyot-b {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.coyot-b h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 3rem;
}

.coyot-b img {
    padding-bottom: 1rem;
}

/**********
 WINE html
***********/

.wine-logo {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.wine-logo h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

/*************
  CHILI html
**************/

.chili-cook {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 2rem;
}

.chili-cook h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

.chili-cook img {
    padding-bottom: 1rem;
}

/******************
    COUNTRY html
*******************/
.country-p {
    margin-bottom: 2rem;
    max-width: 500px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}
 
 .country-p h3 {
     font-family: Bigelow Rules, serif;
     color: #F4F84E;
     text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
     font-size: 90px;
     text-align: center;
     margin-bottom: 2rem;
}

/*************
    VIDEO
*************/
.video-tc {
    margin-bottom: 2rem;
    max-width: 500px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.video-tc h3 {
    font-family: Bigelow Rules, serif;
    color: #F4F84E;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
    font-size: 90px;
    text-align: center;
    margin-bottom: 2rem;
}

/******************
    MAGIC html
*******************/
.magic-ad {
    margin-bottom: 2rem;
    max-width: 800px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
 }
 
 .magic-ad h3 {
     font-family: Bigelow Rules, serif;
     color: #F4F84E;
     text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
     font-size: 90px;
     text-align: center;
     margin-bottom: 2rem;
 }


 

 /******************
    TCCC SHIRT html
*******************/
.super-shirt {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 1080px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}
 
.super-shirt h3 {
     font-family: Bigelow Rules, serif;
     color: #F4F84E;
     text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
     font-size: 80px;
     text-align: center;
     margin-bottom: 3rem;

}

.super-shirt img {
    padding-top: 2rem;
}


 /******************
    SELF html
*******************/
.self-p {
    margin-bottom: 2rem;
    max-width: 700px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}
 
.self-p h3 {
     font-family: Bigelow Rules, serif;
     color: #F4F84E;
     text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
     font-size: 90px;
     text-align: center;

}

.self-p img {
    padding-top: 2rem;
}

@media screen and (max-width: 800px) {
    #header-layout {
        flex-direction: column;
        justify-content: center;
    }
    h1 {
        margin-bottom: 1rem;
    }
    nav ul {
        padding: 1rem;
    }
    .hero {
        margin-bottom: 4rem;
    }
    .hero-text {
        margin-top: 10rem
    }
    .about {
        padding: 1rem;
        margin-bottom: 6rem;
    }
    .skills {
        grid-template-columns: 1fr;
        padding-left: 0;
        justify-items: center;
    }
    .skills img {
        margin-bottom: 2rem;
    }
    .resume {
        margin-left: 4rem;
    }
    /* .skills img{
        margin-left: 8rem;
        margin-bottom: 2rem;
    } */
    .Projects-Grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .overlay {
        display: none;
    }
    .project_title_mobile {
        display: block;
        font-family: 'Old Standard TT', serif;
        color: #F84EDC;
        font-size: 36px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 2rem;
    }
    .socials {
        margin-right: 2rem;
    }

    .about p{
        width: 80%;
    }
    /* .Arrow {
        margin-left: 2rem;
        margin-bottom: 2rem;
    }
    .Arrow img {
        width: 60%;
    } */

}



@media screen and (max-width: 500px) {
    .pinkbox p {
        font-size: 22px;
    }

    .formgroup {
        display: grid;
        grid-template-columns: 1fr;
    }

    .messagegroup {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .filledgroup {
        margin-left: 0;
    }

    .contactform input[type=submit]  {
        margin-left: 0;
    }
}

@media screen and (max-width: 556px) {
.about p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    background-color: white;
    padding: 1.5rem;
    width: 80%;
    position: absolute;
    top: 2rem;
    left: 2rem;
    bottom: 0;
    line-height: 1.5;
}

.resume {
    grid-template-columns: 1fr;
    margin: 1rem;
}
}
