
body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}


.title-block {
    position: relative;
}

/*.title-block > img, .overlay-text {*/
/*    position: absolute;*/
/*}*/

.overlay-text {
    color: white;
    font-weight: bolder;
    padding: 150px 50px;
    -webkit-font-smoothing: antialiased;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.lead {
    margin-top: 1em;
    font-weight: bolder;
}