body {
font-family: 'Nunito Sans', sans-serif;
}

section.banner {text-align: center;background: url(../images/banner.jpg);display: -webkit-flex;display: inline-flex;-webkit-flex-direction: column;flex-direction: column;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;height: 80vh;padding-top: 30px;width: 100%;font-family: 'Lato', sans-serif;font-size: 18px;color: #fff;line-height: 26px;background-size: cover;}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.cta {
    background: #0e1419;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

section.cta h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

section.cta a {
    color: #ff8504;
    text-decoration: underline;
    padding-left: 20px;
}

section.pain-points {
    padding: 100px 0 170px;
    background: url(../images/tree_background.gif);
    color: #fff;
/* Set a specific height */
    height: auto;         /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.monetize {
    background: #383b3d;
    font-size: 12px;
    padding: 185px 0 65px;
    color: #fff;
    text-align: center;
    position: relative;
}

section.monetize h2 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.9px;
}
section.monetize ul li i {
    margin-bottom: 80px;
    display: block;
}
section.monetize ul li {
    display: inline-block;
    width: 32.3%;
    padding: 30px 30px 0px 30px;
    margin-bottom: 50px;
}
 
section.monetize ul li h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 300;
    margin: 20px 0 40px;
    line-height: 24px;
}

section.monetize ul li p {
    line-height: 24px;
    font-size: 12px;
}

section.monetize ul {
    padding: 80px 0 0;
}

section.monetize a {
    display: inline-block;
    border: 1px solid;
    padding: 10px 30px;
    border-image: linear-gradient(to top, #fd9914 0%,#f34e15 100%);
    border-image-slice: 1;
    border-width: 2px;
    color: #fff;
    -ms-transform: skew(20deg,10deg); /* IE 9 */
    -webkit-transform: skew(20deg,10deg); /* Safari */
    transform: skew(-20deg,0deg); /* Standard syntax */
}
section.updates {
    background: #000;
    text-align: center;
    padding: 80px 0;
    color: #fff;
}

section.updates h2 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-weight: 200;
}

section.updates p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

section.updates form input, section.updates form button {
    border: 2px solid #343434;
    padding: 10px 40px;
    background: none;
    border-image-slice: 1;
    border-width: 2px;
    color: #fff;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(-20deg,0deg);
    font-size: 14px;
    margin: 0 2px;
}

section.updates form input[type="submit"], section.updates form button {
    border-image: linear-gradient(to top, #fd9914 0%,#f34e15 100%);
    border-image-slice: 1;
    border-width: 1px;
    color: #fff;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(-20deg,0deg);
}

footer {
    background: #0e0e0f;
    text-align: center;
    color: #fff;
    padding: 40px 0 !important;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: #fff;
    padding: 0 30px;
}

footer img {
    display: inline-block;
    max-width: 170px;
    margin: 20px 0 0;
}
section.pain-points h2 {
    text-align: center;
    color: #ff8504;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

section.pain-points h2+p {
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    width: 970px;
    margin: 0 auto;
}

section.pain-points ul li {
    background: #181e23;
    width: 370px;
    padding: 50px  30px;
    /* margin: 0 0 20px; */
    border-radius: 10px;
    display: block;
    position: relative;
    margin-top: 40px;
}

section.pain-points ul li h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #ff8504;
    margin: 0 0 10px;
}

section.pain-points ul li p {
    font-size: 12px;
}

section.pain-points ul li:nth-child(odd){
    float: right;
}

section.pain-points ul li:nth-child(even) {
    float: left;
}

section.pain-points ul {
    display: block;
    width: 82%;
    margin: 0 auto;
    margin-top: 90px;
}

section.pain-points ul li:nth-child(even)+section.pain-points ul li:nth-child(even) {}

section.pain-points ul li:nth-child(2) {
    margin-top: 220px;
}

 img.about-bullet {
    max-width: 470px;
    position: absolute;
    left: 0;
    margin-left: 329px;
    margin-top: -40px;
}

section.pain-points ul li:nth-child(5) {
    margin-top: 200px;
}

section.pain-points ul li:nth-child(4) {
    margin-top: 160px;
}

section.pain-points ul li:nth-child(3) {
    margin-top: 160px;
}
header .col-md-2 a {
    display: inline-block;
    border: 1px solid;
    padding: 10px 30px;
    border-image: linear-gradient(to top, #fd9914 0%,#f34e15 100%);
    border-image-slice: 1;
    border-width: 2px;
    color: #fff;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(-20deg,0deg);
    margin-top: 40px;
}

header .col-md-2, header .col-md-7, header .col-md-3 {
    padding: 0;
    text-align: center;
}

header .row {
    margin: 0;
}

header nav.navbar.navbar-default {
    text-align: center;
    margin-top: 30px;
}

header ul.nav.navbar-nav {
    width: 100%;
    float: none !IMPORTANT;
    text-align: center;
}

header ul.nav.navbar-nav li {
    text-align: center !important;
    float: none;
    display: inline-block;
}

section.banner h2 {
    font-size: 82px;
    background: -webkit-linear-gradient(#fc9614, #f35115);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

section.banner h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

section.banner a {
    display: inline-block;
    /* border: 1px solid; */
    /* padding: 10px 30px; */
    /* border-image: linear-gradient(to top, #fd9914 0%,#f34e15 100%); */
    /* border-image-slice: 1; */
    /* border-width: 2px; */
    /* color: #fff; */
    -ms-transform: skew(20deg,10deg);
    /* -webkit-transform: skew(20deg,10deg); */
    /* transform: skew(-20deg,0deg); */
    margin-top: 30px;
    /* background: linear-gradient(to top, #fd9914 0%,#f34e15 100%); */
    /* -webkit-transition: all .2s ease-in; */
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    /* transition: all .2s ease-in; */
}
section.banner a:hover {
    /* transform: skew(0deg); */
}
header .col-md-2 a:hover {
    background: linear-gradient(to top, #fd9914 0%,#f34e15 100%);
}

section.monetize a:hover {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: linear-gradient(to top, #fd9914 0%,#f34e15 100%);
    color: #fff;
}
header ul.nav.navbar-nav li a {
    padding: 0 25px;
}

header div#navbar {
    text-align: center;
}


section.banner .points {
    background: #16181a;
    width: 200px;
    position: absolute;
    border-left: 3px solid #f99d1b;
    padding: 15px;
    left: 16px;
    top: 150px;
}

section.banner .points h2 {
    font-size: 15px;
    line-height: inherit;
    background: none;
    -webkit-text-fill-color: inherit;
    display: block;
    margin: 0;
}

section.banner .points b {
    color: #27cf00;
    display: inline-block;
    text-align: left;
    float: left;
    display: none;
}

section.banner .points b+b {
    display: inline-block;
    float: right;
    display: none;
}

section.banner .points span {
    display: block;
    font-size: 29px;
    margin: 15px 0 15px;
    color: #27cf00;
}
header img {
    max-width: 177px;
    margin: 32px 0 0;
    clear: both;
    display: block;
}
section.monetize ul li:after {
    content: "";
    border-width: 1px;
    border-color: rgb(255, 133, 4);
    border-style: dashed;
    position: absolute;
    right: -80px;
    top: 97px;
    width: 142px;
    height: 0px;
    z-index: 0;
}

section.monetize ul li {
    position: relative;
}

section.monetize ul li:last-child:after {
    display: none;
}
section.pain-points .col-md-12 {
    position: relative;
}
section.monetize a span {
    display: inline-block;
    transform: skew(21deg);
}

section.updates ::-webkit-input-placeholder {
    display: inline-block;
    transform: skew(21deg);
}
img.youtube-btn {
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -68.5px;
}
 
 header .col-md-2 a span {
    display: inline-block;
    transform: skew(21deg);
}
 

section.updates form button span {
    display: inline-block;
    transform: skew(21deg);
}
footer ul li a:hover, footer ul li a.active {
    color: #fc9214;
}
section.pain-points:after {
    content: "";
    background: url(../images/border.png);
    height: 243px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    background-size: 100%;
    bottom: -1px;
    background-position: bottom;
}
header .col-md-3:first-child {
    text-align: left;
}
section.pain-points ul li h3.color-green {
    color: #188200;
}

section.pain-points ul li h3.color-red {
    color: #c71c1e;
}

section.pain-points ul li h3.color-dgreen {
    color: #188200;
}