@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=latin-ext');

:root {
  --abv-blue: #406090;
  --abv-yellow: #FFFFC8;
  --abv-old: #5C7277;
}

/* @media töréspontok: 900px */

body, * {
  font-family: 'Open Sans', sans-serif;
  font-size: 400;
  margin: 0;
}

div {
  margin: 0 auto;
}

p, li {
  margin: 0;
  padding: 0 0 1.5vh 0;
  font-size: calc( 12px + 0.6vw );
  line-height: 1.2;
  color: var(--abv-blue);
}

.Smallp {
  font-size: calc( 10px + 0.5vw ) !important;
}

.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ParallaxContainer {
  display: flex;
  flex: 1 0 100%;
  position: relative;
  z-index: -1;
  height: 100%;  /* 98vh;  /* nem lehet nagyobb, mint a MainContainer Height */
  justify-content: center;
  align-items: center;
  transform: translateZ(-1px) scale(2);
  background-image: url("iroda1-.jpg");
  background-size: cover;
  background-position: center;
  perspective-origin: 50% 0%;
}

.ParallaxContent {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--abv-blue);
  text-align: center;
  margin: 0;
}

h1, h2 {
  font-weight: 800;
  text-shadow: 0px 0px 5px var(--abv-yellow);
}

h1 {
  font-size: 10vw;
  line-height: 1.15;
}

h2 {
  font-size: 4vw;
}

h3 {
  font-size: calc(14px + 0.8vw);
  padding: 60px 0 40px 0;
}

.ContentContainer {
  position: relative;
  display: block;
  background-color: white;
}

.HeadRow {
  position: sticky;
  top: 0;
  display: table;
  width: 100vw;
  height: auto;
  background-color: var(--abv-blue);
  border-top: 2px solid var(--abv-yellow);
  border-bottom: 2px solid var(--abv-yellow);
  padding-bottom: 10px;
}

.Slide1Row, .Slide2Row, .Slide3Row, .Slide4Row, .FootRow {
  width: 100vw;
  height: auto;
  padding-bottom: 20px;
}

.Slide1Row {
  background-color: #FFFFDD;
}

.Slide2Row {
  background-color: #EEFFDD;
}

.Slide3Row {
  background-color: #FFEECC;
}

.Slide4Row {
  background-color: #EEF8FF;
}

.Head, .Slide1, .Slide2, .Slide3, .Slide4, .Foot {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
}

.Head h4 {
  color: var(--abv-yellow);
  font-size: calc(14px + 0.8vw);
}

.Head p {
  text-align: center;
  line-height: 1.4;
  color: var(--abv-yellow);
  padding: 0;
}

.HeadCol {
  float: left;
}

@media only screen and (orientation: portrait) {
  .HeadCol {
    width: 100%;
  }
}

@media only screen and (orientation: landscape) {
  .HeadCol {
    width: 50%;
  }
}

/*.Content img {
  mix-blend-mode: luminosity;
}

.Content img:hover {
  mix-blend-mode: normal;
} */

.Slide4 img {
  width: 100%;
  height: auto;
}

.FootRow {
  background-color: #555555;
  padding-bottom: 0;
}

.Foot {
  padding: 15px 5px;
  text-align: center;
}

.Foot p {
  padding: 0 0 5px 0;
  line-height: 1.3;
  color: LightGray;
}

.Foot a {
  color: inherit;
  font-size: inherit;
}
