html,
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-align: center; }

#audio {
  font-size: 35px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  position: fixed;
  top: 19px;
  color: #6fcb9f;
  right: 60px;
  z-index: 1999;
  cursor: pointer;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8), 1px 2px 2px rgba(0, 0, 0, 0.7), 2px 1px 4px rgba(0, 0, 0, 0.6); }

#audio:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.touch #audio:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#maincredits {
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  height: 90%;
  margin: auto;
  padding: 20px 0 50px;
  color: #fff;
  overflow-y: visible;
  font-size: 1rem; }

#help-instructions::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

#help-instructions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #8a8a8a; }

#help-instructions::-webkit-scrollbar-thumb {
  background-color: #6fcb9f; }

#maincredits a {
  color: #fb2e01;
  font-weight: 600;
  text-shadow: none; }

.justify {
  margin: 15px auto;
  width: 80%;
  max-width: 480px;
  text-align: justify;
  font-weight: 400;
  line-height: 120%; }

#credits-inner {
  font-weight: 400;
  max-width: 480px;
  margin: auto; }

.innercredits h3,
#credits-inner h3 {
  margin: 50px 10px 20px; }

#credits-inner ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 400; }

#credits-inner li {
  margin: 2px 10px; }

#credits-inner .credit-header {
  font-weight: 700;
  margin: 20px 10px 4px; }

#credits-inner .credit-header.extraspace {
  margin: 40px 10px 4px; }

#credits-inner li img {
  margin-top: 10px; }

.icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: auto;
  padding-top: 20px;
  max-width: 100%; }

.iOS5 .icons {
  display: block;
  max-width: 50%; }

.icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  width: 320px;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible; }

.icon img {
  width: 90%;
  position: relative;
  margin: 0; }

#copyright {
  padding-top: 80px;
  padding-bottom: 30px; }

#copyright span {
  font-weight: 700; }

.credit-socials {
  position: absolute;
  width: 160px;
  color: #fff;
  right: 0px;
  font-size: 20px;
  top: -33px;
  text-align: right;
  z-index: 1000;
  cursor: pointer; }

.credit-socials a {
  z-index: 1000;
  right: 0;
  top: 0; }

.credits-close {
  display: inline-block;
  position: relative;
  right: 0px;
  top: 4px;
  cursor: pointer;
  z-index: 1000; }

.touch .credits-close {
  margin-top: 5px;
  right: -1px; }

.sh-icon {
  padding: 5px;
  display: inline-block;
  color: #fff; }

.sh-icon:hover {
  color: #6fcb9f; }

#back {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  background: url("/folio/css/images/back.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 10000001;
  cursor: pointer; }

.iOS .mc-box {
  position: absolute !important; }

#reset:hover, #back:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.touch #reset:hover, .touch #back:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#instructions {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  background: #000;
  opacity: 0;
  z-index: 10000;
  top: 0;
  left: 0; }

.resetsite {
  color: #fb2e01;
  cursor: pointer;
  font-weight: 600; }

#help {
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  height: 100%; }

#help-instructions {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: auto;
  background-color: transparent;
  z-index: 10000; }

.help-close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -30px;
  cursor: pointer;
  z-index: 1000; }

.touch .help-close {
  margin-top: 5px;
  right: 0px; }

.close {
  width: 22px;
  height: 22px;
  overflow: hidden; }
  .close:hover::before, .close:hover::after {
    background: #6fcb9f; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 22px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff; }
  .close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close.thick::before, .close.thick::after {
    height: 3px;
    margin-top: -1.5px; }

.inst-outer {
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 10%;
  top: 0;
  position: absolute;
  table-layout: fixed; }

.inst-inner, .inst {
  display: table-cell;
  vertical-align: middle;
  color: #fffeb3;
  text-align: center;
  padding: 0;
  margin: 0; }

.inst-inner p, .inst p {
  font-size: 1rem;
  margin: 20px 10px; }

.welcome {
  font-size: 2.4rem;
  letter-spacing: 2px;
  white-space: normal;
  margin: 10px auto 40px auto; }

.welcome span {
  font-weight: 700;
  font-style: italic;
  display: block;
  color: #6fcb9f; }

.inst h2 {
  margin: 60px auto; }

.browsers p span {
  display: inline-block; }

.browsers p a {
  color: #fb2e01;
  font-weight: 700; }

#doctext {
  height: 1.2rem;
  position: relative;
  margin-top: 3px;
  margin-bottom: -.1rem;
  vertical-align: bottom; }

.reset {
  margin-bottom: 40px; }

.cont {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative; }

.cont .col {
  float: left;
  width: 30%;
  text-align: center;
  margin-right: 5%; }

.cont .col:last-child {
  margin-right: 0; }

.col img {
  height: 140px; }

#vinyl {
  height: 130px;
  margin-top: 10px; }

#dancer {
  height: 150px;
  margin-bottom: -10px; }

.reset {
  margin-top: 0px; }

.ok {
  text-align: center;
  margin: 10px auto;
  padding: 5px auto;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 20px;
  cursor: pointer; }

@media (max-width: 720px) {
  #audio {
    top: 14px;
    line-height: 20px;
    right: 50px; }
  #hide,
  .isMax,
  #back {
    width: 30px;
    height: 30px; }
  #back {
    top: auto;
    bottom: 5px;
    width: 35px;
    height: 35px; }
  #maincredits {
    font-size: 0.9rem; }
  .innercredits h3 {
    margin: 20px 10px 20px; }
  .welcome {
    font-size: 1.6rem;
    margin: 20px auto 0px auto; }
  .welcome span {
    font-weight: 700;
    font-style: italic;
    display: block;
    color: #6fcb9f; }
  #help-instructions {
    width: 100%;
    margin: 0; }
  .cont {
    width: 100%; }
  .cont .col {
    float: none;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px auto;
    display: inline-block; }
  .cont .col:last-child {
    margin-right: 0; }
  .cont .col img {
    display: inline-block;
    width: 60px;
    vertical-align: middle; }
  .cont .col p {
    display: inline-block;
    max-width: 60%;
    vertical-align: top;
    font-size: 0.9rem; }
  .col img {
    height: 70px;
    margin-top: 15px; }
  #vinyl {
    height: 60px;
    margin-top: 15px; }
  #dancer {
    height: 80px;
    margin-top: 20px; }
  .browsers {
    margin-bottom: 40px; }
  .browsers p {
    margin: 20px 10px;
    font-size: 0.9rem; }
  .button.ok {
    margin: auto 4px 40px;
    padding: 2px 6px; }
  .button.ok span {
    font-size: 20px; }
  .button.ok .fa {
    font-size: 19.5px;
    top: 0px;
    -webkit-transform-origin: 9px 9px 0;
        -ms-transform-origin: 9px 9px 0;
            transform-origin: 9px 9px 0; }
  .musicians li {
    margin: 4px 10px; } }
