/* HTML Styles */

html {
    scroll-padding-top: 225px;
}


/* Text Styles */

h1 {
    color: #93D500;
    font-family: europa, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
}

h2 {
    color: #fff;
    font-family: europa, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-align: center;
}

h3 {
    color: #000;
    font-family: europa, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

p,
li {
    font-family: europa, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}


/* Triangle below heading bars */

.section-bar {
    text-align: center;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0;
    position: relative;
}

.section-bar:after {
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    border-top: solid 40px #000;
    content: '';
    height: 0;
    left: calc(50% - 50px);
    position: absolute;
    top: 98.1%;
    width: 100px;
    z-index: 1;
}

.section-bar.green:after {
    border-top-color: #93D500;
}

.section-bar.white:after {
    border-top-color: #fff;
}

.fifty:before {
    background: green;
    height: 50px;
    display: block;
    content: '';
}


/* section styles */

.section {
    display: flex;
    justify-content: center;
}

.section.row {
    margin: 0;
    padding: 80px 40px;
}

.section h3 {
    margin-bottom: 50px;
    text-align: center;
}

.section-bar {
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.section-img img {
    width: 100%;
}

.section-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.section-icons img {
    width: 125px;
    padding: 15px;
}

.section-content ul {
    margin-left: 100px;
    text-indent: -75px;
}

.section-content li {
    margin: 20px 0;
}

.section-intro {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 550px;
    text-align: center;
}

.section-content ul {
    list-style-type: none;
}

.section-content ul li:before {
    content: url('img/green-check.png');
    padding-right: 15px;
}

.section-content ul.purple-checks li:before {
    content: url('img/purple-check.png');
}

.image-quote-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.li-text {
    margin-left: 25px;
    vertical-align: text-top;
}

.black {
    background-color: #000;
    color: #fff;
}

.black span {
    color: #93D500;
}

.green {
    background-color: #93D500;
    color: #fff;
}

.green span {
    color: #000;
}

.white {
    background-color: #fff;
    color: #000;
}

.white span {
    color: #93D500;

}

.quotation {
    margin-top: 40px;
    text-align: center;
}

/* feature section styles */
.feature-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    padding: 80px 40px;
    position: relative;
    width: 100%;
}

.feature-section-2 {
    background-image: url("img/featuresection2-bg.png");
}

.feature-section-3 {
    background-image: url("img/featuresection3-bg.png");
}

.feature-section-4 {
    background-image: url("img/featuresection4-bg.png");
}

.feature-section-5 {
    background-image: url("img/featuresection5-bg.png");
}

.feature-section:before {
    background-image: linear-gradient(to bottom right, #000, #000);
    bottom: 0;
    content: '';
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}

.feature-section .section-intro {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px;
    max-width: 1000px;
    padding: 20px;
    text-transform: uppercase;
    z-index: 1;
}

.feature-section .section-sub-intro {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 20px auto 40px auto;
    max-width: 700px;
    text-align: center;
    z-index: 1;
}

.feature-section .section-list {
    color: white;
    font-style: italic;
    margin: 30px auto;
    max-width: fit-content;
    z-index: 1;
}

.feature-section .section-list li {
    font-size: 33px;
    line-height: 66px;
}

/* Footer */

footer {
    background: #000;
    color: #fff;
    height: auto;
    margin: 0;
    min-height: 200px;
    padding: 50px 25px 0 25px;
}

.row.footer-row {
    margin: 0;
}

footer p {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #93D500;
}

.metro {
    font-size: 24px;
    font-weight: 100;
}

.metro-bold {
    font-weight: 700;
}

.footer-connect {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-social-links-wrapper {
    display: flex;
    justify-content: end;
    padding-right: 25px;
}

.footer-social-link {
    margin: 0 8px;
}

.row.footer-links {
    margin-top: 100px;
}

#nav-logo {
    max-width: 333px;
    max-height: 122px;
}


/* mobile styles */

@media (max-width: 992px) {
    .footer-social-links-wrapper {
        justify-content: start;
    }
}