/** Typography **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 140%;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    font-size: 1.2rem;
    line-height: 140%
}

a.primary-button {
    color: #ffffff;
    background-color: #379A3D;
    padding: 15px 40px;
    font-weight: 500;
    text-decoration: none;
}

a.primary-button:visited {
    color: #ffffff;
}


/** colors **/

.primary-color {
    color: #379A3D;
}

.primary-background {
    background-color: #379A3D;
}

.svg-primary-color {
    filter: invert(50%) sepia(82%) saturate(439%) hue-rotate(74deg) brightness(84%) contrast(81%);
}

.svg-black-color {
    filter: invert(100%)
}

/** Layout **/

.separator-mark,
.separator-mark-light {
    width: 100%;
    height: 8px;
    background-color: #379A3D;
    margin: 30px auto;
}

.separator-mark-light {
    width: 90%;
    background-color: #D2F5D9;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.show {
    display: block !important;
}

/** page content **/

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

#main-container {
    max-width: 1100px;
    margin: auto;
    padding: 0px 60px;
    background-color: #ffffff;
}

/** header and navigation **/

header {
    padding: 20px 0px;
    display: flex;
}

header img {
    height: 40px;
    width: auto;
    filter: invert(100%);
}

.logo {
    font-size: 1.2rem;
    width: auto;
    padding: 10px;
}

nav {
    text-transform: uppercase;
    margin-left: auto;
    margin-right: 0px;
}

nav ul {
    list-style: none;
    font-size: 1rem;
}

nav li {
    display: inline;
    padding: 0px 0px 0px 60px;
}

nav li a {
    text-decoration: none;
    color: #000000;
}

nav li a:hover {
    text-decoration: underline;
    color: #000000;
}

nav li a:visited {
    color: #000000;
}


#navigation-menu-icon {
    display: none;
    padding: 0px;
}

#navigation-menu-icon.active {
    background-color: #D2F5D9;
}

#navigation-menu-icon:hover {
    background-color: #D2F5D9;
}

#mobile-nav {
    display: none;
    background-color: #379A3D;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


#mobile-nav li {
    display: block;
    padding: 15px;
    text-align: center;
}

#mobile-nav li a {
    color: #ffffff;
}



/** sections **/

#hook-section {

    background-image: url(../images/happy-team.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 0px;
    min-height: 580px;
}


#hook-text h1 {
    width: 56%;
    padding-bottom: 50px;
}

#hook-text p {
    width: 25%;
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 40px;
}

#hook-image {
    padding: 0%;
    margin: auto;
    display: none;
    width: 100%;
}

#feature-section h2 {
    text-align: center;
    padding: 5%;
}

.feature-box {
    flex: 240px;
    padding: 20px;
    text-align: center;
}

.feature-box img {
    height: 60px;
    margin: auto;
    margin-bottom: 5%;
    filter: invert(50%) sepia(82%) saturate(439%) hue-rotate(74deg) brightness(84%) contrast(81%);
}

.feature-box p {
    width: 80%;
    margin: 20px auto;
}

#feature-section .cta {
    padding: 6%;
    text-align: center;
}


#quote-section {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px 8%;
    margin: 80px 0px;
}

#quote-container {
    width: 90%;
    margin: auto;
}

#quote-container #quote-text {
    margin: 0px auto;
    flex: 40%;
}

#quote-container #quote-text h1 {
    font-style: italic;
    line-height: 110%;
}

#quote-container #quote-text p {
    font-size: 1.5rem;
}

#quote-container #quote-image {
    width: 260px;
}

#final-cta-section {
    margin: 80px 0px;
    background-image: url(../images/simple-circle.svg);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: 0px 20px;
}

#final-cta-box {
    flex: 50%;
    padding-top: 20px;
    padding-right: 15%;
    padding-bottom: 40px;
}

#final-cta-box strong {
    color: #379A3D;
}

#who-are-you {
    flex: 30%;
}

#who-are-you h2 {
    font-weight: bold;
    color: #379A3D;
}


/** footer  **/

footer {
    background-color: #379A3D;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 10px 80px;
}

footer p {
    font-size: 0.8rem;
}

footer div ul {
    list-style: none;
    padding: 0px;
    padding-right: 60px;
}

footer div li {
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 1rem;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

footer a:visited {
    color: #ffffff;
}

.footer-logo {
    background-image: url(../images/logo_sharylist_mono.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50% 1em;
    width: 80px;
    margin-left: auto;
}

.footer-block {
    flex: 33%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 960px) {

    nav #navigation-menu-icon {
        display: inline-block;
    }

    .nav-item {
        display: none;
    }


    #hook-section {
        background: none;
    }

    #hook-text h1 {
        width: 100%;
        padding: 0px;
    }

    #hook-text p {
        width: 100%;
    }

    #hook-image {
        display: block;
    }


}

@media (max-width: 600px) {

    #main-container {
        padding: 0px 25px;
    }

    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1.0rem;
        line-height: 140%
    }

    #final-cta-box {
        padding-right: 0px;
        flex: 100%;
    }
}