/* doFollow Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Parallax Elements
8. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-scale-pulse {
    color:#20c3b2;
}

a:hover, #header.nav-solid nav a:hover, .team-member a:hover i  {
    color:#20c3b2;
}


/* Default Icon Color */

.icon i, i {
    color:#20c3b2;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#fff;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#ffffff;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #ffce19;
    border-color: #20c3b2;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#20c3b2;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing {
    color:#333333;    
}


/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}

.secondary-color, .secondary-color .section-title, .secondary-color .section-subtitle  {
    color:#333;   
}

/* Secondary Icon Colors */

.secondary-color .icon i, .secondary-color i {
    color:#f9aa5c;
}



/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner, #dofollow-contact {
    background: #ffffff;
    background-size:cover;
}

#dofollow-contact {
    background: #7ec58f;
}

#dofollow-contact .signup.btm {
    background: #69a172;
    padding-top: 25px;
}

/* Banner Icon Color */

#banner i, #banner a i, .play-icon {
    color: #fff;
}

header#banner {
    position: relative;
    background: #323232;
    padding: 40px 0;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Roboto', sans-serif;
    font-size:14px; 
    font-weight:normal;
    color:#333;
}


/* Banner Typography */

#banner, #dofollow-contact {
    color: #fff;
}

#banner h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 0.9em;
    padding: 0;
    text-align: center;
}

#banner ul {
    list-style: none;
    margin-top: 35px;
}

#banner ul li {
    font-size: 32px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

#banner ul li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46c9f6;
    position: absolute;
    top: 42%;
    left: 0;
}


/* Section Title and Subtitle */

.section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
    color: #333333;
}

/* Testimonial */

.testimonial q {
    font-family: 'Roboto', sans-serif;
    font-size: 17px; 
    font-weight:300;
    color:#333;
}

/* Pricing Table */

.pricing-block-content {
    color:#333;
}

/* Standard Headings h1-h6 */

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px; 
    font-weight:300;
    color:#333;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px; 
    font-weight:300;
    color:#333;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    padding: 8px 0 40px;
    letter-spacing: -0.5px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px; 
    font-weight:400;
    color:#333;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px; 
    font-weight:400;
    color:#333;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px; 
    font-weight:400;
    color:#333;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color:#ffffff;
    line-height: 1em;
}


/* Button Color */

.button, input[type="submit"] {
    background:#ffce19;
    border-color:#ffce19;
}

/* Button Hover Color */

.button:hover, input[type="submit"]:hover {
    background: #ffffff;
    color: #ffce19;
} 

.button:hover, .button:hover i,  input[type="submit"]:hover {
    color:#ffce19;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Roboto', sans-serif;
    font-size:16px; 
    font-weight:normal;
    color:#fff;
}


/* Button Color */

#banner .button, #dofollow-contact .button {
    background:none;
    border-color:#fff;
}

.button i, #dofollow-contact .button i {
    color:#fff;
}


/* Button Hover Color */

#banner .button:hover, #dofollow-contact .button:hover {
    background:#fff;
} 

#banner .button:hover, #banner .button:hover i,  #dofollow-contact .button:hover, #dofollow-contact .button:hover i {
    color:#f9aa5c;
    border-color:#fff;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Parallax */
/*------------------------------------------------------------------------------------------*/

.banner-parallax-3 {
    background:url("../images/prllx.jpg") no-repeat center center #222222;
    background-size: cover;
    position: relative;
    display: block;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    background-color:#53565b;
    padding: 0;
}

#landing-footer p {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    text-align: right;
    color: #ffffff;
}

#landing-footer a:hover {
    opacity: 0.65;
    text-decoration: underline;
}


/* Footer Icon Color */

#landing-footer i {
    color: #999;
}





