
#welcome {
    position: relative;
    width: 100%;
    color: white;
}

#welcome .section-welcome-image {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: -2em;
}

#welcome .section-welcome-right button{
    padding: 0.25em 1em;
}

#welcome .btn{
    background-color: #a7a5a0;
    border: 2px #615e5a solid;
    color: white;
    border-radius: 0;
    font-size: 1.25em;
}

#welcome .btn:hover{
    background-color: #8b8881;
}


@media (min-width: 768px) { 
    #welcome .section-welcome-right{
        font-size: 1em;
        line-height: 1.5em;
    }

    #welcome .section-welcome-right div div{
        padding-top: 1.75em;
    }
    
    #welcome .section-welcome-right div div:first-child{
        font-size: 1.25em;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) { 
    #welcome .text-bottom{
        padding-top: 16px;
    }
    #welcome .contact-button{
        text-align: center;
        padding-top: 16px;
    }
    #welcome .section-welcome-image {
        top: 2em;
        height: 320px;
 
    }

    #welcome .col-md.text-left.section-welcome-right{
        margin-top: 3em;
    }

    #welcome .contact-button {
        margin-top: 1em;
    }
}