body {
    font-family: 'Exo 2', sans-serif;
}

header {
    border-bottom: solid 1px #000;
}

h2 {
    font-weight: 700;
    font-size: 3rem;
    padding: 2rem;
}

.card-body h3 {
    padding: 1.5rem 0 0 0;
    color: #583685;
    font-weight: 700;
}

.card-icon {
    margin-top: 1rem 0;
}

.card-text {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 1rem;
}

.navbar-brand img {
    height: 80px;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.card {
    border-radius: 0!important;
    background-color: #F1F1F2;
    border-color: #CDCCCC;
}


/* == HERO == */

.hero-bg {
    background-image: url(../img/home-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.hero {
    padding: 4rem 0;
    background-color: rgba(88, 54, 133, .6);
    color: #fff;
}

.hero-text {
    display: block;
    padding-bottom: 3rem;
    font-weight: 700;
    font-size: 3.5rem;
}

.hero-sticker img {
    height: 70px;
    padding: 0 1rem;
}

/* == NEW WAYS TO EARN == */

.new-ways-to-earn-bg {
    background-image: url(../img/new-ways-to-earn.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.new-ways-to-earn {
    padding: 3rem 0;
    background-color: rgba(51, 81, 103, .6);
    color: #fff;
}

.new-ways-to-earn-text {
    display: block;
    padding: 2rem 0;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.25rem;
}

/* == DID YOU KNOW == */

.did-you-know-bg {
    background-image: url(../img/did-you-know.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.did-you-know {
    padding: 3rem 0;
    background-color: rgba(88, 54, 133, .6);
    color: #fff;
}

.did-you-know-text {
    display: block;
    padding: 2rem 0;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.25rem;
}

/* == HOW TO EARN == */

.how-to-earn {
    padding-bottom: 3rem;
}

/* == WHY INVEST == */

.why-invest-bg {
    background-image: url(../img/why-invest.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-invest {
    padding: 3rem 0;
    background-color: rgba(88, 54, 133, .6);
    color: #fff;
}

.why-invest-text {
    display: block;
    padding: 2rem 0;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.25rem;
}

/* == HOW TO GET == */

.how-to-get {
    padding-bottom: 3rem;
}

.how-to-get-footer {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    padding: 2rem 5rem 0 5rem;
}

.how-to-get-footer strong {
    font-weight: 700;
}

/* == GET STARTED == */

.get-started-bg {
    background-image: url(../img/get-started.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-started {
    padding: 2rem 0 2.5rem 0;
    background-color: rgba(33, 51, 67, .85);
    color: #fff;
    margin-bottom: 1rem;
}

.get-started-text {
    display: block;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 700;
}

.get-started-sticker img {
    height: 70px;
    padding: 0 1rem;
}

/* == WHICH PACKAGE == */

.which-package {
    padding: 3rem 0;
    background-color: rgba(58, 36, 85, .6);
    color: #fff;
}

.which-package-text {
    font-size: 3.5rem;
    line-height: 4.25rem;
    font-weight: 700;
}

/* == FEATURED ON == */

.featured-on {
    padding: 3rem 0;
}

.featured-on-header {
    display: block;
    text-align: center;
    font-size: 2.25rem;
    padding: 0 2rem 2rem 2rem;
    font-weight: 300;
}

.featured-on-link {
    display: block;
    color: #583685;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
}

.featured-on-thumbnail {
    display: block;
    border: solid 1px #A3A3A3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 1rem;
}

.featured-on-thumbnail-1 {
    background-image: url(../img/featured-on-1.jpg);
}

.featured-on-thumbnail-2 {
    background-image: url(../img/featured-on-2.jpg);
}

.featured-on-thumbnail-3 {
    background-image: url(../img/featured-on-3.jpg);
}

.featured-on-thumbnail-4 {
    background-image: url(../img/featured-on-4.jpg);
}

.featured-on-thumbnail-5 {
    background-image: url(../img/featured-on-5.jpg);
}

/* == GET STARTED NOW == */

.get-started-now-bg {
    background-image: url(../img/get-started-now.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-started-now {
    padding: 3rem 0;
    background-color: rgba(88, 54, 133, .6);
    color: #fff;
}

.get-started-now-text {
    font-size: 3.5rem;
    font-weight: 900;
}

/* == EMPIRE EARNER == */

.empire-earner {
    padding: 5rem 0;
    background-color: rgba(51, 81, 103, .6);
    color: #fff;
    margin-bottom: 1rem;
}

.empire-earner-text {
    display: block;
    font-size: 3.5rem;
    line-height: 4.25rem;
    font-weight: 700;
}

/* == CONTACT == */

.contact-text {
    display: block;
    padding: 2rem 2rem;
    font-size: 2.25rem;
    font-weight: 300;
    text-align: center;
}

.contact-text strong {
    font-weight: 500;
}

/* == FOOTER == */

.footer {
    background-color: #131a22;
    padding: 2rem 0;
    color: #777;
    font-size: 1rem;
    font-weight: 300;
}

.footer-logo {
    width: 100%;
    max-width: 300px;
    padding-bottom: 2rem;
}

.footer a {
    color: #777;
}

.footer a:hover {
    color: #666;
    text-decoration: underline;
}

hr.white {
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer-brand-links a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff!important;
    font-weight: 300;
}

.footer-brand-links a strong {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff!important;
    font-weight: 700;
}

@media (max-width: 767px) {

    h2 {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 2rem;
    }

    .get-started-sticker img,
    .hero-sticker img {
        height: 50px;
        padding: 0 .5rem;
    }

    .empire-earner-text,
    .which-package-text,
    .why-invest-text,
    .did-you-know-text {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    .get-started-text {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .card-body h3 {
        font-size: 1.75rem;
    }

    .card-text {
        font-size: 1rem;
    }

    .how-to-get-footer {
        font-size: 1.5rem;
        padding: 2rem 0 0 0;
    }

    .featured-on-header {
        font-size: 1.5rem;
        padding: 0 0 2rem 0;
    }

    .featured-on-link {
        display: block;
        font-size: 1rem;
        padding-bottom: 2rem;
    }

    .contact-text {
        font-size: 1.5rem;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }
}

@media (max-width: 575px) {

    .get-started-now-text {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .get-started-sticker img,
    .hero-sticker img {
        height: 50px;
        padding: 0 .5rem;
    }

}

.footer-social-icon li{
	margin-right:25px !important;
}