body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    word-spacing: normal;
    color: #626262;
    overflow-x: hidden;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1 {
    color: #1f1f1f;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    margin: 28px 0;
    position: relative;
    text-transform: capitalize;
}

a { color: inherit; } 
#parent {
    margin: 0 auto;
    top: 0;
    z-index: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    display: block;
}
.banner {
    text-align: center;
    z-index: 3;
    position: relative;
    min-height: 100%;
    height: auto !important;
    margin-bottom: -50px;
}
#parent img {
    width: 100%;
    height: 100%;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.hero-caption {
    font-family: 'Roboto', sans-serif;
    z-index: 10;
    color: #fff;
    bottom: 50%;
    position: relative;
    margin-bottom: 50px;
}
.hero-text {
    font-family: 'Roboto', sans-serif;
    font-size: 60pt;
    color: #fff;
    text-transform: capitalize;
    font-weight: 100;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
