/* 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:#C84442;
}

a:hover, #header.nav-solid nav a:hover, .team-member a:hover i  {
    color:#C84442;
}


/* Default Icon Color */

.icon i, i {
    color:#C84442;
}


/*------------------------------------------------------------------------------------------*/
/* 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:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #C84442;
    border-color: #C84442;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#C84442;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing {
    color:#fff;    
}


/* 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:#C84442;
}



/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner, #dofollow-contact {
    background: url("../images/banner-images/banner-image-1.jpg") no-repeat center top;
    background-size:cover;
}


/* Banner Icon Color */

#banner i, #banner a i, .play-icon {
    color: #fff;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px; 
    font-weight:normal;
    color:#333;
}

/* Logo, if you are using Fonts as Logo and not image */

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}


/* Banner Typography */

#banner, #dofollow-contact {
    color: #fff;
}

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:44px;
    color:#fff;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    line-height: 26px;
    color:#fff;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#333;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:300;
    color:#999;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
    color:#333;
}

/* Pricing Table */

.pricing-block-content {
    color:#333;
}

/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#333;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#333;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:300;
    color:#333;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#333;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#333;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#333;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"] {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px; 
    font-weight:normal;
    color:#fff;
}


/* Button Color */

.button, input[type="submit"] {
    background:#C84442;
    border-color:#C84442;
}

.button i {
    color:#C84442;
}

/* Button Hover Color */

.button:hover, input[type="submit"]:hover {
    background:none;
} 

.button:hover, .button:hover i,  input[type="submit"]:hover {
    color:#C84442;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    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:#C84442;
    border-color:#fff;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Parallax */
/*------------------------------------------------------------------------------------------*/

.banner-parallax-1 {
    background:url(../images/parallax-images/parallax-1.png) no-repeat #C84442;
}

.banner-parallax-2 {
    background:url(../images/parallax-images/parallax-2.jpg) no-repeat;
}

.banner-parallax-3 {
    background:url(../images/parallax-images/parallax-3.jpg) no-repeat;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
      background-color: #772828;
      color:#fff;
}

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#fff;
}

/* Footer Icon Color */

#landing-footer i {
    color:#fff;
}

@media only screen and (max-width: 1024px) {
#banner h1 {
    font-size:30px;
    line-height: 38px;
    margin-top:0;
}

#banner h2 {
    font-size:18px;
}

}

.white {
    color:#fff;
}

.white:hover {
    color:#fff;
    text-decoration: underline;
}

.top50 {
    padding-top:50px;
}

@media only screen and (max-width: 1000px) {
.hidey {
    display:none;
}
.icon-block-description {
    padding-right:20px;
}
}

@media only screen and (max-width: 1600px) {
    #banner-content.row {
    padding-top:140px;
    padding-bottom:100px;
}

#about .row {
  padding-top:20px;
}

#keyfeatures .row {
  padding-top:20px;
}
    }

@media only screen and (min-width: 1600px) {
        #about.row {
    padding-top:300px;
    padding-bottom:300px;
}

        #faq.row {
    padding-top:300px;
    padding-bottom:300px;
}
    #keyfeatures.row {
    padding-top:300px;
    padding-bottom:300px;
}

}

@media only screen and (min-width: 1024px) {
.mds-banner {
  border-left:1px dashed #666;
}
}