:root {
/*    --bgcolor-red: red;
    --bgcolor-green: green;
    --bgcolor-blue: blue;
    --bgcolor-orange: orange;
    --bgcolor-yellow: yellow;*/

    --bgcolor-red: transparent;
    --bgcolor-green: transparent;
    --bgcolor-blue: transparent;
    --bgcolor-orange: transparent;
    --bgcolor-yellow: transparent;
}

/********SPACINGS************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
/*    border: 0;*/
}
/****************************/
/******Generic Selectors*****/
body {
    height: 100%;
    margin: 0px;
    background-color: white;
    color: #616161;
    font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
    line-height: 150%;
}

a {
    color: #919191;
    text-decoration: none;
}

h3 {
    padding-top: 10px;
    padding-left: 10px;
}

p {
    padding: 10px
}

ul {
    padding-top: 8px;
    padding-left: 30px;
}

li {
    font-size: 20px;
    text-align: left;
    vertical-align: central;
    padding-top: 8px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-left: 60px;
    margin-right: 60px;
    padding: 0;
}



/****************************/



a.menu:hover {
    color: #616161;
}

div.jssheader {
    width: 100%;
    height: 410px;
    background-image: url("../images/guitar-opaq.png");
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
}

table.jssheader {
    width: 100%;
    max-width: 800px;
    height: 400px;
    color: white;
    align-self: center;
    margin: 0px auto;
    border-width:1px;
    border-color: transparent;
    table-layout: fixed;
}

table.jssheader tr:nth-child(1){
    height: 220px;
}

table.jssheader tr:nth-child(2){
    height: 180px;
}

div.jssbody {
    margin: 0px auto;
    max-width: 800px;
}


li.slogan {
    letter-spacing: 1px;
    text-shadow: 1px 1px #414141;
}

td.title {
    width: 60%;
    height: 50%;
    vertical-align: top;
}

td.tdmiddle {
    padding: 0px;
}

/*div.jssicon {
    float: inline-end;

}*/

img.jssicon {
    height: 36px;
    position: absolute;
    top: 4px;
    right: 4px;
}

table.tablepoints {
    width: 80%;
    margin: 0px auto;    
}

table.tablepoints p, h3 {
    color: #616161;
}

table.tablepoints a {
    color: #616161;
    text-decoration: underline;
}

table.tablepoints td {
    vertical-align: top;
    text-align: center;
}

img.imgicon {
    height:70px;
    margin-top: 10px;
}


p.title {
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    border: 0;
    font-size: 48px;
    letter-spacing: 3px;
    text-shadow: 1px 1px #414141;
    margin-top: 26px;
}




#tdscreenshot {
    vertical-align: auto;
}

#imgscreenshot {
    height: 330px;

}

td.top {
    vertical-align: top;
}


div.center {
    text-align: center;
}

div.left {
    text-align: left;
}

div.right, span.right {
    text-align: right;
}

div.separator {
    height: 18px;
}

/*buttons*/

div#divdownload {
    position:relative; 
    background-color:transparent; 
    height:180px; /*using 100% doesn't work on firefox, use px instead*/
}

div#btn {
    background-color:transparent;
    height:100%;
    vertical-align: middle;
}

button#btndownload {
    border-radius: 40px;
    height: 58px;
    width: 246px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-size: 18px;
    margin: 0px auto;
    background-color: black;
    color: white;
    box-shadow: none;
    position: absolute;
    left:10px;
    top: 30px;
}

#appstore, #gplay {
    opacity: 0;
    position: absolute;
}

#appstore{
    top: 0px;
}

#gplay {
    bottom: 60px;
}

img.imgstore {
    float: left;
    padding-left: 10px;
    height: 50px;
}

#appstore, #gplay {
    transition: opacity 1.5s;
}

#gplay.nofade, #appstore.nofade{
    opacity: 1;
}



/*******SCREEN RES********/
@media only screen and (max-width: 600px) {
    .jssheader {
        width: 100%;
        margin: 0px;
        background-color: var(--bgcolor-red);
    }

    #tdscreenshot {
        vertical-align: auto;
    }

    #imgscreenshot {
        margin-top: 82px;
        height: 300px;
    }

    td.title {
        width: 50%;
        height: 50%;
        vertical-align: top;
    }

    table.jssheader {
        table-layout: fixed;
    }

    li.slogan {
        font-size: 16px;
        letter-spacing: 1px;
        text-shadow: 1px 1px #414141;
    }

    p.title {
        margin-bottom: 16px;
    }

    div.separator {
        height: 14px;
    }

    /*buttons*/

    button#btndownload {
        font-size: 17px;
        height: 52px;
        width: 170px;
        top: 70px;
    }

    #appstore {
        top: 20px;
    }

    #gplay {
        bottom: 40px;
    }

}

/*******SCREEN RES END********/
@media only screen and (min-width: 601px) {
    .jssheader {
        width: 100%;
        margin: 0px;
        background-color: var(--bgcolor-green);
    }
}

@media only screen and (min-width: 768px) {
    .jssheader {
        width: 100%;
        margin: 0px;
        background-color: var(--bgcolor-blue);
    }
}

@media only screen and (min-width: 992px) {
    .jssheader {
        width: 100%;
        margin: 0px;
        background-color: var(--bgcolor-orange);
    }
}

@media only screen and (min-width: 1200px) {
    .jssheader {
        width: 1200px;
        margin: 0px;
        background-color: var(--bgcolor-yellow);
    }
}


