body {
    color: white;
    font-family: HelveticaNeue, Helvetica, sans-serif;
    font-weight: 100;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.all-stacked {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.inside-section {
    flex: 0 1 800px;
    -webkit-flex: 0 1 800px;
    margin: 20px 0;
    padding: 20px 0;
}

.all-stacked > .section {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.all-stacked > .section > * {
    align-content: center;
    -webkit-align-content: center;
}

.all-stacked > .section:nth-child(1) {
    background: url(IconBackground@5x.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.all-stacked > .section:nth-child(2) {
    color: #56A35B;
}

.all-stacked > .section:nth-child(3) {
    background: url(IconBackground@5x.jpg);
    background-size: cover;
    color: black;
}

.all-stacked > .section:nth-child(3) .text-container {
    color: rgba(0,0,0,0.5);
}

.item-top-two {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.item-top-two > * {
    flex: 1 1;
    -webkit-flex: 1 1;
}

#top-first {
    margin-bottom: 30px;
}

#top-second {
    text-align: center;
}

#coming-soon {
    width: auto;
    font-size: 10px;
    background: #e02020;
    color: white;
    padding: 1px;
    border-radius: 4px;
    position: relative;
    min-width: 100px;
    width: 100px;
    left: 50%;
    top: -30px;
    transform: rotate(20deg) translateX(-50%);
    -webkit-transform: rotate(20deg) translateX(-50%);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.features-columns {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.features-columns > * {
     flex: 1 1;
     -webkit-flex: 1 1;
}

.text-container {
}

#top-first .text-container {
    color: rgba(255,255,255,0.9);
    background-color: rgba(0,0,0,0);
    line-height: 1.5em;
    text-align: center;
}

.screenshot-container {
    margin-top: 0px;
    padding-left: 0;
}

.screenshot-container svg {
    width: 75%;
}

#raw-svg #buffer-image-1, #raw-svg #buffer-image-2 {
    -webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -ie-transition: opacity 1.0s linear;
    transition: opacity 1.0s linear;
}


a {
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    font-weight: 100;
}

h1,h2 {
    font-family: HelveticaNeue-UltraLight, Helvetica,sans-serif;
    font-weight: 100;
    letter-spacing: 0.075em;
    color: #56A35B;
    margin-left: 10px;
}

h2 {
    
}

#top-first .text-container h1 {
    color: rgba(255,255,255,0.9);

}

p {
    margin: 0 10px 0.5em 10px;
    font-family: HelveticaNeue, Helvetica, sans-serif;
    font-size: 12pt;
}

ul {
    margin: 0 10px;
}

li {
    margin-bottom: 0.4em;   
}

@media all and (max-width: 640px) {
    .inside-section {
        flex: 1 0;
        -webkit-flex: 1 0;
    }
    
    .item-top-two {
        display: flex;
        display: -webkit-flex;
        flex-flow: column;
        -webkit-flex-flow: column;
    }

    .features-columns {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    
    .features-columns {
        margin: -20px 0;
    }
    
    .screenshot-container {
        padding-left: 0;
        margin-top: 0px;
    }

    .screenshot-container svg {
        width: 100%;
    }
}
