body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4em;
  background: url("../../content/media/background.png");
  background-size: contain;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
  font-family: "Yatra One", cursive;
}

h3 {
  color: #fb720e;
  text-align: center;
}

.fullbg {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
}
.fullbg > .bgbook {
  position: absolute;
  top: 50px;
}
.fullbg > .bgbook.rightbook {
  right: 100px;
}
.fullbg > .bgbook.leftbook {
  left: 100px;
}
.fullbg ul.specialities {
  color: #7d3434;
}
.fullbg ul.specialities li {
  font-weight: 500;
}
.fullbg .contents {
  margin: 50px auto;
  border-radius: 10px;
  width: 700px;
  padding: 15px;
  background: #e6e6e6;
  border: 5px solid #adc7ae;
  position: relative;
}
.fullbg .contents > .playercontrol {
  position: absolute;
  top: 300px;
  left: calc(50% - 100px);
  background: #424b2f;
  border: 10px solid #ff7600;
  opacity: 0.9;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 50000;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-in-out;
  -moz-transition: transform 330ms ease-in-out;
  -ms-transition: transform 330ms ease-in-out;
  -o-transition: transform 330ms ease-in-out;
  transition: transform 330ms ease-in-out;
}
.fullbg .contents > .playercontrol:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.fullbg .contents > .playercontrol:after {
  content: "";
  width: 50px;
  height: 50px;
  top: 37px;
  left: 75px;
  position: absolute;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid white;
}
.fullbg .contents > img {
  margin: 0 auto;
  display: inherit;
}

/* Media Quarries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    background-size: cover;
    min-height: 100vh;
  }
  .fullbg {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
  }
  .fullbg > .bgbook {
    display: none;
    top: 0;
  }
  .fullbg > .bgbook.rightbook {
    right: auto;
  }
  .fullbg > .bgbook.leftbook {
    left: auto;
  }
  .fullbg ul.specialities {
    color: #7d3434;
  }
  .fullbg ul.specialities li {
    font-weight: 500;
  }
  .fullbg .contents {
    margin: 5px auto 0 auto;
    border-radius: 10px;
    width: 100vw;
    padding: 15px;
    background: #e6e6e6;
    border: 5px solid #adc7ae;
  }
  .fullbg .contents > .playercontrol {
    position: absolute;
    top: 200px;
    left: calc(50% - 100px);
    background: #424b2f;
    border: 10px solid #ff7600;
    opacity: 0.9;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 50000;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -ms-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
    transition: transform 330ms ease-in-out;
  }
  .fullbg .contents > .playercontrol:hover {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  .fullbg .contents > .playercontrol:after {
    content: "";
    width: 50px;
    height: 50px;
    top: 37px;
    left: 75px;
    position: absolute;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid white;
  }
  .fullbg .contents > img {
    margin: 0 auto;
    display: inherit;
  }
  .fullbg .contents > img.madhursanskritam {
    width: 150px;
  }
  .fullbg .contents > img.shlokacover {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
