svg {
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  position: fixed;
  top: 45%;
  width: 100px;
}
svg.prev {
  left: 0;
}
svg.next {
  right: 0;
}
@media (max-width: 800px) {
  svg {
    width: 75px;
  }
}
@media (max-width: 500px) {
  svg {
    width: 50px;
  }
}
@media (min-width: 1350px) {
  svg.prev {
    left: 30px;
  }
  svg.next {
    right: 30px;
  }
}
svg line {
  stroke-width: 1.4;
  stroke: #777;
}
svg line:hover {
  stroke: #555;
}
#page-footer {
  flex-grow: 0;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#page-footer p {
  text-align: left;
  color: #333;
  font-size: 13px;
  margin: 0 0 6px;
  line-height: 1.6em;
  white-space: nowrap;
  padding: 0;
}
.footer-col {
  padding-top: 2px;
  flex-grow: 0;
  display: flex;
  flex-direction: column-reverse;
  white-space: nowrap;
}
.footer-space {
  flex: 1;
}
.tc-footer-space {
  display: none;
}
@media (max-width: 730px) {
  .tc-footer-space {
    display: block;
  }
  #page-footer {
    width: auto;
    margin: 0 20px;
  }
}
.two-col-footer {
  display: none;
}
@media (max-width: 730px) and (min-width: 420px) {
  .two-col-footer {
    display: block;
  }
  .footer-col {
    width: 50%;
  }
  .footer-col:first-child {
    display: none;
  }
}
@media (max-width: 420px) {
  #page-footer {
    display: block;
    width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-col {
    display: block;
  }
}
@media (max-width: 330px) {
  #page-footer {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
html,
body {
  background: white;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
}
#page-header {
  flex-grow: 0;
}
#lv0 {
  flex: 1;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  max-width: 850px;
  margin: 20px auto;
}
.message {
  padding: 0 40px;
}
@media (max-width: 500px) {
  .message {
    padding: 0 16px;
  }
}
.two-columns {
  margin: 0 auto;
  max-width: 1400px;
  column-width: 450px;
  column-gap: 56px;
  -webkit-column-width: 450px;
  -webkit-column-gap: 56px;
  -moz-column-width: 450px;
  -moz-column-gap: 56px;
}
.two-columns p {
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6em;
}
@media (max-width: 700px) {
  .two-columns p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .two-columns p {
    font-size: 14px;
  }
}
.splash {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .splash {
    width: 800px;
  }
}
hr {
  background: url(/images/hr.png) 50% 50% no-repeat;
  height: 21px;
  margin: 120px auto 60px;
  max-width: 80%;
  width: 351px;
  border: none;
}
/* Icon list... */
.showcase {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 50px auto 30px;
}
.case {
  width: 30%;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}
@media (max-width: 500px) {
  .case {
    font-size: 12px;
  }
}
.case a {
  display: block;
  width: 100%;
  padding-bottom: 101%;
  margin-bottom: 5px;
}
figure {
  display: table;
  margin: 50px auto;
  max-width: 100%;
}
figure img,
figure figcaption {
  display: table-row;
}
figure p {
  font-size: 80%;
  padding: 5px 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 1440px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3 {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: -2px;
  font-weight: 400;
  text-transform: lowercase;
  color: #333;
  line-height: 0.85em;
  word-spacing: -2px;
  text-align: center;
  padding: 0 20px;
  font-size: 500%;
}
h1 em,
h2 em,
h3 em {
  color: #cba052;
  font-style: normal;
}
body h2 {
  font-size: 320%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 500px) {
  body h2 {
    font-size: 360%;
  }
}
input {
  font-family: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
  margin: 1em auto;
}
p.left {
  text-align: left;
}
p.big {
  font-size: 115%;
}
p a {
  text-decoration: underline;
}
ul {
  list-style: none;
  padding-left: 0;
  font-size: 100%;
}
ul.big {
  font-size: 115%;
}
ul li {
  text-align: center;
  line-height: 1.7em;
  font-weight: 300;
}
.white-popup {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  overflow: auto;
}
.white-popup h2 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  text-transform: lowercase;
  text-align: center;
  color: #333;
  font-size: 30px;
  margin: 1em 0 0.25em;
}
.white-popup p {
  font-size: 17px;
  color: #555;
  margin-top: 0.3em;
  line-height: 26px;
  font-weight: 200;
}
.white-popup .close {
  position: absolute;
  top: 38px;
  right: 20px;
  font-size: 17px;
  color: #333;
  text-decoration: none;
}
.white-popup a:visited {
  color: #999;
}
.center-column {
  display: flex;
  justify-content: center;
}
.link-list {
  margin-top: 24px;
  padding-top: 10vh;
  flex-grow: 0;
}
