#landing-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 6px;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#landing-navigation a {
    text-decoration: none;
    color: #191919;
    padding: 10px;
}

.splash {
    margin: -13px auto 0 auto;
    position: relative;
    height: 640px;
    overflow: hidden;
    max-width: 2000px;
}

.splash-image {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.splash-card {
    position: absolute;
    bottom: 35px;
    right: 60px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 16px 0 #00000042;
    box-shadow: 0 0 16px 0 #00000042;
    padding: 40px;
    color: #404040;
    width: 482px;
}

.splash-card-header {
    margin: 5px 0;
}

.splash-button {
    padding: 10px 20px;
    background-color: #303030;
    color: #FFF;
    border-radius: 60px;
    text-decoration: none;
    margin-top: 35px;
    text-align: center;
    display: block;
}

.segment {
    padding-bottom: 55px;
    overflow: hidden;
}

.inner-segment {
    max-width: 1350px;
    margin: 0 auto;
}

.category-segment {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 -42px 0 #f9f9f9;
    box-shadow: 0 -42px 0 #f9f9f9;
}

.underline-purple {
    -webkit-box-shadow: 0 4px 0 #b1a2bd;
    box-shadow: 0 4px 0 #b1a2bd;
}

.category-header-segment {
    text-align: center;
    margin: 42px 0;
}

.category-body-segment {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 301px);
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.category-card {
    background-color: #FFF;
    padding: 21px;
    text-decoration: none;
    color: #444444;
    -webkit-box-shadow: 0 0 4px 1px #00000014;
    box-shadow: 0 0 4px 1px #00000014;
}

.category-card img {
    width: 100%;
    background-color: #d8d8d8;
    -webkit-box-shadow: 4px 4px 0 #b1a2bd;
    box-shadow: 4px 4px 0 #b1a2bd;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.category-card:hover img,
.category-card:focus img {
    -webkit-box-shadow: 0 0 0 #b1a2bd;
    box-shadow: 0 0 0 #b1a2bd;
}

.category-card h1 {
    text-align: center;
    margin: 10px 0 0 0;
}

.transition-wave {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    vertical-align: top;
}

.transition-wave.wave-2 {
    height: 47px;
}

.info-segment {
    background-color: #eaeaea;
}

.segment-card {
    background-color: #FFF;
    width: 400px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px 0px #0000004d;
    box-shadow: 0 0 4px 0px #0000004d;
    text-decoration: none;
    color: #404040;
    border-radius: 15px;

    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.segment-card > img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
}

.segment-card:hover {
    -webkit-box-shadow: 0 7px 20px 2px #00000040;
    box-shadow: 0 7px 20px 2px #00000040;
}

.help-segment .segment-card .segment-image {
    -webkit-box-shadow: 0 5px 0 #7d9c76;
    box-shadow: 0 5px 0 #7d9c76;
}

.info-segment .segment-card .segment-image {
    -webkit-box-shadow: 0 5px 0 #bd817d;
    box-shadow: 0 5px 0 #bd817d;
}

.body-segment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.segment-card p, .segment-card h1 {
    padding: 0 12px 0 12px;
}

.continue-reading img {
    height: 12px;
    top: 1px;
    left: 7px;
    position: relative;
}

.help-segment {
    background-color: #f9f9f9;
}

.header-segment h1 {
    margin-bottom: 0;
    font-weight: 500;
}

.header-segment p {
    margin-top: 12px;
    margin-bottom: 33px;
}

.header-segment {
    padding-left: 32px;
    line-height: 1;
}

.info-segment .header-segment {
    -webkit-box-shadow: inset 15px 0 0 #bd817d;
    box-shadow: inset 15px 0 0 #bd817d;
}

.help-segment .header-segment {
    -webkit-box-shadow: inset 15px 0 0 #7d9c76;
    box-shadow: inset 15px 0 0 #7d9c76;
}

.show-all-arrow span {
    color: white;
}

.show-all-arrow:after {
    border-left: 28px solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -28px;
    top: 0;
}

.show-all-arrow {
    height: 40px;
    padding: 8px 15px;
    margin-right: 50px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    float: right;
}

.show-all-arrow.info-arrow:after {
    color: #bd817d;
}

.show-all-arrow.info-arrow {
    background-color: #bd817d;
}

.show-all-arrow.help-arrow:after {
    color: #7d9c76;
}

.show-all-arrow.help-arrow {
    background-color: #7d9c76;
}

@media (max-width: 75em) {
    .body-segment {
        justify-content: space-around;
    }
}

@media (max-width: 48em) {
    .header-segment h1 {
        font-size: larger;
    }

    .header-segment p {
        font-size: smaller;
    }

    .show-all-arrow {
        font-size: 16px;
    }

    .body-segment {
        flex-direction: column;
        align-items: center;
    }

    .segment-card {
        margin: 0 10px 30px 10px;
        width: unset;
        max-width: 400px;
    }

    .splash-card {
        bottom: 14px;
        margin: 0 auto;
        position: sticky;
    }

    .splash {
        margin: 0 auto;
        background: #f9f9f9;
    }

    #landing-navigation {
        font-size: large;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: -6px;
    }

    #landing-navigation a {
        padding-left: 16px;
        width: 100%;
        text-align: center;
        background: white;
        margin-bottom: 4px;
        border-radius: 18px;
    }
}

@media (max-width: 610px) {
    .splash-card {
        width: 100%;
        padding: 20px;
    }

    #landing-navigation {
        display: none;
    }
}
