body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto Slab", serif;
  font-size: 80%;
  color: #fff;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
}

#loadingScreen {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

#centeredText {
  object-fit: contain;
}

#centeredTextContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

#filtersDiv {
  padding-bottom: 5px;
  padding-left: 0;
}

#particleVideo {
  width: 400px;
  height: 400px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #particleVideo {
    width: 200px;
    height: 200px;
  }
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

#gridContainer {
  width: 100%;
  height: 100%;
  display: table-row;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

#gridPages {
  height: 100%;
  position: relative;
}

.gridPage {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(58, 58, 58);
}

.gridItem {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  float: left;
  width: 50%;
  height: 33.333%;
}

@media (min-width: 600px) {
  .gridItem {
    width: 25%;
  }
}

.gridItemBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.gridItemBackgroundBlurred {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gridItemTitle {
  font-weight: 300;
  color: #000000;
  margin: 0;
  display: inline;
  position: relative;
  background-color: #ffffff;
  padding: 0 4px;
  font-size: 150%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (min-width: 600px) {
  .gridItemTitle {
    padding: 0 5px;
    font-size: 200%;
  }
}

.gridItemSubtitle {
  font-weight: 300;
  color: #000000;
  margin: 0;
  display: inline;
  position: relative;
  background-color: #ffffff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 5px;
  font-size: 100%;
  top: 5px;
}

@media (min-width: 600px) {
  .gridItemSubtitle {
    padding: 0 5px;
    font-size: 130%;
  }
}

.gridTags {
  float: left;
  width: 100%;
  position: relative;
  top: 5px;
}

.gridTag {
  display: inline-block;
  margin: 5px 5px 0 0;
  color: #000000;
  background-color: white;
  font-weight: 300;
  padding: 0 2px;
}

#gridViewFilters {
  width: 100%;
}

#gridViewFilters h1 {
  font-weight: 400;
  color: #000000;
  margin: 0;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding: 0 3px;
}

.filterTags {
  position: relative;
  clear: left;
}

.filterTag {
  display: inline-block;
  margin: 5px 5px 0 0;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
  transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  font-weight: 300;
  padding: 0 2px;
}

.filterTag:hover {
  color: #333;
}

.filterTag.on {
  background-color: rgba(26, 26, 26, 1);
  color: white;
}

#about-section {
  background-image: url("../images/recurser-2-blur.jpg");
  color: #000000;
  padding: 40px 40px 80px 40px;
  font-size: 100%;
}

.logo {
  height: 50%;
  width: 50%;
  position: relative;
  top: 25%;
  left: 50%;
  margin: 0 -25%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.previousButton,
.nextButton {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 4;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.previousButton {
  left: 10px;
  background-image: url("../images/nav-left.png");
}

.nextButton {
  right: 10px;
  background-image: url("../images/nav-right.png");
}

.section {
  background-color: #000000;
}

.sectionTitle {
  display: none;
}

.slide {
  position: relative;
}

.slideDescription {
  position: absolute;
  color: #000000;
  padding: 20px 20px 40px 20px;
  font-size: 100%;
  background-color: #ffffff;
  left: 0px;
  bottom: 0px;
}

.slideHeaders {
  position: absolute;
  top: 0;
  left: 0;
}

.slideTitle {
  font-weight: 300;
  padding: 0 10px;
  color: #000000;
  margin: 0;
  float: left;
  position: relative;
  background-color: #ffffff;
  font-size: 200%;
}

.slideSubtitle {
  font-weight: 300;
  padding: 2px 12px;
  color: #000000;
  margin: 5px 0 0 0;
  float: left;
  clear: left;
  position: relative;
  background-color: #ffffff;
  font-size: 150%;
}

.slideDescription p {
  margin: 0 0 15px 0;
}

@media (max-width: 600px) {
  .videoContainer .youtubeVideo {
    width: 100%;
    left: 0%;
  }
}

@media (min-width: 600px) {
  .slideHeaders {
    top: 50px;
    left: 50px;
  }
  .videoContainer .youtubeVideo {
    width: 70%;
    left: 15%;
  }
  .slideTitle {
    font-size: 400%;
  }
  .slideSubtitle {
    font-size: 200%;
    margin: 5px 0 0 0;
  }
  .slideDescription {
    min-width: 500px;
    width: 40%;
    left: 50px;
    bottom: 50px;
    padding: 20px;
  }
}

.backgroundImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.blurredBackgroundImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbImage {
  display: none;
}

.blurredThumbImage {
  display: none;
}

.blurImage {
  position: absolute;
}

.blurDiv {
  position: relative;
  overflow: hidden;
}

.tags {
  float: left;
  clear: left;
}

.tag {
  float: left;
  padding: 5px;
  margin: 5px 5px 0 0;
  color: #000000;
  background-color: #ffffff;
}

.smIcon {
  float: left;
  margin-right: 4px;
  width: 30px;
}

.mediaButton,
.bigButton {
  float: left;
  font-size: 120%;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 12px;
  cursor: pointer;
  transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  border-bottom: none;
}

.mediaButton:hover,
.bigButton:hover {
  color: #222;
}

.bigButton {
  text-decoration: none;
  color: #000000;
}

.bigButton:active {
  color: #000;
}

.infoText {
  width: 600px;
  height: 600px;
  margin: 100px auto;
}

.moreButton {
  width: 100px;
  height: 50px;
  /*background-color: #FF0033;*/
  color: #000;
  position: absolute;
  bottom: 0;
  font-size: 150%;
}

.closeButton {
  background-image: url("../images/close.png");
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background-size: 100%;
}

.mediaPopup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  display: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  padding-bottom: 50px;
  box-sizing: border-box;
}

.media {
  width: 100%;
  height: 100%;
}

.mediaPopup .closeButton {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}

.soundcloudPlayer {
  clear: both;
  padding: 4px;
}

.soundcloudPlayer iframe {
  float: left;
}

.soundcloudPlayer a {
  float: left;
  margin-left: 4px;
  color: #000;
}

.soundcloudPlayer a:hover {
  color: #333;
}

p a {
  color: #000;
  border-bottom: 1px dotted;
  text-decoration: none;
}

a:hover {
  color: #333;
}

a:active {
  color: #000;
}

.audioClips {
  margin: 0 0 10px 0;
}

a.sm2_link,
a.sm2_playing,
a.sm2_paused {
  display: block;
  color: #000;
  padding-left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: none;
  text-decoration: none;
}

a.sm2_link {
  background-image: url("../images/play.png");
  background-size: 17px;
}

a.sm2_link:hover {
}

a.sm2_playing {
  background-image: url("../images/pause.png");
  background-size: 17px;
}

a.sm2_playing:hover {
}

a.sm2_paused {
}

a.sm2_paused:hover {
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.43);
}

.dark {
  background: #000 !important;
  -webkit-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0) !important;
}

.fp-bottom {
  bottom: 10px;
  display: flex;
  justify-content: center;
}

.fp-slides {
  position: absolute;
  width: 100%;
}

#fp-right {
  right: 10px;
}

#fp-nav ul li .fp-tooltip {
  font-family: "Roboto Slab", serif;
  color: #fff;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0 !important;
}

.galleria-theme-classic {
  background: none;
}

.galleria-theme-classic .galleria-stage {
  top: 0px;
  left: 0px;
  right: 0px;
}

.galleria-theme-classic .galleria-thumbnails-container {
  left: 50px;
  right: 50px;
}
