@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .half {
    padding: 1px 2vw;
    width: 40%;
  }
  #army, #vob {
    height: auto;
    max-width: 400px;
    width: 10vw;
  }
  #bg-a {
    background-color: #023E36;
    padding-bottom: 6vw;
  }
  #bg-a h1, #bg-a li {
    color: #FAC827;
  }
  #bg-a p, #bg-a h2 {
    color: #FFFFFF;
  }
  #bg-b {
    background-color: #023E36;
  }
  #bg-b * {
    color: #FFFFFF;
  }
  #bg-b a:hover {
    color: #B96E2A;
  }
  #contact {
    border-bottom: 1px solid #FAC827;
  }
  #contactform-div {
    background-color: #FFFFFF;
    padding: 30px 1px;
  }
  #flag {
    background: url("../images/flag.webp") no-repeat 50% 50%;
    background-size: cover;
    height: 32vw;
  }
  #form {
    float: right;
    margin: 20px 0 10px 5vw;
    width: 8em;
  }
  #team {
    float: right;
    margin: 0 0 10px 5vw;
    max-width: 500px;
    width: 50vw;
  }
  #team-pic {
    height: auto;
    max-width: 500px;
    width: 50vw;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* CONTACT FORM */
@media only screen and (max-width: 900px) {
  .half {
    width: 90vw;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  #army, #vob {
    width: 30vw;
  }
  #team {
    float: none;
    margin: 1px auto;
    max-width: 500px;
    width: 80vw;
  }
  #team-pic {
    width: 80vw;
  }
}