

#welcome .content{
    display: grid;
    min-height: 100%;
    width: 100%;
    grid-template-rows: 1fr 230px 90px;
}

#welcome .welcomeheader {
    border-radius: 0px 0px 0px 100px;
    overflow: hidden;
    display: flex;
}

#welcome .text {
    width: 60%;
    max-height: 200px;
    margin: 0 auto;
}


#welcome .headerimage {
    background-image: url("/images/home_background.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


#welcome h1 {
    padding-top: 20px;
    font-weight: 500;
    font-style: normal;
    font-size: 11.0px;
    color: rgba(163,169,175,1.0);
    text-align: center;
    letter-spacing: 1.0px;
}

#welcome h2 {
    padding-top: 20px;
    font-weight: 700;
    font-size: 32.0px;
    font-style: normal;
    text-align: center;
}


#welcome h3 {
    padding-top: 15px;
    font-weight: 400;
    font-style: normal;
    font-size: 14.0px;
    text-align: center;
    line-height: 20.0px;

}
