/**umb_name:purple header*/
h1 {
    font-size: 2.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #262868 !important;

}

/**umb_name:smaller purple header*/
h2{
    font-size: 2rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #262868 !important;
}

a:hover{ text-decoration: none;}

/**umb_name:button link*/
.button-link {
    color: #fff;
    background-color: #262868;
    width: 400px;
    max-width: 100%;
    font-size: 1.6em;
    border: none;
    border-radius: 15px;
    text-decoration: none !important;
    padding: 6px 100px 12px 100px;
}

.button-link:hover {
    background-color: #c1bdce;
    color: #262868;
    cursor: pointer;
    text-decoration: none !important;
}
