* {
  box-sizing: border-box;
}

html {
  min-height: 48em;
}

body {
  margin: 0;
  padding: 0;
  padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
@media screen and (max-width: 30em) {
  body {
    padding: 0.25em 0em;
    min-height: 0;
  }
}

body,
#interaction-banner,
#overlay-controls-small {
  min-width: 20em;
}

body,
#interaction-banner {
  color: #000;
  background-color: #f4f5fa;
  background-image: url("../assets/images/background.png");
  font-family: Candara, Calibri, Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 30em) {
  body,
#interaction-banner {
    background-size: 150%;
  }
}

#interaction-banner {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  text-align: center;
  padding: 0em 0em 4em 0em;
  display: none;
}
.interaction-needed #interaction-banner {
  display: initial;
}

a:focus {
  outline: none;
}

h3 {
  font-size: 2em;
}

img,
video {
  max-width: 100%;
}

/*#videoElement {
  max-width: 1024px;
}*/
#wrapper {
  margin: 3em auto;
}
@media screen and (min-width: 40em) {
  #wrapper {
    max-width: 64em;
    max-width: 47.125em;
    margin: 0em auto 1em auto;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 30em) {
  #wrapper {
    padding-bottom: 2em;
  }
}

#title-image-wrapper {
  width: 100%;
  background: #fff;
  margin-top: 5.5em;
  padding-top: env(safe-area-inset-top);
}
@media screen and (max-width: 30em) {
  #title-image-wrapper {
    margin-top: 3.7em;
  }
}

#title-image {
  display: block;
  margin: 0 auto;
  width: 30em;
  max-width: 100%;
}

#subtitle,
#actiontitle {
  text-align: center;
}

#actiontitle {
  background: #fff;
  color: #000;
  padding: 1rem;
}

.nav-overlay {
  color: #000;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
}
.nav-overlay ul {
  padding-left: 0;
  list-style-type: none;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}
.nav-overlay ul li {
  display: inline-block;
}
.nav-overlay .nav-right {
  float: right;
  margin-left: 1em;
}

#overlay-controls-top {
  top: 0;
  background-color: #f9a9a5;
}

#overlay-controls-bottom {
  bottom: 0;
  background-color: #f9a9a5;
}

@media screen and (max-width: 30em) {
  #overlay-controls-top,
#overlay-controls-bottom {
    display: none;
  }
}

#overlay-controls-small {
  top: 0;
  display: none;
  background-color: #f9a9a5;
  padding-top: env(safe-area-inset-top);
}
#overlay-controls-small ul {
  margin: 0;
  text-align: center;
}
#overlay-controls-small li {
  padding: 0.25em;
}
#overlay-controls-small li:first-child {
  float: left;
  padding-left: 1em;
}
#overlay-controls-small li:last-child {
  float: right;
  padding-right: 1em;
}
@media screen and (max-width: 30em) {
  #overlay-controls-small {
    display: block;
  }
}

#videoElement {
  margin-top: 2em;
}

#menzies_logo {
  max-width: 20em;
  float: left;
}

/*#copyright {
  display: inline-block;
  max-width: 50%;
  max-width: calc(100% - 21em - 1em);
  margin-left: 1em;
}*/
.credits-line p {
  margin-top: 0.25em;
}
@media screen and (max-width: 30em) {
  .credits-line {
    margin-top: 3em;
  }
}

.behind-scenes-image {
  margin: 0.5em auto;
  max-width: 50%;
  display: block;
}
@media screen and (min-width: 40em) {
  .behind-scenes-image {
    max-width: 24%;
    margin-right: 1em;
  }
}

@media screen and (min-width: 40em) {
  .credits-content {
    max-width: 75%;
    max-width: calc(100% - 25% - 1em);
  }
}

@media screen and (min-width: 40em) {
  .behind-scenes-image,
.credits-content {
    display: inline-block;
    vertical-align: middle;
  }
}

#teabba .behind-scenes-image,
#menzies .behind-scenes-image {
  max-width: 40%;
}
#teabba .credits-content,
#menzies .credits-content {
  max-width: 50%;
}
@media screen and (max-width: 30em) {
  #teabba .behind-scenes-image,
#teabba .credits-content,
#menzies .behind-scenes-image,
#menzies .credits-content {
    max-width: 100%;
  }
}

#acknowledgement .credits-content,
#disclaimer .credits-content {
  display: block;
  max-width: 100%;
}

#copyright .behind-scenes-image {
  max-width: 40%;
}
#copyright .credits-content {
  max-width: calc(100% - 41% - 1em);
}
@media screen and (max-width: 30em) {
  #copyright .behind-scenes-image,
#copyright .credits-content {
    max-width: 100%;
  }
}

.button {
  display: inline-block;
  /*&:focus {
    @media screen and (max-width: 30em) {
      padding-top: 3.25em;
    }
  }*/
}
.button:nth-child(odd) {
  margin-right: 1em;
}
.button:nth-child(even) {
  margin-left: 1em;
}
.button:last-child:nth-child(odd) {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 64em) {
  .button {
    max-width: 49%;
    max-width: calc(50% - 1.25em);
  }
}
@media screen and (max-width: 30em) {
  .button {
    max-width: 100%;
    margin: 1em 0 !important;
  }
}
@media screen and (min-width: 40em) {
  .button {
    max-width: 47%;
    display: inline-block;
    margin-bottom: 3em;
  }
}

.button-plain {
  text-align: center;
  background: #f22a20;
  padding: 5em 0 5em 0;
  width: 100%;
  color: #fff;
  font-size: 0.75em;
  text-decoration: none;
}
.button-plain.active {
  background: #c80000;
}
.button-plain:nth-child(odd) {
  margin-right: 1.33em;
}
.button-plain:nth-child(even) {
  margin-left: 1.33em;
}

#choices {
  padding: 0 1em;
}

#btn-behind_scenes,
#btn-back_to_start {
  display: block;
  margin: 2em auto !important;
  max-width: 64em;
}

.btn-image-active {
  display: none;
}
.button.active .btn-image-active {
  display: initial;
}

.btn-image {
  display: inline-block;
}
.button.active .btn-image {
  display: none;
}

#btn-main {
  margin-top: 2em;
}

#credits-next {
  display: none;
  max-width: 8.125em;
  margin: 1em auto;
}

#credits-text {
  padding: 0 1em;
}

#footer-bar {
  display: block;
  height: 4em;
  background: #f2291f;
}

.hidden {
  display: none;
}

.page-credits #title {
  display: none;
}

@media screen and (min-width: 40em) and (orientation: landscape) {
  #title-image-wrapper {
    margin-top: 3em;
  }

  .nav-overlay {
    font-size: 0.75em;
  }
  .nav-overlay img {
    max-height: 32px;
  }

  #footer-bar {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 30em) {
  #credits-next {
    display: block;
  }
}

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