﻿@charset "utf-8";
/* CSS Document */

hero-section p {
  color: #fff;
}

.home-top .navbar.navbar-light-light .navbar-nav > li > a {
  color: #fff;
  padding: 15px 12px;
  font-size: 15px;
  margin-top: 0;
  max-height: 60px;
  overflow: inherit;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;

  }

  .hidden-xs {
    display: none !important;
  }

}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;

  }

}
@media (min-width: 768px) {
  .hero-bg {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    min-height: 650px;
  }

  .hero-title {
    font-weight: 900;
    font-size: 3.8em;
    line-height: 1.5;
    margin-bottom: 24px;
    text-shadow: 2 2 black;
    text-shadow: 2px 2px 4px #1e3113;
  }

  .book-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    margin-top: 20px;
  }

}
@media (max-width: 768px) {
  .hero-bg {
    background-image: url('../images/bg-xs.jpg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-title {
    font-weight: 900;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 24px;
    text-shadow: 2 2 black;
    text-shadow: 2px 2px 4px #1e3113;
  }

  .book-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
  }

  .panel-body {
    padding: 0;
  }

}

.section-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  line-height: 1.2em;
}

.text-center a {
  font-size: 1em;
}

.faq-group-title {
  font-size: 2em;
}

.hero-section p {
  color: #fff;
}

.lead {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 35px;
}

section {
  text-align: center;
}

section p {
  text-align: left;
  font-size: 18px;
}

.feature-body h4 {
  text-align: left;
}

.hero-section p {
  color: #fff;
  text-shadow: 2px 2px 4px #1e3113;
  font-weight: 500;
  opacity: 1;
}

.price-title-yellow {
  background: rgb(255 255 0 / 30%);

}

.price-card p {
  color: #facc15;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 15px auto;
}

.note p{
  color: #fff;
  text-align: center;
  font-size:1em;
}