body {
  width: 100%;
  height: 100%;
}

#topmenu a {
  color: white;
  text-decoration: none;
  margin-left: 2%;
}

#topmenu {
  padding: 2%;
  position: absolute;
  top: 5;
  right: 10;
  z-index: 3;
  width: 25%;
}

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #186d92;
  opacity: 0.3;
}

#welcomevideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

#welcometext {
  position: absolute;
  top: 200px;
  left: 40%;
  color: #ffffff;
  z-index: 3;
  font-size: 150%;
  text-align: center;
}

#skipvideofield > p > a {
  position: absolute;
  top: 500;
  left: 400;
  color: #ffffff;
  font-size: 1em;
  background: #ff772d;
  padding: 0.5% 1% 0.5% 1%;
  text-decoration: none;
  z-index: 3;
}

#skipvideofield > p > a:hover {
  background: #3f5765;
  text-decoration: none;
  z-index: 3;
}

.button {
  font-size: 60%;
  padding: 2% 4% 2% 4%;
}

#logo {
  width: 33%;
}

#wrapper {
  width: 100% !important;
  overflow: hidden;
}

#wordtradeindexpage {
  width: 250px;
}
