body {
    font-family: 'Raleway', sans-serif;
}

#bg-cont {
    position:absolute;
    top: 0;
    left: 0;
    width: 100.00vw;
    height:100.00vh;
    background-color: #212121;
    background-image: url("../img/IMG06077.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
}

#overlay {
    position:absolute;
    top:0;
    left:0;
    width: 100.00vw;
    height: 100.00vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#cont {
    padding-top:45.00vh;
}

#cont img {
    padding-bottom: 3.00vh;
}