
/* 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.intro {
    /*position: absolute;*/
    /*top: 40px;*/
    width: 100%;
    
    xmax-width: 700px;

 }

 div.intro-inner p {
   max-width: 700px;
   /*background: rgba(0,0,0,0.5);*/
    padding-left: 16px;
    padding-right: 16px;
   margin-left: auto;
   margin-right: auto;
 }

 div.intro a {
   text-decoration: underline;
 }
  div.intro a:hover,
  div.intro a:focus {
    text-decoration: none;
  }


/* div embeds from BOS */

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

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

  div.embeds {
    top: 14%;
  }
}

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

  div.embeds {
    top: 15%;
  }
}

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

  div.embeds {
    top: 380px;
  }
}

div.trailer-vid {
  max-width: 700px;
  /*background: rgba(0,0,0,0.5);*/
  background: rgba(0,0,0,0.2);
  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: 800px;
    background: #050505;
    margin: 0 auto;
  }


  img.bgimage {
    width: 100%;
}



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


.intro .button {
  xfloat: right;
  text-decoration: none;
}

p.aligncenter {
  text-align: center;
}



.trailers .content {
    position: absolute;
    top: 30px;
    width: 100%;
    max-width: 700px;
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: pink;
    background: rgba(0,0,0,0.4);
}