.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

h1  {
	color: black;
	text-align: center;
  justify-items: center;
	font-size: 100px;
}	

h2  {
	color: black;
	text-align: center;
	font-size: 70px;
  
}	

h3 {
  color: black;
  text-align: left;
  font-size: 30px;
}


.title_container {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: beige;
}

.container {
  width: 100%;
  background-color: beige;
}

body.Home {
  background-image: url("./img/Syberia2_Monolito.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 97vh;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  display: flex;
   overflow-x: auto;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.nav-oben {
  position: static; 
}


.nav-unten {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

p {
  font-size: 30px;
}

img {
  size: 80px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

