body {
    text-align:center;
    max-width:880px;
    margin:40px auto 40px auto;
    background-color: black;
    color:#fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica sans-serif;
    line-height: 170%;
    background-image: url(img/bg-polygon1.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.logo {
    margin: 80px 0 80px 0;
}
a {
    color: #ffff00; text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    line-height: 130%;
    font-size: 34px;
    text-transform: uppercase;
}
.description {
    width: 400px;
    float: left;
    font-size: 100%;
    text-align: left;
    margin-bottom: 80px;
}
.description p {
    text-align: justify;
}

.video {
    text-align: left;
    float: left;
    width: 400px;
    margin-right: 80px;
    margin-bottom: 80px;
}

.photos {
    padding: 0;
}

.photos img {
    width: 400px;
    margin-bottom: 80px;
}
.photos img:nth-child(odd) {
    margin-right: 60px;
}

.footer {
    font-size: 80%;
    margin: 40px 0 80px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.button {
    background-color: #00ff00;
    color: #000;
    padding: 20px 40px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration:none;
}
.button:hover {
    background-color: #fff;
    text-decoration:none;
}

.AppStoreLink {
    margin-bottom: 80px;
}




@media (max-width: 900px) {

    body {
    text-align:center;
    max-width:480px;
    margin:40px auto 40px auto;
    }

    .logo {
        margin-top: 220px;
    }
    
    .description {
        width: 480px;
        float: center;
        font-size: 100%;
        text-align: left;
        margin-bottom: 80px;
    }
    .video {
        text-align: center;
        float: center;
        width: 480px;

    }

    .photos {
        padding: 0;
    }

    .photos img {
        width: 480px;
        margin-bottom: 40px;
    }
    .footer {
        font-size: 80%;
        margin: 40px 0 80px 0;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}

