html, body {
  margin: 0;
  padding: 0;
  color: #333;
}

body, p {
  line-height: 1.5em;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1, h2 {
  font-family: 'Cinzel Decorative',cursive;
  font-weight: normal;
}

h2 {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 3em;
}

h2:after {
  content: '';
  height: 1px;
  background-color: #000;
  width: 60px;
  display: block;
  margin: 20px auto 0;
}

.savok {
  padding-top: 100px;
  padding-bottom: 100px;
}

.savok:nth-of-type(odd) {
  background-color: #000;
  color: #FFF;
}

.savok:nth-of-type(even) {
}

.savok:nth-of-type(odd) h2:after {
  background-color: #fff;
}

.jumbotron, .savok {
  min-height: 100vh;
}

.jumbotron {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: url("../../assets/img/hazinyuszi.jpg");
}

.jumbotron .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,0.5);*/
}

.jumbotron .titlecontainer {
  text-align: center;
  background-color: rgba(51,51,51,0.5);
  padding: 7%;
  position: relative;
  box-shadow: inset 0px 0px 30px rgba(51,51,51,1), 0 0 30px rgba(0,0,0,1);
  /*border-radius: 50%;*/
}

.jumbotron h1 {
  font-size: 5vw;
  color: #FFF;
  color: rgba(255,255,255,0.75);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
  margin-bottom: 1em;
}

.jumbotron p {
  color: #ffffff;
  color: rgba(255,255,255,0.75);
  text-shadow: 2px 2px 10px rgba(0,0,0, 1);
  font-size: 3vw;
}

.nextblokk {
  color: #ffffff;
  color: rgba(255,255,255,0.75);
  text-shadow: 2px 2px 10px rgba(0,0,0, 1);
  cursor: pointer;
}

.konyvtrio {
  padding-bottom: 0;
}

.blockquote {
  font-style: italic;
  text-align: center;
  margin: 0;
}

.blockquote * {
  text-shadow: 1px 1px 5px #FFF;
  color: #000;
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.5em;
}

.blockquote-footer {
  display: none;
}

.blockquote-footer:before {
  display: none;
}

.hidden {
  display: none;
}

.m-auto.titlecontainer:before {
  width: 80px;
  height: 80px;
  border-radius: 0 40px 40px 0;
  background-color: #FFF;
  /*display: inline-block;*/
  vertical-align: middle;
  margin-right: 10px;
  content: '';
}

.bookimg {
  -webkit-filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5));
  filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5));
}

.savok.redcipo-1, .hamarosan {
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 75vh;*/
}

.savok.redcipo-1 {
  background-image: url("red1.png");
  background-position: top center;
}

.konyvroltext p {
  font-size: 1.25em;
}

.hamarosan {
  background-image: url("../../assets/img/hamarosan.jpg");
  background-attachment: fixed;
  background-position: center;
}

.hamarosan p {
  text-shadow: 0 0 10px #000;
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
  font-size: xx-large;
  font-family: 'Cinzel Decorative',cursive;
  font-weight: 300;
  line-height: 1.5em;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {
  .hamarosan p {
    font-size: 100%;
  }
}

footer {
  background-color: #000;
}

footer p {
  color: grey;
  font-family: 'Cinzel Decorative',cursive;
}

.popover {
  background-color: rgba(255,255,255,0.65);
  text-align: center;
}

.popover-header {
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
}

.popover-body {
  background-color: rgba(255,255,255,0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  border-bottom-color: #ccc;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  border-bottom-color: rgba(0,0,0,0.25);
}

