body {
    margin: 0;
    padding: 0;
}
.blc__page-container {
    width: 100%;
    line-height: 100%;
    background-image: url('../images/roads-bg.jpg');
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
.blc__page-content {
    background: rgba(40,40,40,0.5);
    width: 100%;
    line-height: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
}

h1 {
    margin-top: 0;
    padding-top: 20%;
}

h1, h2 {
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 100;
    font-size: 70px;
}

h2 {
    font-size: 18px;
    font-weight: 300;
}

h1 span {
    font-weight: 700;
}