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

@import url(../fonts/font-faces.css);         		/*font-faces.css*/


body {
    background:#fff;
}
/* Default Link Color */
a, .la-ball-triangle-path {
    color:#888888;
}
a:hover, #header.nav-solid nav a:hover {
    color:#888888;
}

/* Default Icon Color */
.icon i {
    color:#888888;
}

/* Border Color */
#banner .section-heading:before, .testimonial.classic footer:before {
    background: #888888;
}

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

/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/
/* Transparent Navigation Color on a Banner */
#header nav a, #header i {
    color:#444;
	text-align: right;
}

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

/* Navigation Active State */
#header.nav-solid .active {
    color: #000;
    border-color: #888888;
}    

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

/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#888888;
}
.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}
.section-heading h2:after {
    background:#888888;
    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;
}

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

body {
    font-family: 'TravelingTypewriter', 'ralewaylight', Arial, Helvetica;
    font-size:18px;
    font-weight:normal;
    color:#444;
}

/* 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: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size:62px;
    line-height:60px;
    font-weight:800;
    color:#444;
}
#banner h2 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size:22px;
    font-weight:300;
    color:#444;
}

/* Section Title and Subtitle */
.section-title {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#444;
}
.section-subtitle {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 18px;
    font-weight:300;
    color:#9c9c9c;
}
/* Testimonial */
.testimonial q {
    font-family: 'TravelingTypewriter', 'ralewaylight', Arial, Helvetica;
    font-size: 19px; 
    font-weight:300;
}
.testimonial.classic q, .testimonial.classic footer {
    color:#444;
}

/* Standard Headings h1-h6 */

h1 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 42px; 
    font-weight:300;
    color:#444;
}
h2 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 36px; 
    font-weight:300;
    color:#444;
}
h3 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 32px; 
    font-weight:700;
    color:#444;
}
h4 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 22px; 
    font-weight:400;
    color:#444;
}
h5 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#444;
}
h6 {
    font-family: 'TravelingTypewriter', 'ralewaysemibold', Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#444;
}

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

/* Button Text */
.button, input[type="submit"]  {
    font-family: 'TravelingTypewriter', 'ralewaylight', Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#444;
}
/* Button Color */
.button, input[type="submit"] {
    border-color:#444;
}
/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#888888;
    color:#888888;
}
/* ----------Banner Buttons---------- */
/* Button Text */
#banner .button {
    font-family: 'TravelingTypewriter', 'ralewaylight', Arial, Helvetica;
    font-size:16px;
    color:#444;
}
/* Button Color */
#banner .button {
    border-color:#444;
}
/* Button Hover Color */
#banner .button:hover {
    color:#888888;
    border-color:#888888;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/
#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'TravelingTypewriter', 'ralewaylight', Arial, Helvetica;
    font-size:18px;
    font-weight:normal;
    color:#444;
}
/* Footer Icon Color */
#landing-footer i {
    color:#999;
}