body {
  margin: 0;
  background-color: #00339900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.new {
  margin-left: 30px;
  margin-right: 30px;
}

.banner {
  width: 100%;
  background-color: #074cd500;
  margin-top: 15px;
}



#left {
  float: left;
  width: 50%;
  overflow: hidden;
  background-color: #074cd500;
}

#left_full {
  width: 100%;
  overflow: hidden;
  background-color: #d5070700;
}

#right {
  text-align: right;
  float: right;
  overflow: hidden;
  background-color: #074cd500;
}

.progress {
  cursor: progress;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}



a {
  color: #000;
  font-family: 'barlow';
  font-size: small;
}

a:hover {
  color: #000;
  font-size: small;
}

p {
  color: #000;
  font-family: 'barlow';
  font-size: small;
}

h1 {
  font-size:medium;
  color: #000;
  font-family: 'barlow';
  
}

.button {
  font-family: 'barlow';
  background-color: #000; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 5%;
}

