body {
    font-family: 'Lato';
    text-align: center;
    font-size: 20px;
    margin:0;
    padding: 0;
}

.content {
    width: 900px;
    margin:0 auto;
    padding-top: 10vh;
    display: flex;
    align-items: center;
}

@media(max-width: 900px) {
    .content {
        padding-top: 1em;
    }
    .content {
        width: auto;
        flex-direction: column;
    }
    p {
        max-width: 600px;
    }
}

@media(max-width: 700px) {
    body {
        font-size: 17px;
    }


}

@media(max-width: 500px) {
    body {
        font-size: 16px;
    }
}

@media(max-width: 400px) {
    body {
        font-size: 14px;
    }
}

.left {
    flex: 1;
    
    padding-bottom: 2em;
}

.right {
    flex: 0 0 370px;
}

h1 {
    font-size: 2.0em;
    line-height: 1.2em;
    width: 100%;
    display: inline-block;
    clear: both;
    text-shadow: 0 0 2px rgba(170, 160, 162, 0.2);
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .1em;
    max-width: 28rem;
}

p {
    font-size: 1.15em;
    line-height: 1.3em;
    font-weight: 300;
    padding: 0 .5em 1em .5em;
    color :#333;
}

#iphone {
    width: 259px;
    height: 551px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#scrolling { /* Carousel Frame */
    overflow: hidden;
    position: absolute;
    left:18px;
    top: 68px;
    width: 226px;
    height: 402px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

li {
    float: left;
}
li img {
        width: 226px;
}
a {
    color: #ff0938;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease;
}
a:hover {
    color:#dd0028;
}

.button:hover {
    cursor: pointer !important;
    
}
#start {
    padding-bottom: 5em;
    background: white;
}
body {
        background-color: #fafafa;
}

.app-store {
    background-size: 149px 44px;
    background-repeat: no-repeat;
    flex: 0 0 158px;
    
    height: 44px;
    
}

.google-play {
    background-size: 150px 44px;
    background-repeat: no-repeat;
    flex: 0 0 158px;
    height: 44px;
    margin-right: 8px;
    margin-left: -8px; /* sic!*/
}
#info {
    min-height: 30vh;
    border-top: 1px solid #ddd;
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #fafafa;
}

#buttons {
    width: 300px;
    height:60px;
    margin: 0 auto;
    display: flex;
}
#info .content {
    flex-direction: column;
    margin-top:0;
}
#info h1 {
    max-width: 40em;
}