Line 934: | Line 934: | ||
} | } | ||
+ | |||
+ | /* Normal Text */ | ||
+ | |||
+ | .text{ | ||
+ | float:left; | ||
+ | width:690px; | ||
+ | margin:15px 0 30px 0; | ||
+ | padding:30px; | ||
+ | background-color:transparent; | ||
+ | border-style:solid; | ||
+ | border-color:#CCC; | ||
+ | border-width:1px; | ||
+ | border-radius:4px; | ||
+ | } | ||
+ | .text h1{ | ||
+ | font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | ||
+ | font-size:30px; | ||
+ | font-weight:bold; | ||
+ | color:#034996; | ||
+ | line-height:40px; | ||
+ | text-align:left; | ||
+ | padding:10px; | ||
+ | } | ||
+ | .text h2{ | ||
+ | font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | ||
+ | font-size:20px; | ||
+ | line-height:36px; | ||
+ | padding:0; | ||
+ | color:#039648; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .text h3{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:18px; | ||
+ | padding:5px 0; | ||
+ | color:#BF2F15; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .text h4{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:18px; | ||
+ | line-height:24px; | ||
+ | padding:10px 0; | ||
+ | color:black; | ||
+ | text-align:justify; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .text p{ | ||
+ | font-size:16px; | ||
+ | text-align:justify; | ||
+ | |||
+ | |||
+ | /* Specials */ | ||
.proLP{ | .proLP{ |
Revision as of 12:50, 28 July 2016