/* Font sizes - http://developer.yahoo.com/yui/3/cssfonts/ */
h1 { font-size: 189%; }
h2 { font-size: 167%; }
h3 { font-size: 108%; }
h4 { font-size: 100%; }
h5 { font-size: 93%; }

h1, h2, h3, h4, h5 { font-weight: bold; }

/* Font-family - add any styles here that you want to use proxima */
.proxima { font-family: "proxima-nova-1","proxima-nova-2",sans-serif; }

/* Landing Page */

/* Landing Page Blue Link Section */
.links a { color: white; text-decoration:none; }

#splash-col-3 a { color: white; text-decoration: underline;}
#splash-col-3 a:hover { text-decoration: underline; }

#page-text ul { list-style: disc;  margin-left: 20px; }

#landing-two-links ul li {padding-bottom:8px; font-size: .9em;}