body {
    background-color: #a93305;
}

.rowblack {
    background-color: #000;
    color: #FFF;
    z-index:1;
}
.headerrow {
    height:10px;
}
.website-logo {
    margin-top:93px;
    margin-bottom:30px;
    text-align: center;
}
.website-appstore {
    text-align: center;
}
.website-promotext {
    color:#FFF;
    font-weight:200;
    text-align: center;
}
.topline {
    margin-bottom:50px;
}
.website-appstore {
    margin-top:40px;
    margin-bottom:40px;
    margin-left:30px;
    margin-right:30px;
}

.image-iphone {
    width: 295px;
    height:601px;
    background-image:url('../img/iphone6s.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-left:auto;
    margin-right:auto;
    z-index:10;
    margin-bottom:30px;
}



@media (max-width: 768px) {
    .credits {
        margin-bottom:10px;
    }
}
@media (min-width: 768px) {
    .credits {
        margin-bottom:10px;
    }
}

@media (min-width: 992px) {
     .accesslist-row {
    margin-top:20px;
    margin-bottom:20px;
}
 }

@media (min-width: 1200px) {
    .accesslist-row {
    margin-top:20px;
    margin-bottom:20px;
}
}

.accesslist-large {
    font-size:18pt;
    font-weight:200;
}
.accesslist-small {
    font-size:14pt;
    font-weight:100;
}

.bottomfooter {
    padding-top:40px;
    padding-bottom:40px;
    background-color: #090e38;
}
.vcenter {
    margin-top:20px;
}