html {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'Eczar', serif;
  color: #111010;
  overflow-x: hidden; }

.is-7 {
  margin-top: 1.5rem; }
  .is-7 a {
    color: black; }

a {
  color: white;
  font-style: italic;
  text-decoration: underline; }

.red-box {
  background: #FF5A5A;
  color: white;
  top: 0;
  left: 10%;
  position: fixed;
  width: 31%;
  padding: 1rem;
  max-height: 100%;
  overflow-y: auto;
  z-index: 1; }
  .red-box h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4.2vw;
    border-bottom: 2px solid;
    line-height: 1;
    padding-bottom: .4em;
    margin-bottom: 1rem; }
    .red-box h1 a {
      text-decoration: none;
      font-style: normal; }
  .red-box h3 {
    margin-top: 1rem;
    font-size: 1.3em; }
  .red-box p {
    border-bottom: 2px solid;
    padding-bottom: 1em;
    font-weight: bold; }

.languages.columns {
  text-align: center;
  margin-bottom: -1px;
  padding: .75rem;
  padding-bottom: 0; }
  .languages.columns.mobile {
    display: none; }
    .languages.columns.mobile a {
      font-size: 1em;
      line-height: 1em; }
  .languages.columns.desktop {
    display: flex; }
  .languages.columns .column {
    border: 1px solid #111010; }
    .languages.columns .column:first-of-type {
      border-right: none; }
  .languages.columns a {
    color: red;
    font-weight: bolder;
    opacity: .8;
    text-decoration: underline;
    font-size: 2em;
    line-height: 2em; }

.black-frame {
  border: 1px solid #111010;
  position: relative;
  padding: 0;
  margin-bottom: 1em; }
  .black-frame h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 10vw;
    border-bottom: 1px solid;
    text-align: center;
    margin-bottom: .1em;
    padding: 1rem;
    line-height: 1; }
  .black-frame h3 {
    color: #FF5A5A;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.125em; }
  .black-frame a.info {
    color: black;
    font-size: 1.3em; }
  .black-frame p {
    position: relative;
    display: block;
    padding: 1rem; }
  .black-frame ul {
    padding: 1em; }
    .black-frame ul h4 {
      color: #FF5A5A;
      font-size: 1.5em;
      font-weight: bolder; }
    .black-frame ul h5 {
      font-size: 1.8em;
      line-height: 2em;
      font-family: 'Oswald', sans-serif; }
    .black-frame ul p {
      padding-top: 1.5rem;
      padding-bottom: 2rem; }
    .black-frame ul li {
      border-bottom: 1px solid #111010;
      margin-bottom: 1.2rem; }
      .black-frame ul li:last-of-type {
        border-bottom: none; }
        .black-frame ul li:last-of-type p {
          padding-bottom: 0; }
  .black-frame .proclamation::after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 11vw;
    width: 90%;
    color: #FF5A5A;
    font-weight: bolder;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "Proclamation";
    word-break: break-all;
    opacity: .8;
    line-height: 1;
    text-align: center; }
  .black-frame .news::after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 11vw;
    width: 90%;
    color: #FF5A5A;
    font-weight: bolder;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "News";
    word-break: break-all;
    opacity: .8;
    line-height: 1;
    text-align: center; }

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1152px;
    width: 1152px; }
    .container h1 {
      font-size: 8.5em; } }
@media screen and (max-width: 768px) {
  .red-box {
    position: relative;
    position: relative;
    width: 100%;
    left: initial; }
    .red-box h1 {
      font-size: 10vw; }

  .is-5 {
    display: none; }

  .container {
    margin: 1rem; }

  .black-frame h1 {
    font-size: 18vw; }
  .black-frame ul p {
    padding-top: 0;
    margin-bottom: 1rem; }
  .black-frame .proclamation::after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 11vw;
    width: 90%;
    color: #FF5A5A;
    font-weight: bolder;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "Proclamation";
    word-break: break-all;
    opacity: .8;
    line-height: 1;
    text-align: center;
    font-size: 32vw; }
  .black-frame .news::after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 11vw;
    width: 90%;
    color: #FF5A5A;
    font-weight: bolder;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "News";
    word-break: break-all;
    opacity: .8;
    line-height: 1;
    text-align: center;
    font-size: 32vw; }

  .languages.columns.mobile {
    display: flex; }

  .languages.columns.desktop {
    display: none; } }
