

/**umb_name:h2*/
.h2{font-family: "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif;
    font-weight: 700;
    font-size: 41px;
    color: #636363;
    line-height: 1.5em;
    margin: 0;}

/**umb_name:h3*/
.h3{font-size: 28px;
color: #636363;
line-height: 1.5em;}

/**umb_name:button*/
.button{background-color: #7fbcd8;
    border: 1px solid #7fbcd8;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: .8em;
    font-family: "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif;
	font-weight: 700;
    padding: 0.7em 3em 0.7em 3em;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;}



/**umb_name:smallcopy*/
.smallcopy{font-size: .9em;}