html, body {
    height: 100%;
    margin: 10px;
    padding: 0px;
    font-family: sans-serif;
    color: black;
    background-color: #BBDDFF;
    line-height: 1.4;
}

.qrcode {
    display: none;
}
.appbanner {
    display: block;
}
@media screen and (min-width: 700px) {
    .qrcode {
        display: block;
    }
    .appbanner {
        display: none;
    }
}

a {
    color: black;
}
#splash {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
    max-width: 700px;
    margin: auto;
    position: relative;
}
@media screen and (min-width: 700px) {
    #splash > div {
        display: table-cell;
        vertical-align: middle;
        padding: 1em;
        height: 100%;
    }
    #splash #left {
        text-align: right;
    }
    #splash #right {
        text-align: left;
    }
    #splash .iphone {
        width: 288px;
        height: 576px;
    }
    #screenshots img {
        max-width: 300px;
    }
}
#chevron {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -2em;
    color: #7a5642;
    opacity: 0.5;
    margin-left: -0.5em;
}
@media screen and (max-width: 700px) {
    #chevron {
        display: none;
    }
    #splash .iphone {
        width: 192px;
        height: 384px;
        display: inline-block;
    }
    #splash #left {
        padding: 10px;
    }
    #screenshots img {
        max-width: 100px;
    }
}
img.appstore {
    max-width: 120px;
    width: 120px;
    height: 35.5469px;
}
img.playstore {
    max-width: 120px;
    width: 120px;
    height: 35.5469px;
}
.iphone {
    background-image: url(/static/images/5s.png);
    background-size: contain;
    position: relative;
    width: 720px;
    height: 1440px;
}
.iphone img {
    position: absolute;
    top: 17.9%;
    left: 14%;
    width: 73%;
}
#icon-row {
    margin: 0px;
    margin-top: 80px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    position: relative;
}
#icon-row #icon-container {
    position: absolute;
    width: 114px;
    height: 114px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
}
#icon-row img {
    width: 100%;
    border-radius: 19px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#description {
    margin: auto;
    width: 90%;
    max-width: 600px;
}
#screenshots {
    margin-bottom: 2em;
}
#screenshots img {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin: 1em;
}
#description {
    white-space: pre-wrap;
}
#stars {
    text-align: center;
    font-style: italic;
    font-size: small;
}
#stars span {
    display: block;
    font-size: 30px;
    font-style: normal;
}
#attribution {
    font-size: small;
    padding: 2em;
}
#attribution a {
    color: #7a5642;
}
