/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.twitter {
  position: fixed;
  right: 0;
  top: 0;
}

.sns {
  font-size: 1.5rem;
}
.sns span {
  width: 2rem;
  height: 2rem;
  background-color: #292b2c;
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0.25rem;
}

.sns span a {
  display: block;
  width: 100%;
  text-indent: -9999999px;
}

/* Padding for spacing */
.inner {
  /*padding: 2rem;*/
  padding: 0.5rem;
}

/*
 * Cover
 */

.cover {
  padding: 0 0.5rem;
}

#stage {
  cursor: url("../assets/cur.cur"), default;
  width: calc(100% - 1rem);
  max-width: 1360px;
  margin: 0 auto;
}

@media screen and (max-height: 876px) {
  /*#stage {*/
  /*  height: 100px;*/
  /*}*/
  #stage {
    height: 100%;
  }
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

/*@media (min-width: 40em) {*/
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
   /*Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
   /*Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;  /* Must be percentage or pixels for horizontal alignment */
  }
/*}*/

/*@media (min-width: 62em) {*/
/*  .masthead,*/
/*  .mastfoot,*/
/*  .cover-container {*/
/*    width: 42rem;*/
/*  }*/
/*}*/