Files
poprhythm cf21f17bc1 Customize bootstrap with SASS
Update jquery validate for IE
Simplify scripting
Update home page logo
2016-12-13 09:40:40 -05:00

20 lines
357 B
CSS

/**umb_name:header*/
.header{font-family: "Lato", sans-serif;
line-height: 1.4;
font-weight: 900;
letter-spacing: -.2px;
font-size: 2rem;}
/**umb_name:header-shadow*/
.header-shadow{font-family: "Lato", sans-serif;
line-height: 1.4;
font-weight: 900;
letter-spacing: -.2px;
font-size: 2rem;
text-shadow: 2px 2px 4px #000000;
}
/**umb_name:body*/
.body{}