/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "Eurostile";
  src: url("Eurostile-Bold.woff2") format("woff2"), url("Eurostile-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Ostia Antica";
  src: url("OstiaAntica-BookItalic.woff2") format("woff2"), url("OstiaAntica-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html, body {
  background-color: #92af89;
  height: 100%;
}

body {
  background-color: #92af89;
  background-size: 100% auto;
  color: #550c1f;
  margin: 0;
  text-align: center;
  font-family: "Eurostile";
  text-transform: uppercase;
}

a {
  color: #550c1f;
  text-decoration: none;
}

#Frame {
  height: 100vh;
  max-height: 220vw;
  margin: auto;
  overflow: scroll;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-image-slice: 100;
  border-image-width: 50px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round;
  border-image-source: url(../img/border.png);
}

#Content {
  height: calc(100vh - 38px);
  max-height: calc(220vw - 38px);
  margin: auto;
  overflow: scroll;
  width: calc(100vw - 38px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

h1 {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/logo.svg);
  background-repeat: no-repeat;
  margin: 13.5vw auto 15vw;
  height: 27.5vw;
  width: calc(100vw - 94px);
}

h2 {
  font-family: "Ostia Antica";
  font-size: 3.8vw;
  font-style: italic;
  letter-spacing: 0.3vw;
  margin: 0 auto 10vw;
}

h3 {
  font-size: 6.7vw;
  letter-spacing: 1vw;
  margin: 5vw auto 1.4vw;
}
h3 a {
  padding: 2vw 1vw 1vw 2vw;
  transition: 0.2s color, 0.2s background;
}
h3 a:hover {
  background: #550c1f;
  color: #92af89;
}

ul {
  padding: 1.5vw 0 0;
}
ul li {
  font-size: 3.8vw;
  letter-spacing: 0.5vw;
  line-height: 4.5vw;
  margin-bottom: 4.5vw;
}
ul span {
  display: block;
  letter-spacing: 0.3vw;
}
ul #Wed {
  letter-spacing: 0vw;
}
ul #Sun {
  letter-spacing: 1.4vw;
}

#Footer {
  font-size: 3.8vw;
  letter-spacing: 0.5vw;
  line-height: 5.4vw;
  padding: 2.4vw 0 10vw;
}
#Footer:before {
  content: " ";
  background: url(../img/elem.svg);
  background-repeat: no-repeat;
  display: block;
  height: 14vw;
  margin: 0 auto 5.7vw;
  width: 13vw;
}
#Footer span {
  display: block;
  margin-bottom: 4vw;
}
#Footer a {
  display: inline-block;
}
#Footer a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  body {
    background-size: 100% auto;
  }

  #Frame {
    height: 100vh;
    max-width: 620px;
    margin: 70px auto;
    width: 100%;
    border-image-slice: 100;
    border-image-width: 50px;
    border-image-outset: 0px 0px 0px 0px;
    position: relative;
    height: auto;
  }

  #Content {
    height: calc(100vh - 38px);
    padding: 110px 0 30px;
    width: 562px;
    position: relative;
    height: auto;
  }

  h1 {
    margin: 0 auto 52px;
    height: 174px;
    width: 468px;
  }

  h2 {
    font-size: 17.6px;
    letter-spacing: 1.8px;
    margin: 0 auto 52px;
  }

  h3 {
    font-size: 28.5px;
    letter-spacing: 6px;
    margin: 38px auto 6.4px;
  }
  h3 a {
    padding: 12px 6.5px 7px 13px;
  }

  ul {
    padding: 9px 0 0;
  }
  ul li {
    font-size: 16.5px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  ul span {
    letter-spacing: 1.6px;
  }
  ul #Wed {
    letter-spacing: 0px;
  }
  ul #Sun {
    letter-spacing: 6.6px;
  }

  #Footer {
    font-size: 12.2px;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 35px 0 35px;
    position: relative;
  }
  #Footer::before {
    height: 76px;
    margin: 0 auto 0;
    width: 70px;
  }
  #Footer span {
    height: 38px;
    margin-bottom: 0;
    padding-top: 2px;
    width: calc(50% - 60px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #Footer span:first-of-type {
    left: 10px;
    right: auto;
  }
  #Footer span:last-of-type {
    left: auto;
    right: 10px;
  }
}
