body {
    height: 100%;
}

html {
    background: url("/assets/marketing/iphonex-desk-landscape-2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hero-section {
    background-color: transparent;
}

#hero-section-row {
    background-color: transparent;
}

#hero-section-column {
    background-color: transparent;
}

#hero-jumbotron {
    background: rgba(100, 100, 100, 0.5);
    border-radius: 5px;
}

#footer-content {
    background: rgba(100, 100, 100, 0.5);
}

.center {
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
