@import url("https://fonts.googleapis.com/css?family=Quicksand:500,700");


@font-face {
  font-family: 'PT-Schoolhouse';
  src: url("../fonts/pt_schoolhouse-webfont.eot");
  src: url("../fonts/pt_schoolhouse-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_schoolhouse-webfont.woff2") format("woff2"), url("../fonts/pt_schoolhouse-webfont.woff") format("woff"), url("../fonts/pt_schoolhouse-webfont.ttf") format("truetype"), url("../fonts/pt_schoolhouse-webfont.svg#pt_schoolhousenormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wr6f8v");
  src: url("../fonts/icomoon.eot?wr6f8v#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wr6f8v") format("truetype"), url("../fonts/icomoon.woff?wr6f8v") format("woff"), url("../fonts/icomoon.svg?wr6f8v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-hashtag:before {
  content: "\e905";
}

.icon-logo-noodlecake:before {
  content: "\e900";
}

.icon-discord:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-reddit:before {
  content: "\f1a1";
}

/*
@mixin col {
	position: relative;
	height: 100%;
	background-position: left top;
	background-size: 40px 40px;
	background-repeat: repeat;
}
*/
@-webkit-keyframes scrollingbg {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}

@-moz-keyframes scrollingbg {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}

@-o-keyframes scrollingbg {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}

@keyframes scrollingbg {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}



.display-none {
  display: 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) {}

body.paused {
  animation-play-state: paused;
}

div.row.screenshots {

  padding: 0em 0em 3.5em;
}



.slick-slider {
  position: relative;
}

.slick-slider .slick-slide {

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slick-slider .slick-slide img {
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slick-slider .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-opacity: 1;
}

.slick-slider .slick-slide.slick-current img {
  border: 2px solid #716bbe;
}

.slick-slider button {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 35%;
  z-index: 3;
  font-size: 2.4em;
  color: white;
  cursor: pointer !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.slick-slider button.slick-next {
  right: 0.5em;
}

.slick-slider button.slick-prev {
  left: 0.5em;
}

.slick-slider button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}




.modal-target {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-target:hover {
  opacity: 0.7;
}





@media only screen and (min-width:320px) and (max-width:375px) {
  .modal-content {
    width: 80%;
    margin: auto;
    display: block;
    opacity: 1 !important;
    max-width: 1200px;

  }

  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 150px;
    right: 40px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0, 1);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
  }
}

@media only screen and (min-width:800px) {

  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1200;
    /* Sit on top */
    padding-top: 150px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0, 1);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
  }

  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    opacity: 1 !important;
    max-width: 1200px;
  }

  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 100px;
    right: 270px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

/* Add Animation */
.modal-content, .modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}



.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}