
.welcome-text {
    max-width: 850px;
    color: white;
    margin-left: 40px;
}
.welcome-text h2 {
    position: relative;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.125;
    top: 100px;
    padding-top: 9%;
}
.welcome-text h3 {
    position: relative;
    top: 100px;
    padding-top: 2%;
    max-width: 500px;
    font-size: 35px;
    font-weight: 400!important;
    line-height: 44px;
}
.welcome-text button {
    margin-top: 15%;
}

.parallax {
    /* The image used */
    background-image: url("/images/bg-image.jpg");

    /* Set a specific height */
    min-height: 100vh;

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