
body {
    background-color: #000000;
    min-width: 400px;
    text-align: center;
    display: block;
}

a:link {
    color: yellow;
}
a:visited {
    color: yellow;
}

.sidebar {
    float: left;
    padding: 20px;
    position: absolute;
}

.hammerlogo {
    height: 75px;
    width: 75px;
}

.bgseparator {
    background-color: #000000;
    min-height: 5px;
    text-align: center;
    color: white;
    margin: 25px;
    font-size: 25px;
}

.bg1 {
    background-image: url("images/tsb2/tsb2-alley1.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bg2 {
    background-image: url("images/tsb2/tsb2-alley5.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bg3 {
    background-image: url("images/tsb2/tsb2-alley2.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bg4 {
    background-image: url("images/tsb2/tsb2-alley3.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bg5 {
    background-image: url("images/tsb2/tsb2-alley4.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bgvr1 {
    background-image: url("images/tsb2/tsb2-alleyvr1.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .bg1 {
        background-image: url("images/tsb2/tsb2-alley1.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bg2 {
        background-image: url("images/tsb2/tsb2-alley5.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bg3 {
        background-image: url("images/tsb2/tsb2-alley2.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bg4 {
        background-image: url("images/tsb2/tsb2-alley3.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bg5 {
        background-image: url("images/tsb2/tsb2-alley4.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bgvr1 {
        background-image: url("images/tsb2/tsb2-alleyvr1.jpg");
        height: 600px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }
}

.gamelogodiv {
    padding-top: 25px;
    padding-bottom: 50px;
}

.gamelogo {
    width: 350px;
    max-width: 350px;
}

.downloadgroup {
    text-align: center;
    position: relative;
    background: rgba(30,30,30,.95);
    border-radius: 15px;
    display: inline-block;
    padding: 5px;
}
.downloadgroupcontainer {
    text-align: center;
    position: relative;
}

.downloaditem {
    display: inline;
    position: relative;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

.downloadimg {
    width: 150px;
}

.comingsoonstamp {
    position: absolute;
    height: 60px;
    right: -20px;
    bottom: -5px;
}

.textoverlay {
    background: rgba(30,30,30,.95);
    border-radius: 15px;
    display: inline-block;
    font-size: 30px;
    color: white;
    padding: 10px;
    margin: 10px;
}

.othergamebox {
    background: rgba(30,30,30,.9);
    margin: auto;
    position: absolute;
    font-size: 15px;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin: 10px;
    right: 0px;
    bottom: 0px;
}

.videobox {
    width: 560px;
    height: 315px;
    padding: 20px;
    border: 20px;
    background: #000000;
    text-align: center;
    display: inline-block;
    margin-top: 100px;
}

.pagerow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pagetitle {
    background: rgba(30,30,30,.95);
    border-radius: 15px;
    font-size: 40px;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
}

.pagedetail {
    background: rgba(30,30,30,.95);
    border-radius: 15px;
    font-size: 20px;
    color: white;
    padding: 10px;
    margin: 5px;
    margin-left: 25px;
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 300px;
}
