/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */

/*
Go to Top
*/

#back-to-top {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 111111;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 30px;
    background: #31AED2;
    color: #fff;
    cursor: cell;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #43BEDF;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

/*
Fin Go to Top
*/


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #top-bar a {
    display: block; }

  span.all-labs,
  span.back-to-tutorial {
    width: 100%; }

  span.all-labs,
  span.back-to-tutorial {
    float: none;
    text-align: center; }

  span.all-labs {
    border-bottom: solid 1px #4F4F4F; }

  #title h1 {
    font-size: 20px; }

  #title h2 {
    font-size: 16px; } }
