/* 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:#101010;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#ff931e;
}

a:hover, #header.nav-solid nav a:hover {
    color:#808080;
}

/* Default Icon Color */

.icon i {
    color:#f2f2f2;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #f2f2f2;
}

.pricing-block-content:hover {
    border-color:#101010;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#808080;
    font-size: 21px;
    /* font-weight: 620; */
}


/* 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:#808080;
    font-size: 21px;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #d9d9d9;
    border-color: #FF931E;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

/* i trattini */
.section-heading h2:after {
    background:#f2f2f2;
    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:#101010;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background-color: #101010;
    background: url("../images/banner-images/banner-image.jpg") no-repeat center top;
    background-size:cover;

}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


@font-face {
    font-family: 'visitor';
    src:
    url('https://15hq.uk/fonts/visitor1.ttf') format('truetype'),
    url('../fonts/visitor1.ttf') format('truetype');
}

.vt323-regular {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
  }



body {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    
    font-size:13px;
/*  font-weight:normal;*/
    font-weight:300;
/*  line-height: 50%; */
    letter-spacing: .1rem;
    /* text-transform: uppercase; */
    color:#f2f2f2;
    
}

/* 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 */

/* simbol */
#banner h1 {
    /* font-family: = 'Open Sans', sans-serif, Arial, Helvetica; */
    font-size:30px;
    line-height:60px;
    font-weight:800;
    color:#FF931E;
}

/* claim */
#banner h2 {
    /* font-family: = 'visitor', 'Open Sans', sans-serif, Arial, Helvetica; */
    font-size:36px;
    font-weight:300;
    color:#f2f2f2;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#f2f2f2;
}

.section-subtitle {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#f2f2f2;
/*
    font-weight:300;
    color:#9c9c9c;
*/
}

/* Testimonial */

.testimonial q {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#f2f2f2;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#f2f2f2;
}

h2 {
    font-family: 'visitor','Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#f2f2f2;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#f2f2f2;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#f2f2f2;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#f2f2f2;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#f2f2f2;
}



/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'visitor', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color: rgba(141, 141, 141, 0.658);
}


/* Button Color */

.button, input[type="submit"] {
    border-color:rgba(141, 141, 141, 0.658);
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#909090;
/*    border-width: 4px;*/
    
    color:#f2f2f2;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:13px;
    letter-spacing: 4px;
    color:#f2f2f2;
}


/* Button Color */

#banner .button {
    border-color:#909090;
}


/* Button Hover Color */

#banner .button:hover {
    color:#FF931E;
    border-color:#707070;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:9px;
    font-weight:normal;
    color:#f2f2f2;
}

/* Footer Icon Color */

#landing-footer i {
    color:#909090;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Mobile */
/*------------------------------------------------------------------------------------------*/



