section.welcome {
    height: 95vh;
    margin-top: -64px!important;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 16%;
}
section.welcome .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 64px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.70) 45%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.70) 45%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.70) 45%,rgba(0,0,0,0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.welcome .container{
    min-width: 80%;
}
section.welcome .row {
    color: white!important;
}
section.welcome h1{
    font-size: 2.6rem;
}
section.welcome h3{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
    color: white;
}
@media only screen and (max-width: 600px){
    section.welcome{
        height: 90vh;
        margin-top: -56px!important;
    }
    section.welcome .overlay{
        background:transparent;
        padding-top: 56px;
    }
    .welcome{
        height: 100vh!important;
        width: 100%!important;
        text-align: center!important;
        background: rgb(41,28,56)!important;
        background: -moz-linear-gradient(-45deg, rgba(41,28,56,1) 0%, rgba(66,35,109,1) 100%)!important;
        background: -webkit-linear-gradient(-45deg, rgba(41,28,56,1) 0%,rgba(66,35,109,1) 100%)!important;
        background: linear-gradient(135deg, rgba(41,28,56,1) 0%,rgba(66,35,109,1) 100%)!important;
        margin-bottom: 92px;
    }
    section.welcome .row {
        padding-top: 20%;
        color: white!important;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1980px) {
    section.welcome h2{
        font-size: 3.2rem;
    }
    section.welcome p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
}