:root {
  --color-primary-dark: #3f4031;
  --color-primary: #5b5e3b;
  --color-secondary: #a0a06e;
  --color-light-yellow: #f5f6de;
  --mx-width: 1200px;
}
.welcome-section,
body {
  background: var(--color-secondary);
}
.welcome-section {
  align-items: start;
}
.overpass-font {
  font-family: Overpass, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.welcome-section > .welcome-text {
  max-width: var(--mx-width);
  padding: 20px;
  padding-top: 130px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 40px;
  text-align: justify;
}
.welcome-section > .welcome-text h1 {
  font-size: 24px;
}
.welcome-section > .welcome-text img {
  width: 300px;
  float: right;
  margin: 0 0 15px 30px;
}
.welcome-section > .welcome-text {
  font-size: 20px;
  line-height: 36px;
}
.short-intro > .video-text .down-arrow-link {
  background: 0 0;
  position: relative;
  padding: 10px;
}
.short-intro > .video-text .down-arrow-link img {
  width: 50px;
  height: 50px;
  position: relative;
  top: 10px;
}
.short-intro > .video-text {
  margin-top: 164px;
  width: calc(100% - 200px);
}
@media (max-width: 600px) {
  .short-intro > .video-text {
    margin-top: 50px;
    width: calc(100% - 40px);
  }
}
.short-intro > .overlay {
  width: calc(100% - 200px);
  height: calc(100% - 260px);
  top: 200px;
  left: 100px;
}
@media (max-width: 600px) {
  .short-intro > .overlay {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 1000px) {
  .header .design1,
  .header .design2,
  .header .design3 {
    display: none;
  }
}
.header .design1 {
  position: absolute;
  right: 0;
  height: 132px;
  top: 0;
}
