body, body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cambria Math";
  background-color: #F3E9DC;
  color: #040405;
  font-size: 100%;
}
body .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body h2 {
  font-size: 30px;
  color: #E34B4B;
  padding: 5px;
  margin: 5px;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
  color: #65557C;
}
body a:hover {
  color: #E42828;
}
body header {
  color: white;
  background-color: #170333;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
  height: 15vh;
}
body header .logo {
  width: 20%;
  height: 100%;
  padding: 0.1vw;
}
body header .langMenu {
  float: right;
  height: 100%;
  width: 30vw;
}
body header .langMenu .flexLang {
  height: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body header .langMenu .flexLang50 {
  display: flex;
  flex-direction: row;
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body header .langMenu .flexLang50 a {
  width: 7vh;
  height: 7vh;
}
body header .langMenu .flexLang50 a img {
  height: 100%;
}
body .subpage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .info {
  text-align: center;
  width: 250px;
  padding: 5px;
}
body main section {
  background-color: #65557C;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
body main section h2 {
  color: #F3E9DC;
}
body main section a {
  color: #170333;
}
body footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #170333;
  height: 200%;
  color: #F3E9DC;
  font-size: 90%;
}
body footer div {
  margin: 0.3% 1%;
}

@media (min-width: 600px) {
  body .subpage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  body main .title {
    width: 100%;
    text-align: center;
  }
  body main .info {
    margin-left: 10%;
    width: 400px;
  }
  body main section {
    align-self: center;
    width: 400px;
    margin-right: 10%;
  }
}
@media (max-width: 300px) {
  .video iframe {
    width: 240px;
    height: 134px;
  }
}
@media (min-width: 300px) {
  .video iframe {
    width: 300px;
    height: 168px;
  }
}
@media (min-width: 400px) {
  .video iframe {
    width: 400px;
    height: 224px;
  }
}
@media (min-width: 600px) {
  body header .langMenu {
    width: 15%;
  }
  body .video iframe {
    width: 600px;
    height: 337px;
  }
}
@media (min-width: 915px) {
  .video iframe {
    width: 914px;
    height: 514px;
  }
}
@media (min-width: 1255px) {
  body header .langMenu {
    width: 10%;
  }
  body .video iframe {
    width: 1250px;
    height: 702px;
  }
}

/*# sourceMappingURL=style.css.map */
