@font-face {
	font-family: 'AvenirNext';
	font-style: normal;
	font-weight: 400;
    font-display: swap;
	src: url('../fonts/AvenirNext-Regular.ttf');
}

@font-face {
	font-family: 'AvenirNext';
	font-style: normal;
	font-weight: 500;
    font-display: swap;
	src: url('../fonts/AvenirNext-Medium.ttf');
}

@font-face {
	font-family: 'AvenirNext';
	font-style: normal;
	font-weight: 600;
    font-display: swap;
	src: url('../fonts/AvenirNext-DemiBold.ttf');
}

@font-face {
	font-family: 'AvenirNext';
	font-style: normal;
	font-weight: 700;
    font-display: swap;
	src: url('../fonts/AvenirNext-Bold.ttf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: 'AvenirNext', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #FFDDCC;
    color: #00857D;
    font-family: 'AvenirNext', sans-serif;
    font-size: 20px;
    line-height: 1.25;
}

section .inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

.white {
    background-color: #FFFFFF;
}

.peach {
    background-color: #FFDDCC;
}

.green {
    background-color: #00837E;
}

h2 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #63656A;
    margin-top: 28px;
    margin-bottom: 38px;
}

p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #63656A;
}

p.eyebrow {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #00837E;
}

.green h2 {
    color: #FFFFFF;
}

.green p {
    color: #FFFFFF;
}

.green p.eyebrow {
    color: #FFDDCC;
}

#hero {
    display: block;
    width: 100vw;
    height: 0;
    padding-bottom: 40.92%;
    background-color: #00837E;
    background-image: url('../images/header.jpg');
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}

#heroCopy {
    width: 100%;
    max-width:900px;
    margin-top: 70px;
}

#hero #eyebrow {
    color: #FFDDCC;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 30.75px;
    letter-spacing: 1.2px;
}

#hero h1 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 41.25px;
    line-height: 45px;
    letter-spacing: 2.25px;
    margin-top: 10px;
    margin-bottom: 18px;
}

#hero p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.75px;
}

#logo {
    width: 539px;
    height: auto;
}

.container {
    position: relative;
    padding: 100px;
    max-width: 1600px;
    margin: 0 auto;
}

.container.short {
    padding: 71px 100px;
}

.container.flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#starterKit {
    position: relative;
    height: 820px;
    overflow: hidden;
}

#starterKit .container {
    position: relative;
    z-index: 5;
}

#starterKit p {
    width: 700px;
}

#kitImage {
    position: absolute;
    right: 0;
    top: -11%;
    height: 111%;
    width: auto;
}

#officePromotion {
    position: relative;
    height: 850px;
}

#officePromotion p {
    width: 580px;
}

#officePromo {
    position: absolute;
    right: 80px;
    top: 4%;
    height: 92%;
    width: auto;
}

#samples {
    position: relative;
    height: 650px;
    background-color: #00837E;
    background-image: url('../images/samples-image.jpg');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

#samples h2 {
    width: 720px;
    margin-bottom: 28px;
}

#samples p {
    width: 618px;
}

#leaveBehind {
    position: relative;
    height: 680px;
}

#leaveBehind .container {
    position: relative;
    z-index: 3;
}

#leaveBehind p {
    width: 440px;
}

#handout {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}

#footer {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 545px;
}

#footer img {
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 2400px) {
    /* #logo {
        width: 730px;
        height: auto;
    } */
    
    .container {
        padding: 100px;
        max-width: 1600px;
        margin: 0 auto;
    }

    section .inner {
        position: relative;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
    }
}

@media only screen and (max-width: 1800px) {
    h2 {
        font-size: 41px;
        line-height: 45px;
        letter-spacing: 0.05em;
        margin-top: 21px;
        margin-bottom: 28px;
    }
    
    p {
        font-size: 18px;
        line-height: 24.5px;
        font-weight: 400;
        color: #63656A;
    }
    
    p.eyebrow {
        font-size: 18px;
        line-height: 24.5px;
        font-weight: 600;
        color: #00837E;
    }
    
    #logo {
        width: 539px;
        height: auto;
    }

    #hero {
        display: block;
        width: 100vw;
        height: 0;
        padding-bottom: 47.92%;
        background-color: #00837E;
        background-image: url('../images/header.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    #heroCopy {
        max-width:675px;
        margin-top: 54px;
    }
    
    .container {
        padding: 100px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .container.short {
        padding: 71px 100px;
    }

    section .inner {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        height: 100%;
    }

    #starterKit {
        position: relative;
        height: 740px;
        overflow: hidden;
    }

    #officePromotion {
        position: relative;
        height: 755px;
    }

    #officePromo {
        right: 80px;
    }

    #officePromotion p {
        width: 435px;
    }

    #starterKit p {
        width: 530px;
    }

    #samples {
        height: 600px;
    }
    
    #samples h2 {
        font-size: 30px;
        line-height: 37.5px;
        width: 540px;
    }
    
    #samples p {
        width: 465px;
    }

    #leaveBehind {
        position: relative;
        height: 600px;
    }

    #footer {
        height: 408px;
    }
}

@media only screen and (max-width: 1500px) {
    #samples {
        height: 620px;
    }
}

@media only screen and (max-width: 1400px) {
    #heroCopy {
        max-width:572px;
        margin-top: 30px;
    }
    
    #hero #eyebrow {
        font-size: 20.5px;
        line-height: 27.75px;
    }
    
    #hero h1 {
        font-weight: 500;
        font-size: 38.25px;
        line-height: 41px;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    
    #hero p {
        font-size: 17px;
        line-height: 22.75px;
    }
    
    #logo {
        width: 450px;
        height: auto;
    }

    .container {
        padding: 100px;
    }

    .container.short {
        padding: 53px 100px;
    }

    #starterKit {
        height: 640px;
    }

    #officePromotion {
        position: relative;
        height: 600px;
    }

    #officePromo {
        right: 80px;
    }

    #leaveBehind {
        position: relative;
        height: 500px;
    }

    #samples {
        height: 520px;
    }
}

@media only screen and (max-width: 1300px) {
    #officePromo {
        right: 40px;
    }

    #starterKit p {
        width: 360px;
    }

    #samples h2 {
        width: 350px;
        margin-bottom: 28px;
    }
    
    #samples p {
        width: 380px;
    }

    #leaveBehind {
        position: relative;
        height: 440px;
    }
}

@media only screen and (max-width: 1200px) {
    #hero {
        display: block;
        width: 100vw;
        height: 0;
        padding-bottom: 52.92%;
        background-color: #00837E;
        background-image: url('../images/header.jpg');
        background-size: contain;
        background-position: bottom right -20px;
        background-repeat: no-repeat;
    }

    #heroCopy {
        max-width:500px;
        margin-top: 30px;
    }

    #hero h1 {
        font-weight: 500;
        font-size: 33.25px;
        line-height: 38px;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .container {
        padding: 70px;
    }

    .container.short {
        padding: 53px 70px;
    }
    #officePromo {
        right: 20px;
    }

    #starterKit p {
        width: 300px;
    }

    #samples p {
        width: 310px;
    }
}
@media only screen and (max-width: 1100px) {
    #starterKit {
        height: 550px;
    }

    #samples {
        height: 460px;
    }

    #leaveBehind {
        position: relative;
        height: 360px;
    }
}

@media only screen and (max-width: 1023px) {
    #tooSmall {
        display: flex;
    }
    
    .container {
        padding: 70px;
    }

    .container.short {
        padding: 45px 70px;
    }

    #footer {
        height: 360px;
    }
}