body {
    padding: 0;
    margin: 0;
    font-family: Roboto, Source Sans Pro, sans-serif;
    font-size: 20px;
    background-color: #EEEAE8;
    color: #7E7872;
    /*overflow: hidden;*/
}

#canvas-container {
    /*width: 100%;*/
    /*height: 100%;*/
}

#topheader {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
}

#topheader.hidden {
    display: none;
}

#prevlevelbutton, #nextlevelbutton {
    width: 20%;
    text-align: center;
}

#prevlevelbutton.disabled, #nextlevelbutton.disabled {
    color: #d9d9d9;
}

#levellabel {
    width: 60%;
    text-align: center;
    font-family: Roboto, serif;
    font-weight: 500;
}

#bottomheader {
    position: absolute;
    bottom: 0;
}

#bottomheader.hidden {
    display: none;
}

#nextlevelbottom {
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 10vh;
    font-size: 9vh;
    color: #555555;
}

#nextlevelbottombutton {
    margin: 0 4vh;
}

#nextlevelbottom.hidden {
    display: none;
}

#end-screen {
    text-align: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#end-screen-text {
    padding: 2vh 2vw 0;
    text-align: center;
    font-size: 7vmin;
    font-family: Roboto, serif;
    font-weight: 500;
}

#end-screen-text2 {
    padding: 2vh 2vw 4vh;
    text-align: center;
    font-size: 5vmin;
    font-family: Roboto, serif;
    font-weight: 500;
}

#end-screen-image {
    height: 50%;
    width: 100%;
    text-align: center;
    padding: 2vh 0;
}

#start-screen {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#storelinkstart {
    position: absolute;
    bottom: 0;
}

#start-screen-play-button {

}

#start-screen-play-button:hover {
    color: #4d4945;
}

.description {
    font-weight: bold;
    font-size: 0.7em;
    color: white;
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .25rem;
    /*background-color: #7E7872;*/
    background-color: #FF6600;
    margin: .1em;
}

/*.storelinkcontainer {*/
/*    height: 6vh;*/
/*    line-height: 5vh;*/
/*    border-radius: 1vh;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    padding: 1vh;*/

/*    color: #ffffff;*/
/*    background-color: #FF6D00;*/
/*    border-color: #FF6D00;*/
/*}*/

#storebadgesgame {
    text-align: center;
}

#storebadgesgame.hidden {
    display: none;
}

#storelinkgame {
    width: 100%;
    text-align: center;
}

#storelinkgame.hidden {
    display: none;
}

.storelinkicon {
    height: 6vh;
}

.storelinktext {
    margin-left: 1vh;
    margin-right: 1vh;
    font-size: 6vmin;
    white-space: nowrap;
}

.storelink {
    text-decoration: none;

    height: 6vh;
    line-height: 5vh;
    border-radius: 1vh;
    display: inline-flex;
    align-items: center;
    padding: 1vh;

    color: #ffffff;
    background-color: #319c5b;
}

span.storelink:hover {
    cursor: pointer;
}

.badgeappstore {
    margin-right: 10px;
}

/*#next-level-container {*/
/*    height: 10vh;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/

.lds-dual-ring {
    display: inline-block;
    width: 160px;
    height: 160px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 128px;
    height: 128px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 2.0s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading.hidden {
    display: none;
}

/***********************/
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    padding: 1vh;
}

.resp-sharing-button {
    border-radius: 1vh;
    transition: 25ms ease-out;
    padding: 1.5vh;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 3vh;
    height: 3vh;
    /*margin-right: 0.4em;*/
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

#share-fb {
    position: absolute;
    top: 0.5vh;
    left: 0;
}

#share-twitter {
    position: absolute;
    top: 0.5vh;
    right: 0;
}