| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- body {
- font-family: Questrial, sans-serif;
- color: #0d0d0d;
- }
-
- p{
- line-height: 1.4;
- margin-top: 0;
- margin-bottom: 1em;
- }
- a {
- color: $cia_grey;
- /* text-decoration: none, leave for now to show links underlined */
- }
- a &:hover {
- cursor: pointer;
- color: $cia_black;
- }
- /* common */
- /* h1, h2, h3, h4, h5, h6 {
- display: block;
- margin-left: 0;
- margin-right: 0;
- } */
- h1 {
- font-size: 2.0736em;
- margin-top: 0.48225em;
- margin-bottom: 0.48225em;
- }
- h2 {
- font-size: 1.728em;
- margin-top: 0.83333em;
- margin-bottom: 0;
- }
- h3{
- font-size: 1.44em;
- /* margin-top: 1em; */
- margin-bottom: 1em;
- }
- h4 {
- font-size: 1.2em;
- /* margin-top: 1.33em; */
- margin-bottom: 1.2em;
- }
- h5 {
- font-size: 1.0em;
- /* margin-top: 1.6em; */
- margin-bottom: 1.44em;
- }
- h6 {
- font-size: 0.83333em;
- /* margin-top: 2em; */
- margin-bottom: 1.728em;
- }
-
- ul{
- padding: 0;
- }
-
- /* margin to indent marker */
- li {
- margin: 0 0 0.57870em 2.0736em !important;
- }
-
- /* ordered list alignment */
- ol {
- padding: inherit;
- }
-
- /* separator types */
- hr .wp-block-separator, .is-style-default {
- height: 1px;
- width: 15vw;
- }
-
- hr .wp-block-separator, .is-style-wide {
- height: 3px;
- width: 50vw;
- }
-
- hr .wp-block-separator, .is-style-dots:before {
- letter-spacing: 4em;
- padding-left: 4em;
- }
|