
/* CSS for The Mimic page */


html {
    height: 100%;
    font-size: 62.5%;
    overflow-y: scroll; /* scrollbar always present to stop content jumping horizontally */
}

body {
    min-height: 100%;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.3;
    background: #000;
    /*overflow-x: hidden;*/
}



p {
    margin: 0 0 1em;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5;
    text-align: justify;
    color: #fff;
}
p.show {
    margin: 2em auto 0;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }



a.button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 10px;
    border: solid 1px #f9f3dd;
    background: #b10837;
    color: #fff;
    cursor: pointer;
    font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: 1px 1px 3px #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    }
    a.button:hover {
        background: #860327;
        text-decoration: none;
    }
    a.button:focus {
        background: #222;
    }




        /*h1 {
            height: 80px;
            width: 600px;
            margin: 0 auto 0.2em;
            font-size: 40px;
            font-size: 4rem;
            font-weight: normal;
            font-weight: 100;
            text-align: center;
            text-indent: -2000%;
            color: #fff;
            background: url(../images/goodnight-title.png) no-repeat 0 0;
        }*/
        .content p {
          width: 80%;
          max-width: 700px;
          padding: 20px 20px 10px;
          margin: 0 auto;
          font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
          font-weight: 400;
          line-height: 1.5;
        }



a#rsp {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 3px 10px 6px 25px;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  color: #b10837;
  background: url(../../../ui/images/rsp-sprites.png) no-repeat 9px -46px #fff;
  box-shadow: 0 0 2px #555;
  z-index: 500;
}

a#rsp:hover {
  background: url(../../../ui/images/rsp-sprites.png) no-repeat 9px -96px #b10837;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
a#rsp.inactive {
  margin-left: -150%;
}

  .no-js a#rsp:hover {
    color: #fff; 
    display: none;
  }



/* Footer */
.faux-footer {
  position: fixed;
  width: 233px;
  height: 82px;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  bottom: 0;
  right: 0;
  z-index: 30;
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400; 
  font-style: normal;
}
.faux-footer p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: left;
}
.faux-footer.inactive {
  margin-bottom: -200px;
}

  #information #logo {
    float: left;
    width: auto;
  }
  #footer-content {
    height: 71px;
    width: 135px;
    margin-left: 87px;
    padding: 5px 5px 6px;
    overflow: hidden;
    background-color: #333;
    background-color: rgba(27, 27, 27, 0.5);
  }
    #footer-content span {
      white-space: nowrap;
    }
    
  .faux-footer ul {
    list-style: none;
  }
  .faux-footer #legal {
    float: left;
  }
    .faux-footer #legal li {
      float :left;
    }
  .faux-footer a {
    color: #fff;
    text-decoration: none;
  }
  .faux-footer a:hover {
    text-decoration: underline;
  }
  
  .faux-footer #credits {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    padding: 5px 5px 6px;
    margin-left: 250px;
  }
  .faux-footer #credits p {
    text-shadow: none;
    font-weight: 400;
  }
 
  .faux-footer .sociallinks {
    margin: 4px 0 0 -83px;
    float: left;
    width: 83px;
  }
    .faux-footer .sociallinks li {
        display: inline-block;
    }
    .sociallinks li {
      width: 38px;
      height: 38px;
      text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .sociallinks li a {
      display: block;
      width: 38px;
      height: 38px;
    }

    #facebook a {
      xmargin-bottom: 3px;
      background: url(../../../ui/images/rsp-sprites.png) -40px 0;
    }
    #twitter a {
      background: url(../../../ui/images/rsp-sprites.png) -78px 0;  
    }
    #instagram a {
      background: url(../../../ui/images/rsp-sprites.png) -116px 0;     
    }
    #youtube a {
      background: url(../../../ui/images/rsp-sprites.png) -154px 0;     
    }
    #vimeo a {
      background: url(../../../ui/images/rsp-sprites.png) -154px -40px;     
    }



@media only screen and (min-width: 400px) {
 
  #footer .sociallinks {
      margin: 46px 0 0 -166px;
      float: left;
      width: 166px;
    }
    #footer .sociallinks li {
      display: inline-block;
      float: none;
    }


 }





 /* Initially file based on goodnight css */

 /* from here on new 2021 stuff */



/* div embeds from BOS */

div.embeds {
  overflow-y: auto;
  position: absolute;
  /*top: 41%;*/
  top: 23%;
  width: 100%;
}

@media screen and (min-width: 480px) {

  div.embeds {
    /*top: 42%;*/
    top: 30%;
  }
}

@media screen and (min-width: 680px) {

  div.embeds {
    top: 37%;
  }
}

@media screen and (min-width: 890px) {

  div.embeds {
    top: 815px;
  }
}

div.trailer-vid {
  max-width: 700px;
  background: rgba(0,0,0,0.5);
  margin: 20px auto 40px;
  padding: 10px;
}

  .trailer-vid h3 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: justify;
    line-height: 1.4;
    text-shadow: 0 0 6px #000;
    margin: 5px 0 15px;
    color: #fff;
  }

  .trailer-vid p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
    text-align: left;
  }

  .video-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      margin-bottom: 10px;
  }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



div.body-wrapper {
    position: relative;
    width: 100%;
    max-width: 870px;
    background: #050505;
    margin: 0 auto;
  }


  img.bgimage {
    width: 100%;
}



.mimic-itunes {
  position: absolute;
  top: 5px;
  right: 250px;
}


.mimic-stills {
  position: absolute;
  top: 5px;
  right: 110px;
}



.faux-footer #logo {
    float: left;
    width: auto;
}



div.body-wrapper.full-width {
  max-width: 100%;
}

.gallery {

}

.gallery-item {
  float: left;
  width: 100%;
  font-size: 0;
}

@media screen and (min-width: 680px) {

  .gallery-item {
    width: 50%;
  }
}

.gallery-item img {
  width: 100%;
  height: auto;
}



.streamers-wrapper {
  /*background: yellow;*/
}

.content-streamers {
  /*background: pink;*/
  /*padding-bottom: 100px;*/
  padding: 20px 20px 100px;
}

.content-streamers p {
  color: #f5f5f0;
  /*font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;*/
  /*font-size: 1.6rem;*/
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  margin-bottom: 4rem;
  /*text-align: center;*/
}

.streamer-grid {
  text-align: center;
}

.streamer-grid li {
  display: inline-block;
  max-width: 110px;
  padding: 20px;
}

.streamer-grid li a {
  padding: 10px 20px;
  /*background: gold;*/
  display: inline-block;
}

.streamer-grid li a img {
  width: 100%;
  height: auto;
}

.streamer-grid .bg-needed {
  /*background: #eff0df;*/
  background: #f5f5f0;
  border-radius: 15px;
}