@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Merriweather:300,400,600,700,800");
body {
  font-family: "Merriweather", serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

a, button, label, input {
  font-family: "Lato", sans-serif;
}

img {
  max-width: 100%;
  width: auto;
}

.bookstory {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.color-primary {
  color: #E25969 !important;
}

.primary-bg {
  background-color: #E25969;
  color: #ffffff;
}

.light-bg {
  background-color: #f9f9f9;
}

.btn-primary {
  color: #fff;
  background-color: #E25969;
  border-color: #E25969;
}
.btn-primary:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

.spacer {
  background-color: #cccccc;
}

.navbar-brand img {
  max-width: 200px;
}

.hero {
  position: relative;
}
.hero .hero-txt {
  position: absolute;
  top: 5%;
  width: 40%;
  right: 2rem;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .hero .hero-txt {
    top: 35%;
    width: 33%;
    right: 10%;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-txt .btn {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .know-more .feature-text {
    padding: 0 0 3rem 0 !important;
  }
}

.modal-title {
  margin: 0 auto;
  font-size: 1rem;
}

.modal-header {
  padding: 0.5rem 1rem;
}
.modal-header .close {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .feature-text {
    font-size: 1.5rem;
  }
}

.cta-text {
  font-size: 1.3rem;
}

.txt-box {
  text-align: center;
  padding: 1rem 2rem;
}

.img-box {
  text-align: center;
}