*{
   padding: 0;
   margin: 0;
}
html {
    scroll-behavior: smooth;
}
::marker {
  color: #4EFFA5;
  font-size: 16px;
}
/* Widths */
.hero-navigation{
    border-right: 1px solid #666666;
    width: 20%;
}
.hero__content{
    width: 70%;
    border-right: 1px solid #666666;
}
.rectangle-div{
    width: 10%;
}
.content__wrapper{
    display: flex;
    color: black;
}
.section__wrapper {
    opacity: 0;
    transform: translateX(0) scale(0.96);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
}

.section__wrapper.slide-in-left {
    transform: translateX(-60px) scale(0.96);
}

.section__wrapper.slide-in-right {
    transform: translateX(60px) scale(0.96);
}

.section__wrapper.pop-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.content_section_heading{
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    width: 50%;
    margin-top: 1rem;
}
.separatorSmall{
    width: 5%;
    background: rgba(0, 0, 0, 0.16);
    border: 2px solid rgba(0, 0, 0, 0.16);
    height: 2px;
}
.section__text{
    margin: 2rem 0;
}
.textPart{
    margin: 1rem 0;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 2%;
    vertical-align: middle;
}
.textPart b{
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 2%;
    vertical-align: middle;
}
.content_section_sub{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    width: 45%;
    margin: 1rem 0;

}
.content-wrapper__sections{
    width: 70%;
    border-right: 1px solid #666666;
}
.content_section{
    width: 50%;
    padding: 4rem 2.5rem;
}
.border-right{
    border-right: 1px solid #666666;
}
.bg-F1F1F1{
    background-color: #F1F1F1;
}
.w-50{
    width: 50%;
}
.section-with-image {
    padding: 4rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__wrapper{
    display: flex;
    border-bottom: 1px solid #666666;
}
.rectangle-div{
    position: relative;
}
.rectangle-div img{
    position: absolute;
    right: 0;
}
.heading_text--big{
    font-size: 72px;
    line-height: 90%;
    font-weight: 700;
    letter-spacing: 2%;
    text-transform: uppercase;
}
.heading_text--subheading{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;

}
.subhead-text{
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 2%;
    vertical-align: middle;

}
.content-wrapper{
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 1.5rem 0;
}
.linksSocials a{
    text-decoration: none;
}
.buttonHeader{
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px;
    background:rgba(78, 255, 165, 0.16);
    color: rgba(78, 255, 165, 1);
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 1rem;

}
.text-with-links{
    width: 30%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 2.5rem;
}
.heading_text--big{
    height: 20%;
}
.linksWithButton{
    height: 20%;
}
.text-with-explanation{
    width: 50%;
    padding: 4rem 2.5rem;
}
.hero__wrapper{
    display: flex;
    align-items: center;
    background-color: #000000;
    width: 100%;
    margin-top: 3rem;
}

.navigation-menu{
    padding: 3rem 2rem 3rem 4rem;
    margin-left: 3rem;
}
.nav-items{
    color:#666666;
    font-weight: 700;
}
.menu-link{
    text-decoration: none;
    color:#666666;
}
.nav-items .activePage {
    color: #FFFFFF;
}
.nav-items li{
    list-style-type: none;
    margin: 10px 0;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;

}
.header_left_img img{
    width: 300px;
}
.section__heading-black{
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.black__section-wrapper{
    background-color: #000000;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.black__section-wrapper h1{
    margin-top: 1rem;
}
.section__heading-black{
    color: #fff;
}
.black__section-three-piece{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.black__section-piece{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;

}
.black__section-piece div{
    margin: 10px 0;
}
.column{
    flex-direction: column;
}
.black__section-piece__heading{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.black__section-piece__text{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.black__section-piece__text b{
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.section__subheading-black{
    color: #fff;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.black__section-piece__text-halfs{
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.black__section-piece__text-rects{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.black__section-piece__text-rects b{
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.svg-move-down {
  animation: moveDown 1s forwards;
}

@keyframes moveDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50px);
  }
}
@media screen and (min-width:731px) and (max-width:1024px){

}
@media screen and (max-width:730px){
    .rectangle-div{
        display: none;
    }
    .header_left_img{
        display: none;
    }
    .hero-navigation{
        display: none;
    }
    .content-wrapper__sections{
        width: 100%;
    }
    .hero__content{
        width: 100%;
    }
    .content-wrapper{
        flex-direction: column;
    }
    .text-with-links{
        width: 100%;
        padding: 4rem 2.5rem 0 2.5rem;
    }
    .text-with-explanation{
        width: 100%;
    }
    .section__wrapper:first-child{
        flex-direction: column-reverse;
    }
    .section__wrapper{
        flex-direction: column;
    }
    .content_section{
        width: 100%;
    }
    .section-with-image {
        width: 100%;
    }
    #what-job-seekers-want > div.black__section-three-piece > div:nth-child(1) {
        border-bottom: 1px solid #666666;
    }
    #market-cuts > div.black__section-three-piece{
        flex-direction: column;
    }
    .section__wrapper.column.slide-in-right.pop-in > div.black__section-three-piece > div:nth-child(1){
        border-bottom: 1px solid #666666;
    }
    #market-cuts > div.black__section-three-piece > div:nth-child(1){
        border-bottom: 1px solid #666666;
    }
    #tough-market > div.black__section-three-piece > div:nth-child(3){
        border-top: 1px solid #666666;
    }
    .black__section-wrapper{
        padding: 3rem;
    }
    #what-job-seekers-want > div.black__section-three-piece > div.black__section-piece.border{
        border-top: 1px solid #666666;
    }
    #key-takeaways > div.black__section-three-piece > div:nth-child(2){
        border-bottom: 1px solid #666666;
    }
    .content_section_heading{
        width: 100%;
    }
    #tough-market > div.black__section-three-piece > div:nth-child(2){
        border-top: 1px solid #666666;
    }
    .black__section-piece{
        padding: 2rem;
    }
}

