* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
	height: 100%;

}

body {
	margin: 0;
	width: 100%;
	height: 100%;

	font-family: 'Beeb Mode One', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
	/*white-space:nowrap;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
  background-color: #000;
}

p {
	margin-top: 0px;
}

img {
	width: 100%;

  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  -webkit-filter: grayscale(1);

  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);
  filter: grayscale(1);
}

.message-full {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  position: fixed;
  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;
  max-height: 100%;
  color: #fff;
  z-index: 100;
}

.message-full div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 50%;

  text-align: center;
  text-transform: uppercase;
}

.img-container {
	padding-bottom: 15px;
}

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

a:active {
	color:#FFF;
}

header {
	position: relative;
	padding: 20px;
}

header.homepage {
	z-index: 10;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

ul:first-child {
	padding-left: 0px;
}

.column-container-container {
	display: inline;
}

.column-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33vw;
	white-space: initial;
	padding: 20px;
}

/* begin */

#fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing:border-box;
  width:100%;
  height:100%;
  object-fit:contain;
  background-color: black;

  /* cursor: pointer; */
}

#fullscreen:-ms-fullscreen {
	width: auto;
	height: auto;
	margin: auto;
}

.left-container {
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px;
  color: white;
  z-index: 10;

  text-transform: uppercase;
}

#picker::-webkit-scrollbar {
  display: none;
}
#picker {
  display: none;
  margin-top: 45px;
  margin-left: 45px;
  padding-bottom: 70px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  /* hide scrollbar for ie */
  -ms-overflow-style: none; 
}
.event-button {
  margin-left: 2em;
  text-indent: -2em;
}

.click {
  cursor: pointer;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
}
.media {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  /* display: none; */
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.caption-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.caption {
  max-width: 80%;
  /* color: #fff; */
  text-align: center;

  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.caption span {
  color: #fff;
  background-color: #000;
  /* cursor: pointer; */
}

/* .caption span:hover {
  color: #000;
  background-color: #fff;
} */
.system-message {
  color: #fff;
  background-color: #00f;
}
.system-message:hover {
  color: #00f;
  background-color: #fff;
}
.show-media {
  /* display: block; */
  opacity: 1;
  z-index: 50;
  transition: opacity 0.25s;
}

#cc {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 50;
  /* display: none; */
  cursor: pointer;

  color: #fff;
  background-color: #000;
}

#cc:hover {
  color: #000;
  background-color: #fff;
}

#cc.invert {
  color: #000;
  background-color: #fff;
}

#cc.invert:hover {
  color: #fff;
  background-color: #000;
}
#noise img {
  object-fit: fill;
}
#noise {
  z-index: 60;
  pointer-events: none;
}

#rotate-notice {
  display: none;
  background-color: #00f;
  z-index: 1000;
}

#center-notice {
  display: none;
  pointer-events: none;
}

#blue {
  width: 70px;
  height: 70px;
  padding-top: 24px;
  padding-left: 6px;
  background-color: #00f;
  top: 0;
  left: 0;
  text-align: center;
  position: fixed;
  z-index: -2;
}

#credit{
  color: #fff;
  overflow: scroll;
  height: 100vh;
  padding: 70px;
}
.credit-section{
  background-color: #00f;
  display: inline-block;
}
.credit-section a:hover{
  background-color: #fff;
  color: #00f;
}
.viewing_menu #credit{
  color: #333;
}
.viewing_menu .credit-section{
  background-color: #000;
}
.viewing_menu .credit-section a:link,
.viewing_menu .credit-section a:visited
{
  color: #333;
}

@media screen and (max-width: 640px) {
  #rotate-notice {
    display: flex;
  }
}

/* utility classes */
.transparent {
  opacity: 0;
  pointer-events: none;
}
.v-centre {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hidden {
	display: none;
	/* visibility: hidden; */
}

.visible {
	visibility: visible;
}

.column-container-container:last-child > .column-container {
	padding-bottom: 30vw;
}

/* vertical iPad / horizontal iPhone */
@media screen and (max-width: 768px) {
	.column-container-container {
		display: block;
	}
	.column-container-container:last-child {
		padding-bottom: 44vw;
	}
	.column-container {
		width: 50vw;
	}
	.column-container-container:last-child > .column-container {
		padding-bottom: 0px;
	}
}

/* vertical iPhone */
@media screen and (max-width: 500px) {
	.column-container {
		display: block;
		padding-bottom: 0px;
		width: 100%;
	}

	.hidden.column-container {
		display: none;
	}

	.column-container > p:last-child {
		margin-bottom: 0px;
	}

	.column-container:last-child {
		padding-bottom: 20px;
	}

	.column-container-container:last-child {
		padding-bottom: 44vw;
	}
}

/* animation */
.blink {
  animation: blink 2s steps(2, start) infinite;
  -webkit-animation: blink 2s steps(2, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
