* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100vh;
  overflow: hidden;
  font-variant: small-caps;
  background-color: #111;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #fff;
}

.parent {
  overflow: scroll;
  height: 100vh;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.parent::-webkit-scrollbar {
  display: none;
}

section {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
}

.menubar {
  width: 100vw;
  position: fixed;
  z-index: 4;
  padding-top: 2vh;
}

a {
  font-size: larger;
  color: #888;
  text-decoration: none;
  padding-left: 5vw;
}

a:hover {
  color: #fff;
}

.topshade {
  width: 100vw;
  height: 20vh;
  position: absolute;
  z-index: 1;

  background-image: linear-gradient(black, rgba(0,0,0,0));
}

.titlecontainer {
  z-index: 3;
  padding-top: 15vh;
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
}

.bottomshade {
  width: 100vw;
  height: 20vh;
  position: absolute;
  z-index: 1;

  background-image: linear-gradient(rgba(0,0,0,0), black);

  bottom: 0;
}

h1 {
  font-size: 200px;
  text-align: center;
}

h2 {
  font-size: 150px;
  text-align: center;
}

h3 {
  font-size: 100px;
  text-align: center;
}

.textcontainer {
  position: absolute;
  z-index: 3;

  top: 50%;
  transform: translate(0%, -50%);


  text-align: justify;
}

.textblock {
  font-size: 40px;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 4vh;
}

.page_cover {
  background: url('img/page_cover.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_introduction {
  background: url('img/page_intro.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_trimoria {
  background: url('img/page_trimoria.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_belgrade {
  background: url('img/page_belgrade.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_ostf {
  background: url('img/page_ostf.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_sovka {
  background: url('img/page_sovka.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_hadonos {
  background: url('img/page_hadonos.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_abk {
  background: url('img/page_abk.jpg') no-repeat center fixed;
  background-size: cover;
}

.page_kibs {
  background: url('img/page_kibs.jpg') no-repeat center fixed;
  background-size: cover;
}

.tv {
  background: url('img/tv.jpg') no-repeat center fixed;
  background-size: cover;
}

.tvblock {
  text-align: center;
  position: absolute;

  width: 70vw;
    
  top: 25%;
  left: 7%;

  color: #666;
}