.pro_parallax {
    /* The image used */
    background-image: url("../_img/para_bcg.jpg");

    /* Set a specific height */
    min-height: 500px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro_transparent000 {
    background: rgb(0, 0, 0);
    /* Fallback for older browsers without RGBA-support */
    background: rgba(93, 109, 253, 0.3);
}

.pro_transparent {
    background: rgb(204, 204, 204);
    /* Fallback for older browsers without RGBA-support */
    background: rgb(208, 232, 255);
}


.mask {
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
}

.main-heading {
    font-family: naslovSF, Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-style: italic;

}

@font-face {
    font-family: naslovSF;
    src: url(../_fonts/SFNSDisplay-Ultralight.ttf);
}

.minH {
    min-height: 80vh;
}