/* 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;
}

.majuscule{
    text-transform: uppercase;
}

/* Default Link Color */

a, .la-ball-triangle-path {
    color:#333333;
}

a:hover, #header.nav-solid nav a:hover {
    color:#32dcd7;
}

/* Default Icon Color */

.icon i {
    color:#f94723;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background:#32dcd7;
}

.pricing-block-content:hover {
    border-color:#32dcd7;
}

.bleu{
    color: #32dcd7;
}


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

/* Transparent Navigation Color on a Banner */

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

/* 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: #32dcd7;
    /*border-color: #f94622;*/
}    

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

/* Primary Background and Text Colors */

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

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

.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:white;
}

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

/* Banner Background and Text Colors */

#logo_banner {
    width: 300px;
    margin-bottom: 10px;
}

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

body {
    font-family: 'Gotham', 'Helvetica', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color: #1b2b48;
}

/* Banner Typography */

#banner h1 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size:48px;
    line-height:60px;
    font-weight:800;
}

#banner h2 {
    font-family: 'Gotham book', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    line-height:28px;
}

/* Section Title and Subtitle */

.section-title {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
}

.section-subtitle {
    font-family: 'Gotham book', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#666666;
}

/* Testimonial */

.testimonial q {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}

/* Standard Headings h1-h6 */

h1 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:1d2a46;
}

h2 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:1d2a46;
}

h3 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#f94622;
    text-transform: uppercase;
}

h4 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:700;
    color:1d2a46;
}

h5 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:1d2a46;
}

h6 {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:1d2a46;
}


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

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

/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Gotham', 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:#333333;
    color:#333333;
}

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

/* Button Text */

#banner .button {
    font-family: 'Gotham', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#fff;
}

/* Button Color */

#banner .button {
    border-color:white;
}

/* Button Hover Color */

#banner .button:hover {
    color:#f94622;
    border-color:#f94622;
}