@font-face {
  font-family: 'Fira Code';
  src: url('../fonts/FiraCode-Regular.eot');
  src: url('../fonts/FiraCode-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraCode-Regular.woff2') format('woff2'), url('../fonts/FiraCode-Regular.woff') format('woff'), url('../fonts/FiraCode-Regular.ttf') format('truetype'), url('../fonts/FiraCode-Regular.svg#FiraCode-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Code';
  src: url('../fonts/FiraCode-Bold.eot');
  src: url('../fonts/FiraCode-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraCode-Bold.woff2') format('woff2'), url('../fonts/FiraCode-Bold.woff') format('woff'), url('../fonts/FiraCode-Bold.ttf') format('truetype'), url('../fonts/FiraCode-Bold.svg#FiraCode-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maragsa';
  src: url('../fonts/Maragsa-Display.eot');
  src: url('../fonts/Maragsa-Display.eot?#iefix') format('embedded-opentype'), url('../fonts/Maragsa-Display.woff2') format('woff2'), url('../fonts/Maragsa-Display.woff') format('woff'), url('../fonts/Maragsa-Display.ttf') format('truetype'), url('../fonts/Maragsa-Display.svg#Maragsa-Display') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #f3f8f8;
  min-height: 100%;
  width: 100%;
  font-family: "Neue Helvetica, Helvetica, Arial", sans-serif;
  text-align: center;
}
header {
  position: relative;
  margin: auto;
  max-width: 90%;
  margin-top: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header {
    max-width: 90%;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 921px) {
  header {
    max-width: 800px;
    margin-top: 60px;
  }
}
header p {
  margin: 0;
  padding: 0;
}
header .large {
  font-size: 1.2em;
  line-height: 0.8;
  margin-bottom: 0.2em;
}
header .space {
  line-height: 1.4;
}
header .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
header #title {
  position: relative;
  text-align: left;
  margin-top: 20px;
  font-size: 12.2vw;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header #title {
    margin-top: 40px;
    font-size: 12.2vw;
  }
}
@media only screen and (min-width: 921px) {
  header #title {
    margin-top: 60px;
    font-size: 7.1em;
  }
}
header #subtitle {
  position: relative;
  text-align: left;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 5.7vw;
  border-bottom: 1px solid #077787;
  padding-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header #subtitle {
    font-size: 5.7vw;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 921px) {
  header #subtitle {
    font-size: 3.3em;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
header #location {
  position: relative;
  float: left;
  font-size: 5.7vw;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header #location {
    font-size: 5.7vw;
  }
}
@media only screen and (min-width: 921px) {
  header #location {
    font-size: 3.3em;
  }
}
header #date {
  position: relative;
  float: right;
  font-size: 5.7vw;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header #date {
    font-size: 5.7vw;
  }
}
@media only screen and (min-width: 921px) {
  header #date {
    font-size: 3.3em;
  }
}
header #image {
  width: 100%;
  margin-top: 20px;
  cursor: pointer !important;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  header #image {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  header #image {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 921px) {
  header #image {
    margin-top: 80px;
  }
}
header #image img {
  width: 100%;
  cursor: pointer !important;
}
#main {
  position: relative;
  margin: auto;
  margin-top: 60px;
  max-width: 90%;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  #main {
    max-width: 90%;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 921px) {
  #main {
    max-width: 800px;
    margin-top: 100px;
  }
}
#main .description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 801px) {
  #main .description {
    font-size: 20px;
  }
}
#main .description .title {
  font-size: 28px;
}
@media only screen and (min-width: 751px) and (max-width: 800px) {
  #main .description .title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 801px) {
  #main .description .title {
    font-size: 2.4em;
  }
}
#main .gallery {
  padding-bottom: 1.2vw;
}
@media only screen and (min-width: 801px) {
  #main .gallery {
    padding-bottom: 18px;
  }
}
#main .gallery img {
  width: 100%;
  max-width: 100%;
}
#main .gallery .caption {
  margin-top: 8px;
  font-size: 0.7rem;
  text-align: right;
}
#main .large {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
  #main .large {
    font-size: 20px;
  }
}
@media only screen and (min-width: 801px) {
  #main .large {
    font-size: 26px;
  }
}
#main .large .bold {
  font-weight: bold;
}
footer {
  position: relative;
  margin: auto;
  max-width: 90%;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 100px;
  border-top: 1px solid #077787;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  footer {
    max-width: 90%;
  }
}
@media only screen and (min-width: 921px) {
  footer {
    max-width: 800px;
  }
}
footer .label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  footer .label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1201px) {
  footer .label {
    font-size: 20px;
  }
}
footer .label a {
  color: #077787;
  text-decoration: none;
}
footer .label a:hover {
  color: #000;
}
footer hr {
  margin-top: 80px;
  border: none;
  background: none;
  height: 1px;
  border-top: 1px solid #077787;
}
footer .logos {
  position: relative;
}
footer .logos::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
footer .logos .inspeyered {
  position: relative;
  width: 240px;
  height: 49px;
  margin: auto;
  margin-top: 60px;
  background-image: url('../img/inspeyered_logo.png');
  background-image: url('../img/inspeyered_logo.svg'), linear-gradient(transparent, transparent);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
}
@media only screen and (min-width: 641px) {
  footer .logos .inspeyered {
    float: left;
    margin-right: 100px;
    width: 280px;
    height: 57px;
  }
}
a {
  text-decoration: none;
  color: #077787;
}
a:hover {
  color: #000000;
}
.red {
  color: #077787;
}
.maragsa {
  font-family: "Maragsa";
  letter-spacing: 0.08em;
}
.fira {
  font-family: "Fira Code";
  letter-spacing: 0.01em;
}
.fira .bold {
  font-weight: bold;
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #077787;
}
ul li {
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cadfe2;
}
ul li .time {
  width: 70px;
  vertical-align: top;
  text-align: left;
  color: #077787;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .time {
    font-size: 16px;
    width: 80px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .time {
    font-size: 20px;
    width: 100px;
  }
}
ul li .wide {
  width: 100px;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .wide {
    width: 120px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .wide {
    width: 160px;
  }
}
ul li .descr {
  width: auto;
  vertical-align: top;
  text-align: left;
  color: #077787;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 1200px) {
  ul li .descr {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1201px) {
  ul li .descr {
    font-size: 20px;
  }
}
.nowrap {
  white-space: nowrap;
}
