*,
*:before,
*:after {
    box-sizing: none;
}

body {
    font-family: arial, sans-serif;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;
    z-index: 1;
    width: 100vw;
    height: 56.25vw;
    max-height: 100vh;
    max-width: 177.78vh;
    margin: 0 auto;
    padding: 0;
    right: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

li {
    padding: 10px 0;
}

a {
    text-decoration: none;
    color: inherit;
    text-shadow: none;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;
}

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

p2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

#menu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    background-color: grey;
}

#menu.main {
    background-image: url('imgs/credits.jpg');
    background-size: cover;
    background-position: bottom;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 100%;
}

#menu.credits {
    background-image: url('imgs/credits.jpg');
    background-size: cover;
    background-position: bottom;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 100%;
}

#progress {
    height: 12%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#percent {
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#progress-bar {
    width: 200px;
}

.sound {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 3;
}

.sound-on {
    background-image: url('imgs/soundOn.png');
    background-repeat: no-repeat;
}

.sound-off {
    background-image: url('imgs/soundOff.png');
    background-repeat: no-repeat;
}

.social {
    position: absolute;
    top: 42px;
    left: 6px;
    width: 30px;
    z-index: 3;
    display: block;
}
.social-back {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}
.social-icons {
    display: none;
}
.social-icons.show {
    display: block;
}
.social-icons .facebook,
.social-icons .twitter,
.social-icons .copyright {
   width: 30px;
   height: 30px;
   margin-bottom: 8px;
}

#main {
    display: none;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
}

#main h1 {
    color: black;
    text-shadow: none;
    ;
}

.button-list {
    text-align: center
}

.button-list li {
    display: inline-block;
}

.button {
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: white;
    font-weight: 300;
    text-shadow: none;
    background-color: #ff8504;
    border-radius: 5px;
}

.button:hover {
    background-color: #cd6c06;
}

#credits {
    display: none;
    line-height: 30px;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}

#credits li {
    padding: 5px 0;
}

.artwork,
.music,
.developer {
    text-shadow: none;
}

.artwork {
    color: #000;
}

.music {
    color: #000;
}

.developer {
    color: #13eb8a;
}

.back,
.back:hover {
    margin-top: 0px;
}

#game-over {
    display: none;
    text-align: center;
    padding-top: 40px;
    z-index: 1;
    width: 100%;
    height: 360px;
    position: absolute;
}

.logo {
    position: fixed;
    z-index: 1000;
    width: 120px;
    left: 50%;
    margin-left: -75px;
    margin-top: 5px
}

.logo2 {
    position: fixed;
    z-index: 1000;
    width: 20px;
    left: 50%;
    margin-left: 0px;
    margin-top: 5px
}

.logo img {
    width: 100%
}

footer {
    position: absolute;
    bottom: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    width: 100%;
    float: left;
    height: 30px;
    color: #7d00b3;
    font-family: "Merriweather Sans", sans-serif;
    letter-spacing: 0;
    line-height: 30px;
    background-color: #7d00b3;
    z-index: 99;
}

footer a {
    color: #fff;
    font-weight: normal
}

footer p {
    color: #999;
    letter-spacing: .2em;
    padding-left: 15px;
    margin: 0;
    font-size: 10px;
}

footer h1 {
    font-size: 10px;
    color: #999;
    letter-spacing: .2em;
    padding-right: 15px;
    float: right;
    margin: 0;
    font-weight: normal;
    font-family: "Merriweather Sans", sans-serif;
}

.logo {
    margin-top: 10px;
    position: absolute
}