@font-face {
  font-family: 'Basis Grotesque';
  src: url("../fonts/basis_grotesque_regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/basis_grotesque_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/basis_grotesque_regular.woff") format("woff"), url("../fonts/basis_grotesque_regular.ttf") format("truetype"), url("../fonts/basis_grotesque_regular.svg#b40c8faa0546b0e86131f951cd9b2489") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

body {
    margin: 0;
    background-color: #f5f5f5;
    font: 35px "Basis Grotesque", helvetica, monospace, sans-serif;
}

.stripe {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 10px;}
  .stripe.stripe-left {
    left: 0; }
  .stripe.stripe-right {
    right: 0; }
  .stripe div {
    width: 10px;
    height: 50%; }
    .stripe div.bg-blue {
      background-color: #FF3838; }
    .stripe div.bg-green {
      background-color: white; }
    .stripe div.bg-purple {
      background-color: white; }
    .stripe div.bg-red {
      background-color: #FF3838; }

/* NFTS
-------------------------------------------------- */


.nft {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  width: 100%;
}

/*
-------------------------------------------------- */


#container {
  width: 60%;
  z-index: 2;
  margin: auto;
}

#container2 {
  width: 90%;
  margin-left: 100px;
}


/* Collections
-------------------------------------------------- */

.flip {
    border-top: solid black 0.01em;
    border-left: solid black 0.01em;
    border-right: solid black 0.01em;
}

.panel,
.flip {
  padding: 5px;
  text-align: left;
  width: 1250px;
}

.panel {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  border-left: solid black 0.01em;
  border-right: solid black 0.01em;
}

.border {
  border-bottom: solid black 0.01em;
}

.flip:hover {
  cursor: pointer;
}

.nft {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.nft:hover {
  top: -10px;
  cursor: pointer;
}

/* background imgs
-------------------------------------------------- */


.background1 {
  position: absolute;
  height: 100%;
  z-index: -200;
  top: 4%;
  right:0;
  margin-right: 200px;
}

.background2 {
  position: absolute;
  height: 100%;
  top: 160%;
  margin-left: 60px;
  z-index: -200;
}

  .background3 {
  position: absolute;
  height: 100%;
  top: 70%;
  margin-left: 80px;
  z-index: -200;
}

  .background4 {
  position: absolute;
  height: 100%;
  top: 100%;
  right: 0;
  margin-right: 40px;
  z-index: -200;
}


/* Media querie
-------------------------------------------------- */

  @media screen and (max-width: 712px) {
    html,
    body,
    p,
    .h1 {
      font-size: 12px;
      line-height: 1.1;
    }

  .nft {
    display: block;
    padding-bottom: 5px;
  }

  .panel,
  .flip {
    padding: 5px;
    text-align: left;
    width: 500px;
  }
