body {
  height: 100%;
  line-height: 1.7;
  font-weight: 300;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body.blog {
  background: #bdccd4;
}

p {
  font-size: 18px;
}

.section {
  background: #f2f2f1;
  color: #fff;
  padding: 40px 0;
}
.section h4 {
  font-size: 24px;
  font-weight: bold;
}
.section.speakers {
  background-color: #f2f2f1;
  color: black !important;
}
.section.speakers h4 {
  margin-bottom: 1em;
}
.section.speakers a {
  color: #460D0D;
  font-weight: bold;
}
.section.speakers hr {
  border-top: 1px solid #dec9c5;
  margin: 4em 0;
}
.section.alternate {
  background: #30adc3;
}
.section.alternate a {
  color: #bdccd4;
  font-weight: bold;
}
.section.alternate .speaker-list a {
  color: #fff;
}
.section.venue-bg {
  background: #30adc3;
}
.section.venue-bg a {
  color: #460D0D;
}
.section.venue-bg .venue-2017-img {
  display: block;
  background-image: url(/2017/images/villa-elisabeth.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}
.section.venue-bg .venue-2018-img {
  display: block;
  background-image: url(/2018/images/venue.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}
.section.venue-bg .venue-2019-img {
  display: block;
  background-image: url(/2019/images/venue.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}
.section.dinner-bg {
  background: #f2f2f1;
  color: black;
}
.section.dinner-bg a {
  color: #e25641;
}
.section.dinner-bg .dinner-img {
  display: block;
  background-image: url(/2019/images/Vestauranten.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}

.section-2017 {
  background: #f2f2f1;
  color: black;
  padding: 40px 0;
}
.section-2017 h4 {
  font-size: 24px;
  font-weight: bold;
}
.section-2017 a {
  color: #e25641;
}
.section-2017 a:hover {
  text-decoration: underline;
}
.section-2017 table {
  width: 100%;
}
.section-2017 th, .section-2017 td {
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 2px #e25641;
}
.section-2017 tr {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}
.section-2017 tr:nth-child(4n) {
  color: #fff;
  background-color: #e25641;
}
.section-2017 th {
  color: #fff;
  background-color: #e25641;
  font-size: 20px;
}
.section-2017 hr {
  border-top-color: black;
}

.schedule h5 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
}

.program h4 {
  text-align: center;
}
.program h5 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
}
.program h6 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.program hr {
  margin-top: 7%;
  margin-left: 10%;
  display: block;
  width: 80%;
  align: center;
}

.location .address > span {
  display: block;
  text-align: center;
}

.title {
  padding: 0px 0 0px 0;
  text-align: center;
  position: relative;
}
.title tito-button {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100vw;
}
.title .title-img {
  display: block;
  background-image: url(/images/website-header.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.title-2019 {
  padding: 0px 0 0px 0;
  text-align: center;
}
.title-2019 .title-img {
  display: block;
  background-image: url(/2019/images/skyline-cph.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.title-2018 {
  padding: 0px 0 0px 0;
  text-align: center;
}
.title-2018 .title-img {
  display: block;
  background-image: url(/2018/images/skyline.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.title-2017 {
  padding: 0px 0 0px 0;
  text-align: center;
}
.title-2017 .title-img {
  display: block;
  background-image: url(/2017/images/skyline.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

#title-small {
  height: 150px;
}
#title-small .title-img {
  background-image: url(/2018/images/emberfest_logo.svg);
  background-position: top;
}

#title-2017 {
  background-image: url(/2017/images/skyline.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(189, 204, 212);
  min-height: 100vh;
}

.title-logo {
  padding: 0px 0 0px 0;
  text-align: center;
}
.title-logo .title-img {
  display: block;
  background-image: url(/2018/images/emberfest_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}

.footer {
  padding: 10px 0;
  font-size: 11px;
  font-weight: bold;
}
.footer a {
  color: #e25641;
  transition: color ease-in-out 0.15s;
}
.footer a:hover {
  text-decoration: underline;
}
.footer hr {
  color: #000;
  border-width: 1px;
}
.footer .links a {
  margin-left: 10px;
}

.address > span {
  display: block;
}

.speaker-list {
  margin-bottom: 40px;
}
.speaker-list h6 {
  text-align: center;
}

.speaker h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.speaker img {
  margin: 0 auto;
  width: 100%;
}

.speaker-image {
  height: 200px;
  width: 200px;
  display: block;
  margin: auto;
}

.speaker-circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  padding: 10px;
}

.sponsors {
  color: #000;
}
.sponsors h4, .sponsors h5, .sponsors h6 {
  text-align: center;
  margin-bottom: 40px;
}
.sponsors h5 {
  font-size: 18px;
}
.sponsors h6 {
  font-size: 16px;
}
.sponsors .premier-logos .row > div {
  margin-bottom: 40px;
}
.sponsors .premier-logos .row > div img {
  max-height: 75px;
  margin: auto;
}
.sponsors .supporting-logos .row {
  margin-bottom: 30px;
}

.sponsors-2017 h4, .sponsors-2017 h5 {
  text-align: center;
  margin-bottom: 40px;
}
.sponsors-2017 h5 {
  font-size: 18px;
}
.sponsors-2017 .premier-logos .row > div {
  margin-bottom: 40px;
}
.sponsors-2017 .premier-logos .row > div img {
  max-height: 75px;
  margin: auto;
}
.sponsors-2017 .supporting-logos .row {
  margin-bottom: 10px;
}

.privacy h1 {
  text-align: center;
}

.call-to-action, .mailing-list input[type=submit], .tito-tickets-button {
  background-color: #DDD;
  border-radius: 3px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #e25641;
  color: #FFF;
}
.call-to-action:hover, .mailing-list input[type=submit]:hover, .tito-tickets-button:hover {
  background-color: #CCC;
}
.call-to-action:focus, .mailing-list input[type=submit]:focus, .tito-tickets-button:focus {
  outline: none;
}
.call-to-action:hover, .mailing-list input[type=submit]:hover, .tito-tickets-button:hover {
  background-color: #c93d28;
}

.learn-more {
  margin-top: 50px;
  margin-left: 15px;
  font-size: 30px;
  text-align: center;
  vertical-align: center;
  text-shadow: 0 0 4px #FFF;
  font-weight: bold;
  width: 100%;
}
.learn-more a {
  color: #e25641;
}
.learn-more a em {
  display: block;
  font-style: normal;
}
.learn-more a svg {
  transition: transform 0.3s;
}
.learn-more a:hover {
  text-decoration: none;
}
.learn-more a:hover svg {
  transform: translateY(7px);
}

.mailing-list #mc_embed_signup .indicates-required {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.mailing-list #mc_embed_signup .mc-field-group {
  overflow: auto;
}
.mailing-list #mc_embed_signup .mc-field-group label {
  cursor: pointer;
  float: left;
  width: 160px;
  line-height: 1;
}
.mailing-list #mc_embed_signup .mc-field-group input {
  width: 280px;
  padding: 5px;
  color: #000;
}
.mailing-list #mc_embed_signup .asterisk {
  color: #fff;
}
.mailing-list #mc_embed_signup #mce-success-response {
  color: #fff;
}
.mailing-list #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  clear: both;
  margin: 4px 0 0 160px;
  width: 280px;
}
.mill {
  padding: 0px;
}
.mill img {
  position: absolute;
  right: 0;
  bottom: -27px;
  width: 250px;
}

.mascot {
  padding: 0px;
}
.mascot img {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 250px;
}

.mill img {
  bottom: -15px;
  width: 150px;
}

.bear {
  padding: 0px;
}
.bear img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

hr {
  margin: 0 0 10px 0;
  color: #fff;
}

.cookie-banner {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #DDD;
}
.cookie-banner a {
  color: #e25641;
}

.cookie-button {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 50px;
  cursor: pointer;
  text-transform: uppercase;
}
.cookie-button:hover {
  background-color: #e25641;
  color: #DDD;
  text-decoration: none;
}

@media (max-width: 480px) {
  .title {
    padding: 0px 0 0px 0;
    text-align: center;
  }
  .title .title-img {
    display: block;
    background-image: url(/images/website-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 55vh;
  }
  .title h1 {
    font-size: 24px;
    margin: 100px 0 20px 0;
  }
  #title-small {
    min-height: 150px;
  }
  #title-small .title-img {
    margin: auto;
  }
  #title-2017 {
    min-height: 40vh;
    background-size: cover;
    background-position: center;
  }
  .location .address > span {
    font-size: 12px;
  }
  .mailing-list #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-left: 0;
  }
  .footer {
    font-size: 10px;
  }
  .cookie-banner {
    text-align: center;
  }
  .cookie-button {
    float: none !important;
  }
  .mascot img {
    bottom: 1px;
    width: 120px;
    height: 140px;
  }
  .bear img {
    width: 80px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .title .title-img {
    display: block;
    background-image: url(/images/website-header.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .title h1 {
    font-size: 28px;
  }
  .title-2018 .title-img {
    display: block;
    background-image: url(/2018/images/skyline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .title-2018 h1 {
    font-size: 28px;
  }
  #title-small {
    min-height: 150px;
  }
  #title-small .title-img {
    margin: auto;
  }
  #title-2017 {
    min-height: 50vh;
    background-size: auto;
    background-position: center;
  }
  .location .address > span {
    font-size: 18px;
  }
  .footer {
    font-size: 14px;
  }
  .mill img {
    bottom: -15px;
    width: 150px;
  }
  .mascot img {
    bottom: 1px;
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .learn-more {
    display: none;
  }
}
#map-canvas {
  height: 250px;
  margin: 10px 0 10px 0;
}

#map-canvas2 {
  height: 250px;
  margin: 10px 0 10px 0;
}

html, body {
  /** Disable horizontal scroll on smaller devices **/
  max-width: 100%;
  overflow-x: hidden;
}

.blog h1 {
  margin: 30px 0;
}
.blog h2 {
  margin: 25px 0;
}
.blog h3 {
  margin: 20px 0;
}

.post-content {
  margin: 20px 0;
}
.post-content img {
  width: 100%;
}

.schedule-table--timeslot {
  white-space: nowrap;
}

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