html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

body {
  background-color: #fbc547;
  color: #563e09;
  font-family: "Lato", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 900px) {
    body {
      font-size: 12px; } }

footer {
  height: 10em; }

h1 {
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
  width: 100%; }

h2 {
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  margin: 2em 0;
  width: 100%; }
  @media screen and (max-width: 900px) {
    h2 {
      margin: 2em 0 1em 0; } }

h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
  width: 100%; }
  h3.special {
    margin-top: 3em; }

a {
  color: #ad5500;
  text-decoration: none; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

.green {
  color: green; }

.red {
  color: red; }

ul {
  list-style-type: circle; }
  ul li {
    margin: 1em 0; }

header {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 2px #eeb632; }
  header .wrapper {
    width: auto;
    margin: 0 auto;
    max-width: 1920px;
    padding: 3em;
    box-sizing: border-box; }
    @media screen and (max-width: 550px) {
      header .wrapper {
        padding: 3em 1.5em; } }
    header .wrapper .content {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      header .wrapper .content .left {
        width: calc(100% - 590px);
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start; }
        header .wrapper .content .left .imageAndTitle {
          display: flex;
          justify-content: flex-start;
          height: 12rem;
          width: 100%;
          position: relative; }
          header .wrapper .content .left .imageAndTitle .image.hodl img {
            width: 20rem;
            position: absolute;
            left: 0; }
          header .wrapper .content .left .imageAndTitle .image.hb img {
            width: 20rem;
            position: absolute;
            left: -0.7em;
            top: -0.5em;
            opacity: 0.7; }
          @media screen and (max-width: 1450px) {
            header .wrapper .content .left .imageAndTitle .image.hodl img, header .wrapper .content .left .imageAndTitle .image.hb img {
              width: 14rem; } }
          @media screen and (max-width: 900px) {
            header .wrapper .content .left .imageAndTitle .image.hodl img, header .wrapper .content .left .imageAndTitle .image.hb img {
              width: 10rem; } }
          @media screen and (max-width: 670px) {
            header .wrapper .content .left .imageAndTitle .image.hodl img, header .wrapper .content .left .imageAndTitle .image.hb img {
              width: 8rem; } }
          @media screen and (max-width: 550px) {
            header .wrapper .content .left .imageAndTitle .image.hodl img, header .wrapper .content .left .imageAndTitle .image.hb img {
              width: 6.5rem; } }
          header .wrapper .content .left .imageAndTitle a {
            padding-left: 8em; }
          header .wrapper .content .left .imageAndTitle h1 {
            white-space: nowrap;
            color: #000;
            text-align: left;
            font-size: 5em;
            position: relative;
            top: 1.2em;
            margin: 0; }
            header .wrapper .content .left .imageAndTitle h1 span {
              color: #ad5500; }
        header .wrapper .content .left .conferenceOfTheYear {
          font-size: 1.3em;
          width: max-content;
          font-weight: bold;
          color: #000;
          margin-left: 41pc; }
        header .wrapper .content .left .locationAndDate {
          color: #000;
          font-size: 1.1em;
          margin-left: 22pc; }
        header .wrapper .content .left span.bear {
          color: #d83e13; }
        @media screen and (max-width: 1450px) {
          header .wrapper .content .left .imageAndTitle {
            height: 9em; }
            header .wrapper .content .left .imageAndTitle img {
              width: 14em; }
            header .wrapper .content .left .imageAndTitle a {
              padding-left: 6em; }
            header .wrapper .content .left .imageAndTitle h1 {
              font-size: 3.5em; }
          header .wrapper .content .left .conferenceOfTheYear {
            margin-left: 23pc; }
          header .wrapper .content .left .locationAndDate {
            margin-left: 16pc;
            margin-top: 1em; } }
        @media screen and (max-width: 1100px) {
          header .wrapper .content .left {
            width: 100%; } }
        @media screen and (max-width: 670px) {
          header .wrapper .content .left .imageAndTitle {
            height: 9em; }
            header .wrapper .content .left .imageAndTitle a {
              padding-left: 7em; }
            header .wrapper .content .left .imageAndTitle h1 {
              font-size: 2.5em; }
          header .wrapper .content .left .conferenceOfTheYear {
            margin-left: 10pc; }
          header .wrapper .content .left .locationAndDate {
            margin-left: 2pc;
            margin-top: 1em; } }
        @media screen and (max-width: 550px) {
          header .wrapper .content .left .imageAndTitle {
            height: 7em;
            width: auto;
            margin: 0 auto; }
            header .wrapper .content .left .imageAndTitle img {
              width: 7em; }
            header .wrapper .content .left .imageAndTitle a {
              padding-left: 2.5rem; }
            header .wrapper .content .left .imageAndTitle h1 {
              font-size: 2em; }
          header .wrapper .content .left .conferenceOfTheYear {
            margin: 0 auto;
            z-index: 2; }
          header .wrapper .content .left .locationAndDate {
            margin: .5rem auto 0 auto; } }
      header .wrapper .content .right .review {
        max-width: 350px;
        width: 100%;
        clear: both;
        margin-bottom: 2em;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header .wrapper .content .right .review img {
          float: right;
          width: 50px;
          border-radius: 50%;
          margin-left: 1em; }
        header .wrapper .content .right .review p {
          text-align: right;
          font-weight: bold; }
        @media screen and (max-width: 1450px) {
          header .wrapper .content .right .review {
            max-width: 300px; }
            header .wrapper .content .right .review img {
              width: 40px;
              margin-left: .5em; } }
        @media screen and (max-width: 1100px) {
          header .wrapper .content .right .review {
            display: none; } }
    header .wrapper .bottom {
      margin-top: -2em;
      display: flex; }
      header .wrapper .bottom .social {
        width: 150px;
        min-width: 200px;
        flex-grow: 0;
        position: relative;
        left: 5em; }
        header .wrapper .bottom .social img {
          width: 50px;
          height: 50px;
          float: left;
          margin-right: 15px;
          cursor: pointer;
          opacity: 0.7; }
        header .wrapper .bottom .social img.facebook {
          height: 45px;
          margin-left: -10px; }
        header .wrapper .bottom .social img:hover {
          opacity: 1; }
      header .wrapper .bottom .buy {
        text-align: center;
        margin-left: -200px;
        flex-grow: 1; }
        header .wrapper .bottom .buy a {
          position: relative; }
      @media screen and (max-width: 1100px) {
        header .wrapper .bottom {
          margin-top: 1em; }
          header .wrapper .bottom .social {
            left: 0; }
          header .wrapper .bottom .buy {
            text-align: right;
            margin-left: 0;
            white-space: nowrap; } }
      @media screen and (max-width: 550px) {
        header .wrapper .bottom {
          display: flex;
          flex-flow: column-reverse nowrap;
          align-items: center;
          margin-top: 2em; }
          header .wrapper .bottom .social {
            min-width: 100%;
            width: 100%;
            margin-top: 1.5em;
            display: inherit;
            justify-content: center; }
            header .wrapper .bottom .social a:nth-child(2) {
              margin: 0 1em; }
            header .wrapper .bottom .social img {
              width: 30px;
              height: 30px;
              float: none;
              margin: 0; }
              header .wrapper .bottom .social img.facebook {
                margin: 0;
                height: 30px;
                width: auto; } }

.speakers {
  padding: 2em 0; }
  .speakers .list {
    display: grid;
    grid-template-columns: repeat(6, 12em);
    grid-gap: 2.5em;
    justify-items: center;
    justify-content: space-around;
    max-width: 1920px;
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 102em) {
      .speakers .list {
        grid-template-columns: repeat(5, 12em); } }
    @media (max-width: 90em) {
      .speakers .list {
        grid-template-columns: repeat(4, 12em); } }
    @media screen and (max-width: 800px) {
      .speakers .list {
        display: grid;
        grid-template-columns: repeat(4, 12em);
        grid-gap: 1em;
        justify-items: center;
        justify-content: space-around; } }
  @media screen and (max-width: 800px) and (max-width: 56em) {
    .speakers .list {
      grid-template-columns: repeat(3, 12em); } }
  @media screen and (max-width: 800px) and (max-width: 44em) {
    .speakers .list {
      grid-template-columns: repeat(2, 12em); } }

    .speakers .list .speaker {
      text-align: center; }
      .speakers .list .speaker h3 {
        font-size: 1.2em;
        margin-bottom: 0.5em; }
      .speakers .list .speaker img {
        width: 100%;
        object-fit: cover;
        margin: 1em auto;
        border-radius: 40%; }
  .speakers .more {
    text-align: center;
    margin-top: 2em;
    font-size: 120%; }

.container {
  padding: 3em 15%; }
  @media screen and (max-width: 900px) {
    .container {
      padding: 3em 10%; } }

.videos.container {
  padding: 3em 10%;
  max-width: 1920px;
  margin: 0 auto; }
  .videos.container .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
  .videos.container .video {
    margin: 0 1%;
    width: 48%; }
    @media screen and (max-width: 900px) {
      .videos.container .video {
        width: 98%;
        margin-bottom: 1rem; } }
    .videos.container .video iframe {
      min-width: 100%;
      min-height: 350px; }
      @media screen and (max-width: 550px) {
        .videos.container .video iframe {
          min-height: 200px; } }

.about, .contact {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.5em; }
  .about h2, .contact h2 {
    margin-top: 0; }
  .about p, .contact p {
    margin-bottom: 1em; }

.contact {
  max-width: 900px;
  margin: 0 auto; }

.agenda {
  background-color: #524635;
  color: #ebe7e1; }
  .agenda .wrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2em; }
  .agenda h1 {
    font-size: 350%;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  .agenda .columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .agenda .day1, .agenda .day2 {
    width: 45%; }
  .agenda .day1 {
    margin-right: 1em; }
  .agenda .day2 {
    margin-left: 1em; }
  @media screen and (max-width: 800px) {
    .agenda .day1, .agenda .day2 {
      margin: 0;
      width: 100%; } }
  .agenda a, .agenda a:visited {
    color: #ebe7e1;
    text-decoration: underline; }
    .agenda a:hover, .agenda a:visited:hover {
      opacity: .8; }
  .agenda table th, .agenda table td {
    vertical-align: top;
    line-height: 1.2; }
  .agenda table tr td:nth-child(1) {
    border-left: solid 3px #3cc95b; }
  .agenda table tr.announcement td:nth-child(1) {
    border-color: #ededed; }
  .agenda table tr.break td:nth-child(1) {
    border-color: #918470; }
  .agenda table tr.panel td:nth-child(1) {
    border-color: #b46cba; }
  .agenda table tr.oneOnOne td:nth-child(1) {
    border-color: #edd418; }
  .agenda table tr.party td:nth-child(1) {
    border-color: #ff6145; }
  .agenda table tr tr.break th, .agenda table tr tr.break td {
    background-color: #A9ADB0; }
  .agenda table td:nth-child(3) {
    font-weight: bold; }
  .agenda table tr.coffee {
    height: 5em; }
  .agenda table tr.lunch, .agenda table tr.party {
    height: 7em; }
  .agenda table th {
    font-weight: bold;
    text-align: left; }
  .agenda table th, .agenda table td {
    padding: 0.5em; }
  .agenda table .topic {
    font-style: italic; }

.location {
  text-align: center;
  display: flex;
  flex-flow: row wrap; }
  .location .place {
    width: 50%;
    display: inherit;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    .location .place img, .location .place iframe {
      width: 80%;
      height: 320px; }
    .location .place img {
      margin: 2em 0;
      object-fit: cover; }
    @media screen and (max-width: 900px) {
      .location .place {
        width: 100%;
        margin-bottom: 3em; }
        .location .place:last-child {
          margin: 0; }
        .location .place img, .location .place iframe {
          width: 100%; } }

.partners {
  padding: 3em 10%; }
  .partners .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0 1rem 0; }
    .partners .list .partner {
      margin: 0 auto; }
      .partners .list .partner a {
        margin: 0 auto 1rem auto;
        width: 60%;
        display: block; }
        .partners .list .partner a img {
          width: 100%; }
        .partners .list .partner a:hover {
          opacity: .7; }
    .partners .list.main .partner {
      width: 50%; }
    .partners .list.sponsors .partner {
      width: 33%; }
      .partners .list.sponsors .partner.large {
        width: 50%; }
    .partners .list.media .partner {
      width: 25%;
      margin-bottom: 3rem; }
      .partners .list.media .partner.large {
        width: 30%; }
      .partners .list.media .partner a {
        width: 80%; }
    .partners .list.accommodation .partner {
      width: 70%; }
    @media screen and (max-width: 600px) {
      .partners .list {
        flex-flow: column; }
        .partners .list .partner, .partners .list.media .partner, .partners .list.media .partner.large, .partners .list.main .partner, .partners .list.sponsors .partner, .partners .list.sponsors .partner.large, .partners .list.accommodation .partner {
          width: 100%;
          margin-bottom: 2rem; }
          .partners .list .partner:last-child, .partners .list.media .partner:last-child, .partners .list.media .partner.large:last-child, .partners .list.main .partner:last-child, .partners .list.sponsors .partner:last-child, .partners .list.sponsors .partner.large:last-child, .partners .list.accommodation .partner:last-child {
            margin-bottom: 0; } }

footer {
  text-align: center; }
  footer p {
    margin: 1em; }
  footer a {
    text-decoration: none;
    font-weight: bold;
    color: #383838; }
    footer a:hover {
      opacity: 0.8; }
    footer a.button.big {
      margin-top: 1em; }
  footer .disclaimer {
    width: 50%;
    padding: 3em 0;
    font-size: 0.8em;
    text-align: left;
    margin: 0 auto;
    opacity: 0.7; }
    @media screen and (max-width: 900px) {
      footer .disclaimer {
        width: 90%; } }
