html {
  overflow: hidden; }

body {
  width: 100vw;
  height: 100vh;
  padding: 0vh 6vw;
  background-image: url(../images/agenda-bg.png);
  background-size: cover;
  overflow: hidden; }
  body::after {
    content: " ";
    display: block;
    width: 15vw;
    min-height: 100px;
    background-image: url(../images/new/logo-app-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    right: 6vw;
    bottom: 3vw;
    position: absolute; }

.app {
  color: white;
  overflow: hidden; }
  .app h1 {
    color: white;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 4vh; }

h2 {
  font-size: 3.6vh;
  margin-bottom: 0.5vh;
  border-bottom: 0.1vh solid rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding-bottom: 1vh;
  margin-bottom: 1vh; }

.agenda-headings {
  display: none; }

.column {
  width: 49%;
  float: left;
  overflow: hidden; }
  .column:nth-child(2) {
    clear: left;
    margin-right: 2%; }
  .column h2:first-child {
    margin-top: 2.5vh; }

.venue {
  overflow: hidden;
  margin-bottom: 6vh; }

.talk {
  overflow: hidden;
  clear: left;
  margin-bottom: 1.4vh;
  padding: 0.5vh; }
  .talk:nth-child(even) {
    background: rgba(255, 255, 255, 0.13); }

.time {
  display: inline-block;
  width: 11%;
  float: left;
  font-size: 2.6vh;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 0; }

.title {
  float: left;
  width: 89%;
  font-size: 2.6vh;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 0.4vh; }

.speaker {
  float: left;
  clear: left;
  font-size: 2.2vh;
  line-height: 1.2;
  padding-left: 11%; }

.description {
  display: none; }

.venue-holder {
  position: absolute;
  top: 14vh;
  left: 10vw;
  width: 100vw;
  height: 82vh;
  overflow: auto; }

.venue-block {
  display: none;
  overflow: auto; }
  .venue-block:first-child {
    display: block; }

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