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

/* Default Link Color */

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

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

/* Default Icon Color */

.icon i {
  color: #fbe6e7;
}

/* Border Color */

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

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


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


/* Transparent Navigation Color on a Banner */

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


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


/* Navigation Active State */

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

@media screen and (max-width:767px) {

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


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


/* Primary Background and Text Colors */

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

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

.section-heading h2:after {
  background: #60441f;
  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: rgba(255, 255, 255, 0.3);
}


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


/* Banner Background and Text Colors */

#banner {
  background: url("../images/banner-image-pc.jpg") no-repeat center bottom;
  background-size: cover;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  #banner {
    background: url(../images/banner-image-sp.jpg) no-repeat center/cover;
    position: relative;
  }

  #banner::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
  }

  #banner .section-heading h2:after {
    content: none;
  }
}


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


body {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 15px;
  font-weight: normal;
  color: #2c2d2e;
  background: #eee6dc;
}

/* 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: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 62px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
}

#banner h2 {
  font-family: 'Alata', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}

#banner h2 span {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
  font-weight: bold;
}


/* Section Title and Subtitle */

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

.section-subtitle {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* Testimonial */

.testimonial q {
  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: 700;
  color: #111;
}

h4 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 18px;
  font-weight: 400;
  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;
}


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

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


/* Button Text */

input[type="submit"],
input[type="reset"],
button {
  width: 40%;
}


/* Button Color */

input[type="submit"],
input[type="reset"],
button {
  color: #333;
  border-color: #333;
  background-color: #fff;
  font-size: 13px;
  margin: 0px 10px;
  padding: 7px 10px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
}


/* Button Hover Color */

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  border-color: #a98f6c;
  color: #a98f6c;
}


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


/* Button Text */

#banner .button {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 16px;
  color: #413015;
  border-color: #413015;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0px;
  right: 0;
}

#banner .button small {
  font-size: 11px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
}


/* Button Hover Color */

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

@media screen and (max-width:767px) {
  #banner .button {
    position: static;
  }
}


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

#landing-footer,
#landing-footer p,
#landing-footer a {
  font-family: 'Alata', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
}

/* Footer Icon Color */

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


@media only screen and (max-width: 767px) {
  #banner h2 {
    font-size: 14px;
    line-height: 1.7;
  }
}