@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  background-color: #2d2d2d;
  color: #ffc266;
  font-family: "Roboto", sans-serif;
}

main {
  min-height: 66vh;
}

.hanglejatszo {
  width: 90%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#myProgress {
  background-color: #d9d9f2;
  cursor: pointer;
  border-radius: 20rem;
  margin: 2rem 20rem;
}

#myBar {
  width: 0%;
  height: 0.313rem;
  background-color: #ffc266;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action {
  cursor: pointer;
  padding-top: 0.625rem;
  width: 1.875rem;
}

.btn-ctn,
.infos-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.infos-ctn {
  padding-top: 1.25rem;
  margin: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.btn-ctn {
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.btn-ctn > div {
  padding: 0.313rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.infos-ctn > div {
  margin-bottom: 0.5rem;
  color: #ffc266;
}

.first-btn {
  margin-left: 3rem;
}

.duration {
  margin-left: 0.625rem;
  font-size: 1.6rem;
}

.title {
  margin-left: 0.625rem;
  text-align: center;
  font-size: 1.6rem;
}

.timer {
  font-size: 1.6rem;
}

.player-ctn {
  border-radius: 15px;
  width: 70%;
  padding: 0.625rem;
  background-color: #373737;
  margin: auto;
  margin-top: 2rem;
}

.playlist-track-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #464646;
  margin-top: 0.188rem;
  border-radius: 0.313rem;
  cursor: pointer;
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 2rem;
}

/*.playlist-track-ctn:last-child {
  border: 1px solid #ffc266;
}*/
.playlist-track-ctn > div {
  margin: 0.625rem;
}

.playlist-info-track {
  width: 80%;
}

.playlist-info-track,
.playlist-duration {
  padding-top: 0.438rem;
  padding-bottom: 0.438rem;
  color: #e9cc95;
  font-size: 1.4rem;
  pointer-events: none;
}

.playlist-ctn {
  padding-bottom: 1.25rem;
}

.active-track {
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
}

.active-track > .playlist-info-track,
.active-track > .playlist-duration,
.active-track > .playlist-btn-play {
  color: #ffc266 !important;
}

.playlist-btn-play {
  pointer-events: none;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.fas {
  color: #ffc266;
  font-size: 1.25rem;
}

#logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

.main-logo {
  height: 22vh;
  padding: 2rem;
}

header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(black));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 4;
      -ms-flex: 4 1 20rem;
          flex: 4 1 20rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

nav ul li a {
  font-size: 3rem;
  color: #ffc266;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.4rem;
}

nav ul li a:hover {
  color: #ffab66c0;
  text-shadow: 1px 1px 1px #000000;
}

/*  BURGER NAV */
.burger,
.menu-check {
  display: none;
}

/* ----------------------------------------------*/
.underline:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: white;
}

/*section {
  padding: 1em;
}*/
.lead {
  font-weight: 600;
  color: #777;
}

/* QUOTES */
/*#quotes {
  /*background-image: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.418) 50%,
      rgba(0, 0, 0, 0) 90%,
      rgb(0, 0, 0) 100%
    ),
    url("img/quotes-background.jpg");*/
/*background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 10vh;
}*/
#quotes h1 {
  width: 90vh;
  height: 10vh;
  margin: 0rem 2rem;
  text-align: center;
  font-size: 5rem;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffc266;
  letter-spacing: 0.7rem;
  z-index: 3;
  position: relative;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 95%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
  margin: 2rem 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: rgba(206, 206, 206, 0.24);
  background-position: cover;
  max-width: 50vh;
}

.card:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.418)), color-stop(90%, rgba(0, 0, 0, 0)), to(black)), url("img/quotes-background.jpg");
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.418) 50%, rgba(0, 0, 0, 0) 90%, black 100%), url("img/quotes-background.jpg");
}

.card:hover {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.9);
}

.card1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

.card2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

.card3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

p {
  font-size: 2rem;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  line-height: 2;
  text-align: center;
  padding: 1rem 2rem;
}

.card img {
  height: 40vh;
  width: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  background-size: cover;
}

.gallery {
  height: auto;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-preferred-size: 20vw;
      flex-basis: 20vw;
  margin: 1rem;
  width: 300px;
  height: auto;
  max-height: 400px;
  max-width: 400px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #ffab66c0;
}

.gallery-item.item-2x3 {
  -ms-flex-preferred-size: calc(20vw * 0.666);
      flex-basis: calc(20vw * 0.666);
}

.gallery-item.item-3x4 {
  -ms-flex-preferred-size: calc(20vw * 0.75);
      flex-basis: calc(20vw * 0.75);
}

.gallery-item.item-1x1 {
  -ms-flex-preferred-size: 20vw;
      flex-basis: 20vw;
}

.gallery-item.item-4x3 {
  -ms-flex-preferred-size: calc(20vw * 1.333);
      flex-basis: calc(20vw * 1.333);
}

.gallery-item.item-3x2 {
  -ms-flex-preferred-size: calc(20vw * 1.5);
      flex-basis: calc(20vw * 1.5);
}

.gallery-item.item-8x5 {
  -ms-flex-preferred-size: calc(20vw * 1.6);
      flex-basis: calc(20vw * 1.6);
}

.gallery-item.item-2x1 {
  -ms-flex-preferred-size: calc(20vw * 2);
      flex-basis: calc(20vw * 2);
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 1.85rem;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  z-index: 10;
}

.gallery-item .caption {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0;
  line-height: 2rem;
  color: #ffc266;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  z-index: 20;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.gallery-item .caption span {
  display: inline-block;
  max-width: calc(100% - 2em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.6rem;
}

.gallery-item:hover .thumb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (hover: hover) {
  .gallery-item:hover::after {
    opacity: 1;
  }
  .gallery-item:hover .caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.gallery-item .thumb {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: unset;
  text-align: center;
  background-color: #333;
  -webkit-transition: -webkit-filter 500ms, -webkit-transform 500ms;
  transition: -webkit-filter 500ms, -webkit-transform 500ms;
  transition: filter 500ms, transform 500ms;
  transition: filter 500ms, transform 500ms, -webkit-filter 500ms, -webkit-transform 500ms;
}

.ie-fix .gallery-item .thumb {
  width: auto;
}

.gallery-item .placeholder {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.lightbox-wrapper {
  display: none;
  background-color: #464646;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: white;
}

.lightbox .lightbox-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d2d2d;
  padding: 1em;
  font-weight: 400;
  text-align: center;
  font-size: 1.6rem;
  color: #ffc266;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.lightbox .lightbox-header > * {
  opacity: 0.75;
}

.lightbox .lightbox-close {
  position: relative;
  height: 1.85rem;
  width: 1.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  padding: 0;
  border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 80%;
  background-color: #ffc266;
}

.lightbox .lightbox-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
  opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.lightbox .lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em;
  opacity: 0.75;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 7px #000);
          filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
  opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.lightbox .lightbox-image {
  display: none;
  max-width: 100%;
  max-height: 100%;
}

.lightbox .spinner {
  display: none;
}

footer {
  position: relative;
  bottom: 0;
  height: 5vh;
  width: 100%;
  background-color: #ffc266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
}

.footer-make {
  width: 60%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer-make p {
  color: #2d2d2d;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
}

.footer-make a {
  color: #2d2d2d;
  padding: 0.5rem;
}

.footer-make a:hover {
  color: #ffab66c0;
  background-color: #464646;
  padding: 0.5rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-menu {
  width: 30%;
}

.footer-menu a {
  color: #2d2d2d;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  margin: 3rem;
  padding: 0.5rem;
}

.footer-menu a:hover {
  color: #ffab66c0;
  background-color: #464646;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#maingallery {
  /*background-image: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.418) 50%,
      rgba(0, 0, 0, 0) 90%,
      rgb(0, 0, 0) 100%
    ),
    url("img/quotes-background.jpg");*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-bottom: 5vh;
  width: 95%;
  height: auto;
  margin: auto;
}

.gallery-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  height: auto;
  margin: auto;
}

.gallery-head h1 {
  margin: 1rem 2rem;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  letter-spacing: 0.7rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.2rem;
}

.gallery-head h1:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.1px;
  border-width: 0 0 2px;
  border-style: solid;
}

.outer {
  display: block;
  margin: 2vh;
  width: 482px;
  height: 295px;
  font-family: sans-serif;
  letter-spacing: 3px;
  border-bottom: 1px solid #ffc266;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  -webkit-box-shadow: 0px 0px 30px -5px #000;
          box-shadow: 0px 0px 30px -5px #000;
  background-size: contain;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.overlay h2 {
  font-family: "Kelly Slab", cursive;
  font-weight: 500;
  text-transform: uppercase;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
  background-position: cover;
  height: 35vh;
  width: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #ffc266;
  font-weight: 500;
  text-align: center;
  font-size: 3rem;
  padding: 10px;
  width: 100%;
}

.hovereffect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}

.hovereffect .rotate {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hovereffect hr {
  width: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hovereffect h2,
.hovereffect hr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

.group1 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

.group1 {
  top: 50%;
}

.hovereffect p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

.hovereffect p a {
  color: #fff;
}

.hovereffect p a:hover,
.hovereffect p a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hovereffect a i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  padding: 10px;
  font-size: 20px;
}

.group1 a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
  transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
}

.group2 a:first-child i {
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
  transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
}

.hovereffect:hover .group1 i:empty,
.hovereffect:hover .group2 i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 1600px) {
  .hovereffect img {
    height: 45vh;
    width: auto;
  }
}

.current {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  color: #ffab66c0;
}

.current:after {
  content: "";
  width: 95%;
  position: absolute;
  left: 0;
  bottom: 0.1px;
  border-width: 0 0 2px;
  border-style: solid;
  color: #ffc266;
}

#underline {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}

#underline:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffc266;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#underline:hover:after {
  width: 95%;
  left: 0;
}

@media screen and (max-height: 300px) {
  ul {
    margin-top: 40px;
  }
}

.hero {
  height: 70vh;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(0, 0, 0, 0.247)), color-stop(50%, rgba(0, 0, 0, 0.253)), to(#2d2d2d)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.473)), color-stop(75%, rgba(0, 0, 0, 0.445)), to(#2d2d2d)), url(../img/herobg.jpg);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.247) 25%, rgba(0, 0, 0, 0.253) 50%, #2d2d2d 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.473) 50%, rgba(0, 0, 0, 0.445) 75%, #2d2d2d 100%), url(../img/herobg.jpg);
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.typewriter {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vh;
}

.typewriter h1 {
  font-size: 4.6rem;
  color: #ffc266;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin: 4vh 20vh;
  padding-top: 3vh;
}

.typewriter h2 {
  font-size: 3.2rem;
  color: #ffc266;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin: 4vh 25vh;
  line-height: 5rem;
}

.typewriter h3 {
  font-size: 3rem;
  color: #ffc266;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin: 4vh 30vh;
}

.typewriter a {
  font-size: 3rem;
  color: #cf864a;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin: 4vh 2vh;
}

@media screen and (max-width: 1600px) {
  .typewriter h1 {
    margin-left: 10vh;
    margin-top: 4vh;
    margin-bottom: 2vh;
  }
  .typewriter h2 {
    margin: 4vh 15vh;
  }
  .typewriter h3 {
    margin: 2vh 20vh;
  }
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60%;
  position: relative;
  padding-bottom: 5vh;
}

.timeline__content-title {
  font-weight: normal;
  font-size: 6.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 2.5vh;
  padding-left: 2vh;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffab66c0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: 2px -2px 2px black;
}

.timeline__content-desc {
  margin: 0;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  font-weight: normal;
  line-height: 25px;
  text-shadow: 0.5px 1px 1px #000000;
  text-align: left;
  padding: 0 2vh;
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  font-family: "Kelly Slab", cursive;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}

.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}

.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.timeline-item--active:before {
  top: 50%;
  -webkit-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
  opacity: 1;
}

.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 5vh 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}

.timeline-header {
  width: 100%;
  text-align: center;
  position: relative;
}

.timeline-header__title {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  font-weight: normal;
  font-size: 5rem;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
}

.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}

.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: Cardo;
}

/*
	A. Mini Reset 
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/*::before,
::after {
  content: "";
}*/
.component {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #464646;
  border-radius: 25px;
}

.component-title {
  font-size: 3.4rem;
  text-align: center;
  font-family: "Kelly Slab", cursive;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 5vh;
  letter-spacing: 0.2rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: #ffab66c0;
}

.component-title a {
  font-size: 3.4rem;
  text-align: center;
  font-family: "Kelly Slab", cursive;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 5vh;
  letter-spacing: 0.2rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: #ffab66c0;
}

.component-title a:hover {
  color: #ffc266;
}

.component-title::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.1px;
  border-width: 0 0 2px;
  border-style: solid;
  color: #ffc266;
  margin: auto;
}

.component-title a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.1px;
  border-width: 0 0 2px;
  border-style: solid;
  color: #ffc266;
  margin: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.book a {
  color: #464646;
  text-decoration: none;
  font-size: 1.8rem;
}

.btn {
  display: inline-block;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  border: 2px solid #2c3e50;
  margin-top: 7.5rem;
  margin-left: 3rem;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  letter-spacing: 0.2rem;
}

.btn:hover {
  border-color: #ffab66c0;
  color: #747474;
}

.book-btn {
  display: inline-block;
  font-family: "Play", sans-serif;
  text-transform: uppercase !important;
  color: #ffab66c0 !important;
  background-color: #2d2d2d;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  letter-spacing: 0.2rem;
  display: none;
  width: 10rem;
  margin: auto;
  border-radius: 25px;
}

.book-btn:hover {
  border-color: #ffab66c0;
  color: #747474;
}

/* basic grid, only for this demo */
.align {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 95%;
  margin: auto;
  height: auto;
}

#book1 {
  width: 80%;
  height: auto;
  vertical-align: top;
  margin-top: 2rem;
  margin-bottom: 5rem;
  margin-right: 10rem;
  padding-left: 15rem;
  padding-bottom: 5rem;
  display: inline-block;
  position: relative;
}

#book1::after {
  content: "";
  width: 105%;
  position: absolute;
  left: 8%;
  bottom: 0.1px;
  border-width: 0 0 1px;
  border-style: solid;
  color: #ffc266;
  margin: auto;
}

/* ///////////////////////////////////////////////////
  
  HARDCOVER
  Table of Contents
  
  1. container
  2. background & color
  3. opening cover, back cover and pages
  4. position, transform y transition
  5. events
  6. Bonus
      - Cover design
      - Ribbon
      - Figcaption
  7. mini-reset
  
  /////////////////////////////////////////////////////*/
/*
      1. container
  */
.book {
  position: relative;
  width: 150px;
  height: 210px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
      2. background & color
  */
/* HARDCOVER FRONT */
.hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec;
}

.book_spine li:first-child {
  background: #eee;
}

.book_spine li:last-child {
  background: #333;
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999;
}

/* page */
.page > li {
  background: -webkit-gradient(linear, left top, right top, from(#e1ddd8), to(#fffbf6));
  background: linear-gradient(to right, #e1ddd8 0%, #fffbf6 100%);
  -webkit-box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
          box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

/*
      3. opening cover, back cover and pages
  */
.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
          transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
          transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg);
}

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
          transform: rotateY(-34deg);
}

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}

/*
      4. position, transform & transition
  */
.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px);
}

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
          transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px);
}

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
          transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
          transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}

.hardcover_front li:last-child:before {
  -webkit-box-shadow: 0px 0px 30px 5px black;
          box-shadow: 0px 0px 30px 5px black;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
          transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
  -webkit-box-shadow: 10px -1px 80px 20px #666;
          box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
          transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px);
}

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
          transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
          transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
  -webkit-box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.page,
.page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}

.page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

/*
      5. events
  */
.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
          transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
          transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
          transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
          transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
          transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

/*
      6. Bonus
  */
/* cover CSS */
.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coverDesign::after {
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.yellow {
  background-color: #f1c40f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #f1c40f), color-stop(0%, #e7ba07));
  background-image: linear-gradient(to bottom, #f1c40f 58%, #e7ba07 0%);
}

.blue {
  background-color: #3498db;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #3498db), color-stop(0%, #2a90d4));
  background-image: linear-gradient(to bottom, #3498db 58%, #2a90d4 0%);
}

.grey {
  background-color: #f8e9d1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #f8e9d1), color-stop(0%, #e7d5b7));
  background-image: linear-gradient(to bottom, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */
.ribbon {
  color: #fff;
  display: block;
  font-size: 0.7em;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transform: rotateZ(45deg) translateZ(1px);
          transform: rotateZ(45deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
}

.ribbon.new {
  background: #63c930;
}

.ribbon.new:before,
.ribbon.new:after {
  border-bottom: 20px solid #63c930;
}

.ribbon.bestseller {
  background: #c0392b;
}

.ribbon.bestseller:before,
.ribbon.bestseller:after {
  border-bottom: 20px solid #c0392b;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
}

.ribbon::before {
  left: -20px;
  border-left: 20px solid transparent;
}

.ribbon::after {
  right: -20px;
  border-right: 20px solid transparent;
}

/* figcaption */
figcaption {
  padding-left: 6rem;
  text-align: left;
  position: absolute;
  top: 10%;
  left: 15rem;
  width: 50vw;
}

figcaption h1 {
  margin: 0;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

figcaption span {
  color: #ffab66c0;
  padding: 0.6rem 0 0.5rem 0;
  display: block;
  font-size: 1.5rem;
}

figcaption p {
  color: #ffc266;
  line-height: 1.3;
  font-size: 1.6rem;
  font-family: "Play", sans-serif;
  text-transform: none;
  text-align: left;
}

/* Media Queries */
@media screen and (max-width: 37.8125em) {
  .align > li {
    width: 100%;
    min-height: 440px;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .book {
    margin: 0 auto;
  }
  figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%;
  }
}

.norajon {
  width: 90%;
  height: auto;
  margin: auto;
  padding: 5vh;
  background-color: #464646fb;
  display: block;
  position: relative;
  background: url(../img/tarmuvekbg1.png);
  background-size: cover;
  background-position: top;
  padding-top: 10vh;
  border-radius: 25px;
}

/*.norajon::after {
  content: "";
  background: url(../img/bio/fenykepesz2.jpg);
  opacity: 0.08;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}*/
.norajon-title {
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.norajon h1 {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  color: #ffab66c0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.norajon-title a {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  color: #ffab66c0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.norajon-title a:hover {
  color: #ffc266;
}

.norajon h2 {
  font-family: "Kelly Slab", cursive;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: inline-block;
  position: relative;
  color: #ffab66c0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.norajon a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.1px;
  border-width: 0 0 2px;
  border-style: solid;
  color: #ffc266;
  margin: auto;
}

.norajon p {
  text-align: left;
  padding-top: 3vh;
  line-height: 3.4rem;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.norajon-title img {
  position: relative;
  width: 80%;
  margin: 5vh auto;
  border: 5px solid #2d2d2d;
}

#parbeszed {
  margin-left: 10vh;
  text-align: left;
  padding-top: 2vh;
  padding-bottom: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.diary-date {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 5vh;
}

.diary-paragraph {
  margin-left: 3vw;
  padding: 0;
  line-height: 2rem;
}

.bakelit {
  background-color: #373737;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
}

.hanganyagok-main {
  width: 90%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main-bakelit {
  max-width: 40vw;
  margin: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #464646;
  border-bottom: 1px solid #ffc266;
  padding: 2rem;
  border-radius: 25px;
}

.bakelit-text {
  max-width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3vh;
}

.bakelit-text-sec {
  max-width: 18vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 3vh;
}

.bekelit-title {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  margin-top: 2rem;
  text-align: left;
}

.bekelit-title-main {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  color: #ffc266;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}

.bekelit-text-main {
  font-family: "Play", sans-serif;
  text-transform: none;
  color: #ffc266;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  line-height: 3vh;
}

.bekelit-sub-text {
  max-width: 20vw;
  font-family: "Play", sans-serif;
  text-transform: none;
  color: #ffc266;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 3vh;
  text-align: left;
  padding: 0 2rem;
}

.turntable-main:hover {
  background-color: #ffab66c0;
}

.bekelit-title-main:hover {
  color: #ffab66c0;
}

.turntable-main {
  position: relative;
  display: block;
  margin-top: 2vh;
  margin-bottom: 2vh;
  width: 19.375rem;
  height: 17.5rem;
  background: #e2ad5f;
  border-radius: 5%;
  -webkit-box-shadow: inset 0 0 10px rgba(70, 70, 70, 0.7);
          box-shadow: inset 0 0 10px rgba(70, 70, 70, 0.7);
}

.turntable {
  position: relative;
  margin: auto;
  display: block;
  margin-top: 2vh;
  margin-bottom: 2vh;
  width: 19.375rem;
  height: 17.5rem;
  background: #e2ad5f;
  border-radius: 5%;
  -webkit-box-shadow: inset 0 0 10px rgba(70, 70, 70, 0.7);
          box-shadow: inset 0 0 10px rgba(70, 70, 70, 0.7);
}

.record {
  position: absolute;
  left: 2.188rem;
  top: 2.188rem;
  width: 12.5rem;
  height: 12.5rem;
  background: black;
  border-radius: 50%;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.record::before {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 11.25rem;
  height: 11.25rem;
  background: repeating-radial-gradient(black, black 5px, #1c1c1c 6px, #1c1c1c 7px);
  border-radius: 50%;
}

.overlay-bakelit {
  content: "";
  left: 2.188rem;
  top: 2.188rem;
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  background: linear-gradient(45deg, transparent, 40%, rgba(255, 255, 255, 0.35), 60%, transparent);
  border-radius: 50%;
}

.inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.438rem;
  height: 3.438rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #ffab66c0), to(#ffab66c0));
  background: linear-gradient(white, white 50%, #ffab66c0 50%, #ffab66c0);
  border-radius: 50%;
}

.inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background: black;
  border-radius: 50%;
}

.inner::after {
  content: "TAR";
  width: 2vw;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  position: absolute;
  left: 51%;
  top: 0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arm-holder {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: gray;
  border-radius: 50%;
  right: 1.25rem;
  top: 2.5rem;
}

.arm-holder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.875rem;
  height: 1.875rem;
  background: #939393;
  border-radius: 50%;
}

.arm {
  position: absolute;
  right: 0.813rem;
  width: 3.75rem;
  top: 0.625rem;
  height: 6.875rem;
  border: 10px solid #939393;
  -webkit-transform: skew(-20deg, -20deg);
          transform: skew(-20deg, -20deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 0 0 30% 0;
  -webkit-animation: armTwitch 0.5s infinite;
          animation: armTwitch 0.5s infinite;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes armTwitch {
  0% {
    -webkit-transform: skew(-20deg, -20deg);
            transform: skew(-20deg, -20deg);
  }
  100% {
    -webkit-transform: skew(-20deg, -20deg) rotate(1deg);
            transform: skew(-20deg, -20deg) rotate(1deg);
  }
}

@keyframes armTwitch {
  0% {
    -webkit-transform: skew(-20deg, -20deg);
            transform: skew(-20deg, -20deg);
  }
  100% {
    -webkit-transform: skew(-20deg, -20deg) rotate(1deg);
            transform: skew(-20deg, -20deg) rotate(1deg);
  }
}

.arm::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.875rem;
  background: gray;
  -webkit-transform: skew(20deg, 20deg) rotate(75deg);
          transform: skew(20deg, 20deg) rotate(75deg);
  top: 6.125rem;
  left: -0.625rem;
  border-radius: 20%;
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.dial {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 1.563rem;
  height: 1.563rem;
  background: #333642;
  border-radius: 50%;
}

.dial::before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.125rem;
  position: absolute;
  width: 0.125rem;
  height: 0.313rem;
  background: white;
  border-radius: 50%;
}

.impresszum-hero {
  height: auto;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(0, 0, 0, 0.247)), color-stop(50%, rgba(0, 0, 0, 0.253)), to(#2d2d2d)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.473)), color-stop(75%, rgba(0, 0, 0, 0.445)), to(#2d2d2d)), url(../img/herobg.jpg);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.247) 25%, rgba(0, 0, 0, 0.253) 50%, #2d2d2d 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.473) 50%, rgba(0, 0, 0, 0.445) 75%, #2d2d2d 100%), url(../img/herobg.jpg);
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.impresszum-head {
  width: 75%;
  margin: auto;
  margin-top: 1vh;
}

.impresszum-head h1 {
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  margin-bottom: 3rem;
}

.impresszum-head h2 {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 2rem;
  margin: 2rem 4rem;
  letter-spacing: 0.3rem;
  line-height: 2;
}

.impresszum-main {
  width: 70%;
  padding: 2rem;
  margin: auto;
  margin-top: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.impresszum-dih-img img {
  width: 11vw;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 6rem;
}

.impresszum-main h2 {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  margin-bottom: 3rem;
  margin-left: 5rem;
}

.impresszum-szerkeszto h2 {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  margin: 1rem;
  margin-left: 5rem;
}

.impresszum-text-head {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  margin: 1rem;
  margin-left: 5rem;
}

.impresszum-text {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-left: 10rem;
  padding-bottom: 2.4rem;
}

#impresszum-text-a {
  font-family: "Play", sans-serif;
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  color: #ffc266;
}

#impresszum-text-a:hover {
  color: #ffab66c0;
}

:root {
  --base-grid: 1.1rem;
  --colour-white: hsla(0, 0%, 18%, 0.678);
  --colour-black: #ffc266;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.links {
  --link-size: calc(var(--base-grid) * 20);
  color: var(--colour-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  width: 90%;
  margin: auto;
}

.links__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
}

.links__list2 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: auto;
}

.links__item {
  width: var(--link-size);
  height: var(--link-size);
  position: relative;
}

.links__link {
  opacity: 0;
  -webkit-animation: on-load 0.3s ease-in-out forwards;
          animation: on-load 0.3s ease-in-out forwards;
  -webkit-animation-delay: calc(var(--item-count) * 150ms);
          animation-delay: calc(var(--item-count) * 150ms);
  width: 100%;
  height: 100%;
  border-radius: 25%;
  position: relative;
  background-color: var(--colour-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
}

.links__icon {
  width: calc(var(--base-grid) * 8);
  height: calc(var(--base-grid) * 8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--colour-black);
}

.links__icon2 {
  width: calc(var(--base-grid) * 9);
  height: calc(var(--base-grid) * 9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--colour-black);
}

.links__icon3 {
  width: calc(var(--base-grid) * 10);
  height: calc(var(--base-grid) * 10);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--colour-black);
  margin-top: 2vh;
}

.links__icon4 {
  width: calc(var(--base-grid) * 10);
  height: calc(var(--base-grid) * 10);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--colour-black);
  margin-top: 2vh;
}

.links__text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  height: calc(var(--base-grid) * 2);
  font-size: calc(var(--base-grid) * 2);
  font-family: "Play", sans-serif;
  text-transform: none;
  display: none;
  bottom: calc(var(--base-grid) * 8.5);
  -webkit-animation: text 0.3s ease-in-out forwards;
          animation: text 0.3s ease-in-out forwards;
}

.links__link:after {
  content: "";
  background-color: transparent;
  width: var(--link-size);
  height: var(--link-size);
  border: 2px solid #ffab66c0;
  display: block;
  border-radius: 25%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.53, -0.67, 0.73, 0.74);
  transition: all 0.3s cubic-bezier(0.53, -0.67, 0.73, 0.74);
  -webkit-transform: none;
          transform: none;
  opacity: 0;
}

.links__link:hover .links__icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(calc(var(--base-grid) * -1));
          transform: translateY(calc(var(--base-grid) * -1));
}

.links__link:hover .links__icon2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(calc(var(--base-grid) * -1));
          transform: translateY(calc(var(--base-grid) * -1));
}

.links__link:hover .links__icon3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(calc(var(--base-grid) * -1));
          transform: translateY(calc(var(--base-grid) * -1));
}

.links__link:hover .links__icon4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(calc(var(--base-grid) * -1));
          transform: translateY(calc(var(--base-grid) * -1));
}

.links__link:hover .links__text {
  display: block;
}

.links__link:hover:after {
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition: all 0.3s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

@-webkit-keyframes on-load {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes on-load {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(0);
            transform: scale(0.3) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(calc(var(--base-grid) * 5));
            transform: scale(1) translateY(calc(var(--base-grid) * 5));
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(0);
            transform: scale(0.3) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(calc(var(--base-grid) * 5));
            transform: scale(1) translateY(calc(var(--base-grid) * 5));
  }
}

.interjuk-left-main {
  background-color: #373737;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-position: center;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
}

.interjuk-left-content {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background-color: #e2ad5f;
  border-radius: 25px;
  padding: 2rem;
}

.interjuk_icon {
  width: 7vw;
  height: auto;
  margin: auto;
  padding-top: 2rem;
}

.kritika-main-icon {
  width: 6vw;
  height: auto;
  margin: auto;
  padding-top: 2rem;
}

.esvita-main-icon {
  width: 6vw;
  height: auto;
  margin: auto;
  padding-top: 2rem;
}

.tanulmanyok-main-icon {
  width: 6vw;
  height: auto;
  margin: auto;
  padding-top: 2rem;
}

.interjuk-left-title {
  color: #2d2d2d;
  letter-spacing: 0.2rem;
  font-family: "Play", sans-serif;
  text-transform: none;
  margin: 0 2rem;
  max-width: 14vw;
}

.tanulmanyok-left-title {
  color: #2d2d2d;
  letter-spacing: 0.2rem;
  font-family: "Play", sans-serif;
  text-transform: none;
  margin: 0 2rem;
  max-width: 14vw;
}

.esvita-left-title {
  color: #2d2d2d;
  letter-spacing: 0.2rem;
  font-family: "Play", sans-serif;
  text-transform: none;
  margin: 0 2rem;
  max-width: 14vw;
}

.interju-main {
  border-radius: 25px;
  width: 70%;
  padding: 2rem;
  background-color: #373737;
  margin: auto;
  margin-top: 2rem;
}

.interju-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  margin: auto;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interju-main li {
  background-color: #464646;
  border-radius: 25px;
  margin-bottom: 1.5rem;
}

.interju-main li:hover {
  background-color: #4646467a;
  border-bottom: 1px solid #ffc266;
}

.interju-list-icon {
  width: 5vw;
}

.interjuk_icon2 {
  width: 5vw;
  height: auto;
  margin: auto;
  margin-right: 3rem;
}

.interju-list-text {
  padding-left: 3.2rem;
}

.interju-list-title {
  font-family: "Play", sans-serif;
  text-transform: none;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  text-align: left;
  font-size: 2.2rem;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #ffc266;
}

.interju-list-dec {
  color: #ffab66c0;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3rem;
  padding: 0;
  font-family: "Play", sans-serif;
  text-transform: none;
}

.interju-list-cit {
  font-family: "Play", sans-serif;
  text-transform: none;
  text-align: left;
  line-height: 2.6rem;
  font-size: 1.6rem;
  padding-left: 2rem;
}

body {
  overflow-x: hidden;
}

.fa-2x {
  font-size: 3rem !important;
}

.burger-container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.burger-container .navbar {
  min-height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-container .navbar .logo {
  font-size: 2.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffc266;
  font-weight: 700;
}

.burger-container .navbar .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-container .navbar .nav-links li {
  list-style-type: none;
}

.burger-container .navbar .nav-links li a {
  text-decoration: none;
  color: #ffc266;
  margin: 0 1.25rem;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}

.burger-container .navbar .nav-links li a::after {
  position: absolute;
  content: "";
  background-color: #464646;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

header .burger-container .navbar .nav-links li a:hover::after {
  width: 100%;
}

header .burger-container .navbar .nav-links button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.75rem 1rem;
  margin: 0 1rem;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffc266;
  color: #ffc266;
  font-weight: 500;
}

header .burger-container .navbar i {
  display: none;
  color: #ffc266;
  cursor: pointer;
}

header .burger-container .showcase {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 35rem;
}

header .burger-container .showcase h1 {
  color: #ffc266;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-bottom: 1rem;
}

header .burger-container .showcase p {
  margin-top: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.9rem;
  width: 30rem;
}

header .burger-container .showcase button {
  margin-top: 1rem;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 6px;
  cursor: pointer;
}

header .video-container {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

header .video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

@media (max-width: 850px) {
  header .burger-container .navbar .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffc266;
    height: 100%;
    width: 225px;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    z-index: 21;
    border-right: 1px solid #2d2d2d;
  }
  header .burger-container .navbar .nav-links li a {
    color: #2d2d2d;
  }
  header .burger-container .navbar .nav-links li a::after {
    background-color: #2d2d2d;
  }
  header .burger-container .navbar .nav-links button {
    border-color: #2d2d2d;
    color: #2d2d2d;
    padding: 0.75rem 1.5rem;
  }
  header .burger-container .navbar .nav-links.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  header .burger-container .navbar i {
    display: block;
  }
  header .burger-container .showcase {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
  }
  header .burger-container .showcase h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 500px) {
  header .burger-container .showcase h1 {
    font-size: 2.1rem;
  }
  header .burger-container .showcase p {
    font-size: 0.85rem;
    width: 300px;
  }
}

.component-subtitle {
  font-size: 3.4rem;
  text-align: center;
  font-family: "Kelly Slab", cursive;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: #ffab66c0;
}

.tajekoztatokonyv {
  padding-top: 5rem;
  width: 95%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tajekoztato-borito img {
  height: 30vw;
  width: auto;
  border-radius: 25px;
}

.tajekoztato-text {
  width: 50vw;
}

.hangjatek-meta {
  padding-top: 15vh;
  width: 95%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hangjatek-borito img {
  height: 23vw;
  width: auto;
  border-radius: 25px;
}

.hangjatek-text {
  width: 50vw;
}

.tajekoztato-lejatszo {
  padding-top: 15vh;
  width: 95%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bakelit-tajekoztato {
  background-color: #373737;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
  padding: 2rem;
}

/* MEDIA QUERIES */
/* HOME PAGE */
@media screen and (max-width: 1462px) {
  .footer-menu {
    width: 40%;
  }
}

@media screen and (max-width: 1396px) {
  nav {
    width: 95%;
  }
  .typewriter h1 {
    font-size: 4rem;
  }
  .typewriter h2 {
    font-size: 3rem;
  }
  .typewriter h3 {
    font-size: 2.8rem;
  }
  .typewriter a {
    font-size: 2.8rem;
  }
  #logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 5rem;
            flex: 1 1 5rem;
  }
}

@media screen and (max-width: 1270px) {
  /*main {
    min-height: 76.68vh !important;
  }*/
  .main-logo {
    height: 18vh;
    padding: 1.5rem;
  }
  nav ul li a {
    font-size: 2.6rem;
  }
  .typewriter h1 {
    font-size: 3.4rem;
  }
  .typewriter h2 {
    font-size: 2.8rem;
  }
  .typewriter h3 {
    font-size: 2.6rem;
  }
  .typewriter a {
    font-size: 2.6rem;
  }
  footer {
    position: fixed;
  }
}

@media screen and (max-width: 1120px) {
  #logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1rem;
            flex: 1 1 1rem;
  }
  .main-logo {
    height: 13vh;
    padding: 1.5rem 1rem;
  }
  nav ul li a {
    font-size: 2rem;
  }
  .typewriter h1 {
    font-size: 3rem;
  }
  .typewriter h2 {
    font-size: 2.2rem;
  }
  .typewriter h3 {
    font-size: 2rem;
  }
  .typewriter a {
    font-size: 2rem;
  }
  .footer-make p {
    font-size: 1.2rem;
  }
  .footer-menu a {
    font-size: 1.2rem;
  }
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .footer-make {
    width: 100%;
  }
  .footer-menu {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .footer-menu a {
    margin: 0rem 3rem 1rem 3rem;
  }
}

@media screen and (max-width: 900px) {
  main {
    min-height: 50vh !important;
  }
  .typewriter {
    width: 90%;
    margin: auto;
    padding-top: 2rem;
  }
  .typewriter h1 {
    margin: 4vh 0vh 2vh 5vh;
  }
  .typewriter h2 {
    margin: 2vh 0vh 2vh 10vh;
  }
  .typewriter h3 {
    margin: 2vh 0vh 2vh 15vh;
  }
  .footer-make p {
    font-size: 1.2rem;
  }
  .footer-menu a {
    font-size: 1.2rem;
  }
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

.burger-container {
  display: none;
}

@media screen and (max-width: 574px) {
  main {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  #main-nav {
    display: none;
  }
  .main-logo {
    height: 20vh;
    padding: 1.5rem 2rem;
  }
  /* ------------------------------------------------*/
  /* ---- BURGER NAV ---*/
  .burger-container {
    display: block;
  }
  /* ---- BURGER NAV END ---*/
  /* ------------------------------------------------*/
  .typewriter {
    width: 90%;
    margin: auto;
    padding-top: 2rem;
  }
  .typewriter h1 {
    font-size: 2.6rem;
  }
  .typewriter h2 {
    font-size: 2rem;
  }
  .typewriter h3 {
    font-size: 1.8rem;
  }
  .typewriter a {
    font-size: 1.8rem;
  }
  .footer-make p {
    font-size: 1rem;
  }
  .footer-menu a {
    font-size: 1rem;
  }
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .footer-make {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 502px) {
  .typewriter {
    width: 90%;
    margin: auto;
    padding-top: 5rem;
    height: 55vh;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .typewriter a {
    margin: 4vh 0;
  }
  .typewriter h1 {
    font-size: 2.4rem;
    margin: 2vh 0vh 2vh 0vh;
    font-weight: 500;
    text-align: center;
  }
  .typewriter h2 {
    font-size: 2rem;
    margin: 2vh 0vh 2vh 0vh;
    font-weight: 500;
    text-align: center;
  }
  .typewriter a {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
  }
  .typewriter h3 {
    font-size: 1.6rem;
    margin: 2vh 0vh 2vh 3vh;
    font-weight: 500;
  }
  .footer-make p {
    font-size: 1rem;
  }
  .footer-menu a {
    font-size: 1rem;
  }
  .impresszum-link {
    display: none;
  }
}

/* -----------------------------------------------------------------*/
/* ---------------- ÉLETÚT MEDIA QUERY START ------------------------*/
@media screen and (max-width: 770px) {
  .timeline {
    max-width: 90%;
  }
  .timeline-item:before {
    left: -10px !important;
    font-size: 1.5rem;
  }
  .timeline__content-title {
    font-size: 5rem;
    padding-top: 3.5vh;
  }
  .timeline__content-desc {
    font-size: 1.6rem;
  }
}

/* ---------------- ÉLETÚT MEDIA QUERY END ------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* ---------------- MÜVEK MAIN MEDIA QUERY START ------------------------*/
@media screen and (max-width: 1700px) {
  .links__list2 {
    width: 90%;
  }
  .links__list {
    width: 90%;
  }
}

@media screen and (max-width: 1300px) {
  :root {
    --base-grid: 0.9rem;
  }
}

@media screen and (max-width: 1500px) {
  .links__item {
    margin: 2rem;
  }
  .links__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
  }
}

@media screen and (max-width: 1050px) {
  .links__list2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
  }
  .links__item {
    margin: 2rem;
  }
  :root {
    --base-grid: 0.8rem;
  }
  .hero {
    height: auto;
    overflow: scroll;
    padding-bottom: 5vh;
  }
}

@media screen and (max-width: 500px) {
  .hero {
    height: auto;
    overflow: scroll;
    padding-bottom: 5vh;
  }
  .links__text {
    display: block;
    font-size: calc(var(--base-grid) * 1.8);
    padding-top: 0.5vh;
  }
  .links__link::after {
    opacity: 1;
  }
}

/* ---------------- MŰVEK MEDIA QUERY END ------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* ---------------- MÜVEK SUB MEDIA QUERY START ------------------------*/
@media screen and (max-width: 1606px) {
  .component {
    width: 95%;
  }
  #book1 {
    width: 90%;
    padding-left: 9rem;
    padding-right: 0;
  }
  #book1::after {
    left: 3vw;
  }
  figcaption {
    position: absolute;
    width: 68vw;
  }
  .component {
    height: auto;
    padding-bottom: 10vh;
  }
}

@media screen and (max-width: 1182px) {
  .component {
    height: auto;
    padding-bottom: 10vh;
  }
  .component-title {
    font-size: 2.6rem;
  }
  .component-title a {
    font-size: 2.6rem;
  }
  #book1 {
    padding-left: 7.5rem;
  }
  .book {
    width: 120px;
    height: 180px;
  }
  .btn {
    margin-top: 5.5rem;
    margin-left: 1rem;
  }
  .book a {
    font-size: 1.6rem;
  }
  figcaption {
    padding-left: 1.5rem;
    padding-right: 15vh;
  }
  figcaption p {
    padding: 0 !important;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 810px) {
  .component {
    margin-top: 2rem;
    padding-bottom: 10vh;
  }
  .component-title {
    font-size: 2.4rem;
    width: 80%;
    line-height: 3.5rem;
  }
  .component-title a {
    font-size: 2.4rem;
    width: 80%;
    line-height: 3.5rem;
  }
  .component-title::after {
    display: none;
  }
  .component-title a::after {
    display: none;
  }
  #book1 {
    padding-left: 6.5rem;
  }
  .book {
    width: 100px;
    height: 160px;
  }
  .btn {
    margin-top: 4.5rem;
    margin-left: 1rem;
  }
  .book a {
    font-size: 1.4rem;
    text-transform: none;
  }
  figcaption {
    padding-left: 0rem;
    padding-right: 12vh;
  }
  figcaption p {
    padding: 0 !important;
    font-size: 1.6rem;
  }
  #book1::after {
    bottom: -3rem;
  }
}

@media screen and (max-width: 650px) {
  #book1::after {
    bottom: -5rem;
    margin-bottom: 3vh;
  }
  #book1 {
    padding-left: 7rem;
  }
  figcaption {
    left: 13rem;
    padding-right: 10vh;
  }
}

@media screen and (max-width: 604px) {
  main {
    overflow: scroll;
  }
  .component {
    padding-bottom: 30vh;
  }
  .align {
    padding-top: 0;
  }
  #book1 {
    margin: auto;
    padding: 0;
  }
  #book1::after {
    width: 95%;
  }
  .book {
    margin: 0;
  }
  .book ul {
    margin-top: 8vh !important;
    margin-left: 27vw !important;
  }
  figcaption {
    left: 0;
    padding-right: 0;
    width: 80vw;
    margin: auto;
  }
}

@media screen and (max-width: 440px) {
  #book1::after {
    display: none;
  }
}

/* ---------------- MŰVEK SUB MEDIA QUERY END ------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* ---------------- MŰVEK Text MEDIA QUERY START ------------------------*/
@media screen and (max-width: 1346px) {
  .norajon {
    padding-bottom: 15vh;
  }
}

@media screen and (max-width: 1150px) {
  .norajon-title a {
    font-size: 2.8rem;
  }
  .norajon-title h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 740px) {
  .norajon-title a {
    font-size: 2.4rem;
  }
  .norajon-title h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 476px) {
  main {
    padding-bottom: 5vh;
  }
  .norajon {
    width: 95%;
    padding: 10vh 3vh;
    border-radius: 25px;
  }
  .norajon-title a {
    font-size: 2.2rem;
    width: 95%;
  }
  .norajon-title a::after {
    display: none;
  }
  .norajon-title h2 {
    font-size: 2rem;
    text-align: center;
  }
}

/* ---------------- MŰVEK Text MEDIA QUERY END ------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* ---------------- FOTÓK MEDIA QUERY START ------------------------*/
@media screen and (max-width: 1300px) {
  #maingallery {
    padding-bottom: 10vh;
  }
}

@media screen and (max-width: 540px) {
  .outer {
    width: 432px;
    height: 245px;
  }
}

@media screen and (max-width: 490px) {
  .outer {
    width: 350px;
    height: 250px;
  }
  #maingallery {
    padding-bottom: 15vh;
  }
  .hovereffect h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 400px) {
  .outer {
    width: 290px;
    height: 250px;
  }
  #maingallery {
    padding-bottom: 15vh;
  }
  .hovereffect h2 {
    font-size: 2.4rem;
  }
}

/* ---------------- FOTÓK ALMAPPÁK MEDIA QUERY START ------------------------*/
@media screen and (max-width: 862px) {
  .gallerysection {
    padding-bottom: 15vh;
  }
  .gallery-item.item-3x4 {
    -ms-flex-preferred-size: calc(40vw * 0.75);
        flex-basis: calc(40vw * 0.75);
  }
  .gallery-item.item-4x3 {
    -ms-flex-preferred-size: calc(40vw * 0.75);
        flex-basis: calc(40vw * 0.75);
  }
}

@media screen and (max-width: 700px) {
  .gallery-item.item-3x4 {
    -ms-flex-preferred-size: calc(60vw * 0.75);
        flex-basis: calc(60vw * 0.75);
  }
  .gallery-item.item-4x3 {
    -ms-flex-preferred-size: calc(60vw * 0.75);
        flex-basis: calc(60vw * 0.75);
  }
}

/* ---------------- FOTÓK ALMAPPÁK MEDIA QUERY END  ------------------------*/
/* ---------------- FOTÓK MEDIA QUERY END ------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* ---------------- HANGANYAGOK START ------------------------------------ */
@media screen and (max-width: 1750px) {
  .turntable-main {
    width: 16.25rem;
    height: 14.375rem;
  }
  .turntable {
    width: 16.25rem;
    height: 14.375rem;
  }
  .record {
    width: 8.125rem;
    height: 8.125rem;
    left: 3.438rem;
    top: 3.438rem;
  }
  .overlay-bakelit {
    width: 10.938rem;
    height: 10.938rem;
    left: 2rem;
    top: 2rem;
  }
  .main-bakelit {
    min-height: 30vh;
  }
}

@media screen and (max-width: 1500px) {
  .hanganyagok-main {
    padding-bottom: 10vh;
  }
  .turntable-main {
    width: 13.125rem;
    height: 11.25rem;
  }
  .turntable {
    width: 13.125rem;
    height: 11.25rem;
  }
  .record {
    width: 8.125rem;
    height: 8.125rem;
    left: 1.563rem;
    top: 1.563rem;
  }
  .record::before {
    width: 8.125rem;
    height: 8.125rem;
  }
  .overlay-bakelit {
    width: 8.125rem;
    height: 8.125rem;
    left: 1.563rem;
    top: 1.563rem;
  }
  .arm-holder {
    width: 2.188rem;
    height: 2.188rem;
  }
  .arm-holder::after {
    width: 1.563rem;
    height: 1.563rem;
    left: 47%;
  }
  .arm {
    width: 1.875rem;
    height: 5rem;
  }
  .arm::before {
    width: 0.938rem;
    height: 1.563rem;
    top: 3.438rem;
    left: -0.75rem;
  }
  .bekelit-title-main {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .bekelit-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .bekelit-text-main {
    font-size: 1.6rem;
  }
  .bekelit-sub-text {
    font-size: 1.6rem;
  }
  .main-bakelit {
    min-height: 30vh;
  }
}

@media screen and (max-width: 1250px) {
  .main-bakelit {
    width: 40vw;
    min-height: 30vh;
  }
  .bakelit {
    border-radius: 25px;
  }
  .hanganyagok-main {
    width: 95%;
  }
  .turntable-main {
    width: 10rem;
    height: 8.125rem;
  }
  .turntable {
    width: 10rem;
    height: 8.125rem;
  }
  .record {
    width: 5rem;
    height: 5rem;
    left: 1.563rem;
    top: 1.563rem;
  }
  .record::before {
    width: 6.25rem;
    height: 6.25rem;
  }
  .inner {
    width: 2.5rem;
    height: 2.5rem;
  }
  .inner::after {
    display: none;
  }
  .overlay-bakelit {
    width: 6.25rem;
    height: 6.25rem;
    left: 1rem;
    top: 1rem;
  }
  .arm-holder {
    width: 1.563rem;
    height: 1.563rem;
    right: 0.938rem;
    top: 1.563rem;
  }
  .arm-holder::after {
    width: 0.938rem;
    height: 0.938rem;
    left: 47%;
  }
  .arm {
    width: 0.625rem;
    height: 3.125rem;
  }
  .arm::before {
    width: 0.938rem;
    height: 1.563rem;
    top: 2.188rem;
    left: -0.938rem;
  }
}

@media screen and (max-width: 1150px) {
  .bakelit-text {
    padding: 2vh;
  }
  .bakelit-text-sec {
    padding: 2vh;
  }
  .bekelit-title-main {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    text-transform: none;
  }
  .bekelit-title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    text-transform: none;
    text-align: center;
  }
  .bekelit-text-main {
    font-size: 1.4rem;
  }
  .bekelit-sub-text {
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .main-bakelit {
    min-width: 75vw;
    min-height: 20vh;
  }
  .bakelit {
    min-width: 75vw;
  }
  .bakelit-text {
    min-width: 40vw;
  }
  .bakelit-text-sec {
    min-width: 80vw !important;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .bekelit-title-main {
    font-size: 2rem;
    padding-bottom: 1rem;
    text-transform: none;
  }
  .bekelit-title {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
  .bekelit-text-main {
    font-size: 1.6rem;
  }
  .bekelit-sub-text {
    font-size: 1.6rem;
    min-width: 70vw;
    padding-bottom: 5vh;
  }
  .player-ctn {
    width: 85%;
    border-radius: 25px;
    padding-bottom: 15vh;
  }
  #myProgress {
    margin: 2rem 5rem;
  }
}

@media screen and (max-width: 570px) {
  .main-bakelit {
    height: auto;
  }
  .bakelit {
    width: 95%;
  }
  .player-ctn {
    width: 98%;
  }
  .playlist-ctn {
    width: 98%;
    margin: auto;
  }
  .bakelit-text {
    min-width: 70vw;
    text-align: center;
  }
  .bekelit-title-main {
    margin: auto;
  }
  #myProgress {
    margin: 2rem 3rem;
  }
  .btn-ctn {
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  .first-btn {
    margin-left: 1rem;
  }
}

/* ---------------- HANGANYAGOK END ------------------------------------ */
/* -----------------------------------------------------------------*/
/* ---------------- IMPRESSZUM START ------------------------------------ */
@media screen and (max-width: 1650px) {
  .impresszum-head h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .impresszum-szerkeszto h2 {
    font-size: 2.6rem;
    margin: 1rem 4rem;
  }
  .impresszum-main {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 1420px) {
  .impresszum-head {
    width: 85%;
  }
  .impresszum-head h1 {
    font-size: 2.8rem;
  }
  .impresszum-main {
    width: 85%;
  }
}

@media screen and (max-width: 1180px) {
  .impresszum-head {
    width: 80%;
  }
  .impresszum-head h1 {
    font-size: 2.4rem;
  }
  .impresszum-main {
    width: 85%;
  }
  .impresszum-szerkeszto h2 {
    font-size: 2rem;
  }
  .impresszum-text {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-left: 6rem;
  }
}

@media screen and (max-width: 1050px) {
  .impresszum-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15vh;
  }
  .impresszum-szerkeszto {
    width: 85vw;
    margin-left: 10vw;
    margin-bottom: 5vh;
  }
  .impresszum-dih {
    width: 85vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .impresszum-text {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .impresszum-main {
    width: 95%;
  }
  .impresszum-dih-img img {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 730px) {
  .impresszum-head h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 2rem;
  }
  #impresszum-text-a {
    font-size: 1.6rem;
  }
  .impresszum-szerkeszto h2 {
    margin: 1rem 1rem;
  }
  .impresszum-text {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 626px) {
  .impresszum-dih {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .impresszum-dih-img img {
    width: 20vw;
  }
  .impresszum-dih-cim {
    width: 80%;
  }
}

@media screen and (max-width: 410px) {
  .impresszum-main {
    padding: 0rem;
  }
  .impresszum-head {
    width: 85%;
  }
  .impresszum-head h1 {
    font-size: 2rem;
  }
  .impresszum-szerkeszto {
    width: 95%;
    margin-left: 8vw;
  }
  .impresszum-szerkeszto h2 {
    margin: 0;
  }
  .impresszum-head h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 1rem;
  }
  .impresszum-dih {
    width: 90%;
    padding-bottom: 10vh;
  }
  .impresszum-dih-img img {
    width: 30vw;
  }
  .impresszum-dih-cim {
    width: 95%;
  }
  .impresszum-text {
    margin-left: 0;
    font-size: 1.3rem;
    margin-left: 1rem;
  }
  #impresszum-text-a {
    font-size: 1.3rem;
  }
}

/* ---------------- IMPRESSZUM END -------------------------------------------*/
/* ---------------- TÁJÉKOZTATÓ ALOLDAL ------------------------------------ */
@media screen and (max-width: 1650px) {
  .tajekoztato-lejatszo {
    padding-bottom: 15vh;
  }
}

@media screen and (max-width: 1050px) {
  .tajekoztatokonyv {
    width: 100%;
  }
  .tajekoztato-text {
    width: 80vw;
  }
  .tajekoztato-borito {
    margin: auto;
  }
  .tajekoztato-borito img {
    height: 50vh;
  }
  .hangjatek-borito {
    margin: auto;
  }
  .hangjatek-borito img {
    height: 40vh;
  }
  .hangjatek-text {
    width: 100%;
  }
  .bakelit-tajekoztato {
    min-width: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tajekoztato-bekelit-title {
    text-align: center !important;
  }
}

@media screen and (max-width: 450px) {
  .tajekoztato-borito img {
    height: 40vh;
  }
  .hangjatek-borito img {
    height: 30vh;
  }
  .tajekoztatokonyv p {
    font-size: 1.8rem;
    padding: 1rem !important;
  }
  .tajekoztato-hangjatek p {
    font-size: 1.8rem;
    padding: 1rem !important;
  }
  .tajekoztato-bekelit-title {
    text-align: center !important;
  }
}

/* -------------------------------------------------------------------------- */
/* ----------------- TARRÓL ALOLDALAK START ---------------------------------- */
@media screen and (max-width: 1272px) {
  .interju-main {
    padding-bottom: 10vh;
  }
  .esvita-left-title {
    font-size: 1.8rem !important;
    padding: 1rem !important;
    margin: 1rem !important;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1000px) {
  .interjuk-left-main {
    width: 70vw;
    margin: auto;
    padding: 2rem;
    border-radius: 25px;
  }
  .interjuk-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interjuk_icon {
    margin: 2rem;
    width: 10vw;
  }
  .kritika-main-icon {
    margin: 2rem;
    width: 12vw;
  }
  .esvita-main-icon {
    margin: 2rem;
    width: 12vw;
  }
  .tanulmanyok-main-icon {
    margin: 2rem;
    width: 9vw;
  }
  .interjuk-left-title {
    max-width: 80% !important;
  }
  .tanulmanyok-left-title {
    max-width: 70% !important;
  }
  .esvita-left-title {
    max-width: 70% !important;
  }
  .interju-main {
    width: 95%;
  }
}

@media screen and (max-width: 840px) {
  .tanulmanyok-left-title {
    max-width: 80% !important;
    margin: 0;
    padding: 1rem;
  }
  .esvita-left-title {
    max-width: 80% !important;
    margin: 0;
    padding: 1rem;
  }
  .tanulmanyok-main-icon {
    margin: 1rem;
    width: 12vw;
  }
  .esvita-main-icon {
    margin: 1rem;
    width: 18vw;
  }
}

@media screen and (max-width: 750px) {
  .interjuk_icon2 {
    display: none;
  }
  .links__icon4 {
    display: none;
  }
  .interjuk_icon {
    margin: 0;
  }
  .kritika-main-icon {
    margin: 0;
    width: 18vw;
  }
  .esvita-main-icon {
    margin: 0;
    width: 18vw;
  }
  .tanulmanyok-main-icon {
    margin: 1rem;
    width: 15vw;
  }
  .tanulmanyok-left-title {
    max-width: 75% !important;
    margin: 0;
    padding: 1rem;
  }
  .esvita-left-title {
    max-width: 75% !important;
    margin: 0;
    padding: 1rem;
  }
}

@media screen and (max-width: 615px) {
  .interjuk-left-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interjuk-left-main {
    width: 85vw;
    padding: 1rem;
  }
  .interjuk_icon {
    width: 20vw;
    padding: 1rem;
    margin: 0;
  }
  .kritika-main-icon {
    width: 16vw;
    padding: 1rem;
    margin: 0;
  }
  .esvita-main-icon {
    width: 16vw;
    padding: 1rem;
    margin: 0;
  }
  .interjuk-left-title {
    padding: 0 !important;
  }
  .interju-list-text {
    padding-left: 1rem;
  }
  .tanulmanyok-main-icon {
    margin: 1rem;
    width: 10vw;
  }
  .tanulmanyok-left-title {
    max-width: 75% !important;
    margin: 0;
    padding: 1rem;
  }
  .esvita-left-title {
    max-width: 75% !important;
    margin: 0;
    padding: 1rem;
  }
}

@media screen and (max-width: 550px) {
  .tanulmanyok-main-icon {
    margin: 1rem;
    width: 13vw;
  }
  .tanulmanyok-left-title {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  .esvita-left-title {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
}

/* ----------------- TARRÓL ALOLDALAK END ---------------------------------- */
/* -------------------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */