/* TEMPLATE STYLES */

html,
body,
.view {
    height: 100%;
}

.flex-center {
    color: #fff;
}

.view {
    background: url(images/jato-home.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
