/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#fbb040;
}

a:hover, #header.nav-solid nav a:hover {
    color:#fbb040;
}

/* Default Icon Color */

.icon i {
    color:#fbb040;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #fbb040;
}

.pricing-block-content:hover {
    border-color:#fbb040;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#fff;
    letter-spacing: 4px;
    padding: 0 30px 0 30px;
}


/* 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:#fff;
    background-color: #000;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #fbb040;
    border-color: #fbb040;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#fbb040;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#fbb040;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner-images/banner-image-1.jpg") no-repeat center top;
    background-size:cover;
}
@media (max-width: 780px) {
    #banner {
    background: url("../images/banner-images/banner-image-2.jpg") no-repeat center top;
    background-size:cover;}
}
/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Josefin Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#111;
}

/* 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 h1 {
    font-family: 'Outfit', sans-serif;
    font-size:62px;
    line-height:60px;
    font-weight: 900;
    color:#fff;
    text-transform: uppercase;
}

@media (max-width: 680px) and (min-width: 480px) {
    #banner h1 {
    font-size:52px;
    line-height:50px;}}

@media (max-width: 480px) {
    #banner h1 {
    font-size:32px;
    line-height:30px;}}

#banner h2 {
    font-family: 'Josefin', sans-serif, Arial, Helvetica;
    font-size:18px;
    ont-weight: 900;
    color:#111;
}

@media (max-width: 680px) and (min-width: 480px) {
    #banner h2 {
    font-size:16px;}}

@media (max-width: 480px) {
    #banner h2 {
    font-size:14px;}}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:900;
    color:#111;
}

.section-subtitle {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:900;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Shadows Into Light', sans-serif, Arial, Helvetica;
    font-size: 22px; 
    font-weight: 600;
    letter-spacing: -1px;
    color:#fbb040;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:900;
    color:#111;
}

h2 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:900;
    color:#111;
}

h3 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:900;
    color:#111;
}

h4 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:900;
    color:#111;
}

h5 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:900;
    color:#111;
}

h6 {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:900;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#111;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#111;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#fbb040;
    color:#fbb040;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#111;
}


/* Button Color */

#banner .button {
    border-color:#111;
}


/* Button Hover Color */

#banner .button:hover {
    color:#fbb040;
    border-color:#fbb040;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Outfit', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Ben stuff */
/*------------------------------------------------------------------------------------------*/

section h99 {
  position: absolute;
  opacity: 0;
  animation: fade-in 3s ease-in-out forwards infinite;
  font-family: 'Outfit', sans-serif;
    font-size:62px;
    line-height:8px;
    font-weight: 900;
    color:#fff;
    text-transform: uppercase;
}

@media (max-width: 680px) and (min-width: 480px) {
    #banner h99 {
    font-size:52px;
    line-height:50px;}}

@media (max-width: 480px) {
    #banner h99 {
    font-size:32px;
    line-height:30px;}}

@keyframes fade-in {
  0% {
    opacity: 0;
    left: -80vh;
  }
  50%,
  90% {
    opacity: 1;
    left: 1.5vh;
  }
  100% {
    opacity: 0;
    left: 50vh;
  }
}

.fuq {
    margin-bottom: 40px;
}

