@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body, .story {
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
  color: #1C1C1C;
  margin: 0;
  max-width: 100%;
  font-size: 1em;
}

p {
  color: #1C1C1C
}

a {
  color: #009FDA;
  text-decoration: none;
  display: block;
  margin: .5rem 0;
}

a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  padding-top: 40px;
  padding-bottom: 15px;
}

.header a {
  margin: 0;
}

.header img {
  padding-left: 50px;
}

.menu {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.menu ul li {
  display: inline;
  padding-right: 10px;
}

.options {
  display: flex;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background: #009FDA;
}

.profile {
  background: #0A3B7C;
  display: flex;
  align-items: center;
}

.personal {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.personal p {
  font-size: 16px;
  padding-right: 160px;
  margin: 0px;
  color: #FFFFFF;
}

.personal p.day {
  font-size: 14px;
  color: #009ED9;
}

.avatar {
  padding-left: 30px;
  padding-right: 24px;
}

.shop {
  padding: 20px;
  padding-left: 25px;
  margin-left: 25px;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: #112241 solid 2px ;
}

.shop p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px;
}

.shop p.tickets {
  color: #009ED9;
}

.shop img {
  margin-bottom: 8px;
}

.blue-block {
  height: 64px;
  width: 100px;
  background: #009FDA;
  display: flex;
  align-self: center;
}

.data {
  flex: 1;
  display: flex;
  margin: 4rem 50px;
  justify-content: center;
}

.data .links a {
  font-size: 1.5rem;
}

.data video, .data iframe, .data img, .data canvas {
  margin-right: 3rem;
}

.data img {
  width: 640px;
  height: 360px;
}

.data .vlak {
  width: 640px;
  height: 360px;
  flex-shrink: 0;
  position: relative;
}

.data .vlak img {
  width: 100%;
  height: 100%;
}

.data .vlak .dosbox-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.data .vlak canvas {
  position: absolute;
  width: 406px;
  height: 234px;
  top: 68px;
  left: 122px;
}

.text p {
  display: none;
}

.content {
  margin-left: 3rem;
}

.content {
  width: 40%;
}

.footer {
  background: #009FDA;
  padding-left: 50px;
}

.footer p {
  color: #FFFFFF;
}

.text {
  padding: 2rem;
  background: #F8F8F8;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
}

.fade-in-text {
  animation: fadeIn linear 1s;
  -webkit-animation: fadeIn linear 1s;
  -moz-animation: fadeIn linear 1s;
  -o-animation: fadeIn linear 1s;
  -ms-animation: fadeIn linear 1s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
