body {
    background: url("stagebg.png") repeat 50% 35%;
    background-color: rgb(20, 120, 194);
}

.title {
    width: 530px;
    margin: 40px auto 23px;
    display: block;
}

.miniTit {
    width: 200px;
    margin-top: 20px;
}

#googlePlayBadge {
    display: block;
    width: 135px;
    height: 40px;
    margin: 25px auto 20px;
}

#badgeImg {
    width: 135px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}

#appStoreBadge {
    display: block;
    width: 135px;
    height: 40px;
    background-image: url("appStoreBadge.svg");
    margin: 20px auto;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

#feedbackButton {
    display: block;
    width: 135px;
    height: 40px;
    background-image: url("button.svg");
    margin: 20px auto;
    font-family: "Avenir Next";
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

#feedbackButton:active::after {
    content:url('buttonactive.svg');
    position:relative;
    z-index:-10;
    left:-7.5px;
    top:-47.5px;
}

#feedbackButton:active {
    color: rgb(255, 229, 76);
}

#midSection {
    margin: 0px auto;
    width: 460px;
    position: relative;
}

#hallContainer {
    position: absolute;
    line-height: 146px;
    width: 120px;
    text-align: center;
}

#blogContainer {
    position: absolute;
    line-height: 146px;
    width: 140px;
    text-align: center;
    right: 0px;
    top: 0px;
}

.midAnchor {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: rgb(255, 229, 76);
    text-decoration: none;
    font-family: "Avenir Next";
    font-weight: 500;
}

.midAnchor:hover {
    text-decoration: underline;
}

#fartButtonContainer {
    margin: 0px auto;
    width: 146px;
    height: 146px;
    position: relative;
}

#fartButtonBase {
    width: 146px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}

#fartButton {
    background-image: url("fartButton.svg");
    background-size: 110px;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 18px;
    left: 18px;
    cursor: pointer;
    border-radius: 55px;
}

#fartButton:active {
    background-image: url("fartButtonPressed.svg");
}

#footer {
    position: fixed;
    bottom: 4px;
    text-align: center;
    width: 100%;
    padding-left: 180px;
    font-size: 14px;
    font-family: Avenir;
}

.outlink {
    text-decoration: none;
    color: #222;
}

.outlinku {
    color: #222;
}

#privacycontainer {
    background: rgba(0, 190, 255, 0.8);
    font-family: Avenir;
    width: 50%;
    min-width: 300px;
    margin: 0px auto;
    padding: 20px;
}

#privacycontainer li {
    line-height: 25pt;
}

#hallcontainer {
    background: rgba(0, 190, 255, 0.8);
    font-family: Avenir;
    width: 50%;
    min-width: 300px;
    margin: 0px auto;
    padding: 20px;
}

.halltitle {
    width: 100%;
    margin-top: 20px;
}

/*@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .title {
        width: 700px;
    }
}*/
