/* Scss Document */
/* CSS Document */
/*COMMON */
body {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 100;
  margin: 0;
  background: url(../images/dark_wall.png);
  font-size: 14px;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#loading {
  height: 100vh;
  width: 100vw;
  background: #000;
  text-align: center;
  line-height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000000000;
}

.video {
	width: 90%;
}
header {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 300px;
  padding-top: 20px;
  float: left;
}

header img {
  width: 250px;
}

#wrapper {
  width: 100%;
  background: url(../images/dark_wall.png);
  float: left;
  top: 400px;
}

a:hover {
  text-decoration: underline;
}

a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

a img {
  border: 1px solid #060606;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

a img:hover {
  border: 1px solid #121212;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  cursor: pointer;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  clear: both;
}

h1 {
  font-size: 60px;
  margin-bottom: -20px;
  margin-top: -85px;
}

h2 {
  font-size: 20px;
  font-weight: 200;
  margin-top: 10px;
  padding: 20px;
  color: #000;
  background: #FFF;
  display: inline-block;
}

strong a {
  padding: 10px 20px 10px 20px;
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: inline-block;
}

strong a:active {
  background: #FFF;
  color: #000;
}

#photoReference {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-basis: content;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
}

#photoReference img {
  margin: 20px;
}

/* VIDEO */
#firstPanelVideo {
  position: fixed;
  z-index: -10;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
}

#page_container {
  margin: 0 auto;
  min-width: 500px;
  display: none;
}

#thumbs {
  
}

.item {
  width: 300px;
  height: 278px;
  text-align: center;
  padding-top: 50px;
  margin: 0px 5px 0px 5px;
  float: left;
}

#description {
  margin-top: 20px;
  line-height: 25px;
  padding-bottom: 50px;
  width: 100vw;
}

.groupThumbs {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /*border-bottom: 1px solid rgba(255,255,255,0.06);*/
}

@media screen and (min-width: 363px) and (max-width: 930px) {
  header {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 300px;
    padding-top: 100px;
    float: left;
  }
  header p {
    margin-right: 10%;
    margin-left: 10%;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  #firstPanelVideo {
    display: none;
  }
  #container {
    width: 400px;
    margin: 0 auto;
  }
  #thumbs {
    width: 300px;
    margin: 0 auto;
  }
  .item {
    width: 300px;
    height: 250px;
    text-align: center;
    padding-top: 50px;
    clear: both;
  }
}

@media screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 1) {
  header {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 400px;
    padding-top: 100px;
    float: left;
  }
  #firstPanelVideo {
    display: none;
  }
  #container {
    width: 100vw;
    margin: 0 auto;
  }
  #thumbs {
    width: 100vw;
    margin: 0 auto;
  }
  .item {
    width: 100vw;
    height: 250px;
    text-align: center;
    clear: both;
  }
  .item img {
    max-height: 225px;
  }
}
