body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

#mainNav {
    min-height: 56px;
    background-color: #fff
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #ff8655;
    border: 1px solid #ff8655
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

#mainNav .nav-link strong {
    font-style: italic;
    font-size: 1.1rem;
}

#mainNav .nav-link span {
    font-size: 0.9rem;
    color: #161616;
    display: block;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color .3s ease-in-out
    }
    #mainNav .navbar-brand {
        /*padding: .5rem 0;*/
        color: rgba(255, 255, 255, .5)
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 3rem;
        color: #fff;
    }
    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }
    #mainNav .nav-link:active {
        color: #fff
    }
    #mainNav.navbar-shrink {
        background-color: rgba(255, 255, 255, .95)
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        /*padding: 1.5rem 1.5rem 1.25rem;*/
        /*border-bottom: .25rem solid transparent*/
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #f7a627
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #ffd28c
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #f7a627;
        outline: 0;
        border-bottom: .25rem solid #f7a627
    }
    #mainNav .nav-link span {
        display: block;
        text-align: center;
        font-size: 0.9rem;
        color: #161616
    }
    .col-member:nth-child(2) {
        top: -200px;
    }
    .row-member {
        margin-top: 200px
    }
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    /*header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }*/
    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.features-icons .features-icons-item {
    max-width: 24rem;
}

.features-icons-item h3 {
    font-size: 2rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("/landing_page/v2-2018/bg-mo.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


/* customize */

@media screen and (max-width: 992px) {
    .header-image {
        padding-top: 138px;
    }
    #logo {
        max-width: 85%;
    }
}

h3.mb-5 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.col-member {
    position: relative;
}

.col-member .col-img-content {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 10px;
    text-align: justify;
    font-size: 1rem;
    color: #222;
}

.col-member .col-img-content h3 {
    font-size: 1.5rem;
}

.col-member .col-img-content p {
    font-style: italic;
}

.col-member:first-child h3 {
    color: #1e292d;
}

.col-member:nth-child(2) h3 {
    color: #86cbc7;
}

.col-member:last-child h3 {
    color: #e3424d;
}

ul.order-guide {
    margin-top: 80px;
}

ul.order-guide li {
    padding-bottom: 20px;
    padding-left: 60px;
}

ul.order-guide li:first-child {
    background: url('/landing_page/v2-2018/1.jpg') no-repeat top left;
}

ul.order-guide li:nth-child(2) {
    background: url('/landing_page/v2-2018/2.jpg') no-repeat top left;
}

ul.order-guide li:nth-child(3) {
    background: url('/landing_page/v2-2018/3.jpg') no-repeat top left;
}

ul.order-guide li:nth-child(4) {
    background: url('/landing_page/v2-2018/4.jpg') no-repeat top left;
}

ul.order-guide li:nth-child(5) {
    background: url('/landing_page/v2-2018/5.jpg') no-repeat top left;
}

ul.order-guide li:nth-child(6) {
    background: url('/landing_page/v2-2018/6.jpg') no-repeat top left;
}

ul.order-guide li:last-child {
    background: url('/landing_page/v2-2018/7.jpg') no-repeat top left;
}

section.reason {
    padding: 120px 0;
    background: #ededed;
}

section.reason h3 {
    color: #111435;
    font-style: italic;
    margin-bottom: 50px;
}

section.reason li {
    color: #131313;
    margin-bottom: 20px;
    font-size: 1.1rem
}

footer {
    background: url('/landing_page/v2-2018/footer-bg.jpg') no-repeat;
    background-size: cover;
    color: #131313;
}

.footer-main {
    padding: 50px 0;
}

.footer-main p {
    font-size: 1.5rem;
}

.footer-main h3 {
    color: #fff;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: bold;
    margin: 20px 0;
}