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

a:hover, #header.nav-solid nav a:hover {
    color: #219BDD;
}

/* Default Icon Color */

.icon i {
    color: #10559F;
}

/* Border Color */

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



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


/* Transparent Navigation Color on a Banner */

#header nav a,
#header i {
    color: #000;
    font-weight: 700;
}

.secondary-color #header nav a,
.secondary-color #header i {
    color: #999999;
}


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

.secondary-color #header.nav-solid,
.secondary-color #header.nav-solid a,
.secondary-color #header.nav-solid i,
.secondary-color #nav-mobile ul li a {
    color: #999;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #10559F;
    border-color: #10559F;
}



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


/* Primary Background and Text Colors */

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

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

.section-heading h2:after {
    background: #717171;
    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-section-color {
    background-color: #F5F5F5;
    /*background-image: linear-gradient(0deg, rgba(255, 255, 255, .50), rgba(255, 255, 255, .0));*/
}


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


/* Banner Background and Text Colors */

#home #banner, #ytu-videos .section-banner {
    background: url("../images/banner-images/asana-01.jpg") no-repeat center top;
    background-size: cover;
}

.section-banner {
    padding: 150px 0;
}


#schedule .section-banner {
    background: url("../images/banner-images/banner-luna-yoga-tribe.jpg") no-repeat center top;
    background-size: cover;
    padding: 120px 20px;

}

#YTU {
    background: url("../images/banner-images/YTU-Roll-traps.jpg") no-repeat fixed center right;
    background-size: cover;
}

/* Banner for specific pages */
#YTU-shoulders-workshop #banner {
    background: url("../images/banner-images/YTU-Roll-traps-v3-2.jpg") no-repeat right bottom;
    background-size: cover;
}

#LYTT #banner {
    background: url("../images/banner-images/banner-luna-yoga-tribe.jpg") no-repeat right bottom;
    background-size: cover;
}


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


body {
    font-family: 'Open 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 {
    letter-spacing: -0.05em;
    text-shadow: 1px 1px 1px #ccc;
}

.banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px;
    line-height: 0.7;
    font-weight: 800;
    color: #111;
}

.secondary-color .banner h1, .secondary-color .banner h2 {
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
}

.banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 25px;
    font-weight: 300;
    color: #000;
    margin-top: -30px;
}


/* Section Title and Subtitle */

.section-banner,
.section-banner h2 {
    color: #FFF;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 0.7;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999;
}

#about h2 {
    padding: 0;
}

#about [class*='col-'] {
    padding-bottom: 0px;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight: 700;
    color: #111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 300;
    color: #717171;
}

/* Testimonial */

.testimonial q {
    color: #717171;
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px;
    font-weight: 300;
    color: #111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight: 300;
    color: #111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px;
    font-weight: 300;
    color: #111;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #111;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    list-style-image: none;
    margin: 0 0 1em 1em;
}

ul li {
    margin: 5px 0 0;
}

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

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


/* Button Text */

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


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


/* Button Text */

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


/* Button Color */

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


/* Button Hover Color */

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


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer,
#landing-footer p,
#landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #717171;
}

/* Footer Icon Color */

#landing-footer i {
    color: #717171;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Youtube responsive div*/
/*------------------------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
