/* source-code-pro-regular - latin */

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/source-code-pro-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url('assets/fonts/source-code-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('assets/fonts/source-code-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('assets/fonts/source-code-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('assets/fonts/source-code-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('assets/fonts/source-code-pro-v11-latin-regular.svg#SourceCodePro') format('svg');
  /* Legacy iOS */
}
html {
	--scrollbarBG: #000;
	--thumbBG: red;
}

body::-webkit-scrollbar {
  width: 4px;
	-webkit-box-shadow: none;
}
body {
  scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) #ffc6f5;
  scrollbar-color: var(--thumbBG) rgba(255,68,221,0.3);
}
body::-webkit-scrollbar-track {
	background: #ffc6f5;
	background: rgba(255,68,221,0.3);
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000);
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: crosshair;
  overflow-x: hidden;
}

body.eastside {
  background-color: #aaa;
  color: #000;
}

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

a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
  text-transform: uppercase;
}

canvas {
  display: block;
}

#canvas {
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  position: fixed;
  /* fixed or static */
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.logo-span {
  position: fixed;
  bottom: 10px;
  right: 10px;
  vertical-align: middle;
  height: 64px;
  display: flex;
  align-items: center;
justify-content: center;
}
.ep-logo{
  /* padding-top: 8px; */
  height: 37px;
}
.rotate {
  position: fixed;
  bottom: 160px;
  right: -45px;
  font-family: 'Source Code Pro', monospace;
  color: #FFFFFF;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate h2 {
  font-size: 18px;
  font-weight: normal;
  /* font-family: Arial, sans-serif; */
}
.rotate a {
  color:#fff;
}
.rotate a:hover {
  text-decoration: none;
  color:#888;
}
#info {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  /* TODO Solve this in HTML */
}

#film-text {
  z-index: 999;
  position: relative;
  top: 40vh;
  display: inline-block;
}

#artist-text {
  z-index: 9999;
  position: relative;
  display: inline-block;
  margin-top: 100px;
  opacity: 1;
  font-size: 24px;
}

#film-text p {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0.02;
  text-decoration: line-through;
}

#film-text p:hover {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: .7;
  cursor: none;
  text-decoration: none;
}

.dg.ac {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2 !important;
  /* TODO Solve this in HTML */
}

.mason-item img {
  max-width: 95vw;
  max-height: 95vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
.rotate {
  position: fixed;
  bottom: 160px;
  right: -50px;
}
}
@media (min-width: 800px) {
  .masonry {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .masonry-item {
  flex: auto;
  height: 200px;
  min-width: 150px;
  margin: 0 8px 0 0; /* Some gutter */
}
  .masonry-item:nth-child(4n+1) {
  width: 250px;
}
.masonry-item:nth-child(4n+1):nth-child(4n+2) {
  width: 325px;
}
.masonry-item:nth-child(4n+1):nth-child(4n+3) {
  width: 180px;
}
.masonry-item:nth-child(4n+1):nth-child(4n+4) {
  width: 380px;
}
  .mason-item img {

    max-width: 250px;
    max-height: 250px;
    margin: 0;
    /* display: flex; */
  }
.mason-item a {
  display: flex;
}
}
