File size: 638 Bytes
09bcb28
 
 
 
 
 
 
 
 
 
 
 
7d63edc
09bcb28
17194f4
 
cdc5113
a89ee8c
54ef44f
ffdd8dd
a89ee8c
1c5fd24
ffdd8dd
1c5fd24
cdc5113
3dea40b
cdc5113
 
94121e2
321cdec
cdc5113
94121e2
321cdec
75b61e9
321cdec
cdc5113
321cdec
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Global page and element settings ----------------------------------------------------- */
body {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, sans-serif !important;
}

/* Colors */
.dark-blue {
  color: #20364c !important;
}

p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
  font-size: 1.5rem;
  font-weight: 400;
}


ul {
  width: 80%;
  display: table;
}
li {
    display: table-cell;
}
.row {
  width: 80%;
}
.row:nth-child(even) {
  text-align: left;
  color: #f3950e;
}
.row:nth-child(odd) {
  text-align: right;
  background: #e7fefc;
  color: #530707;
}

/* .text {
  background: #e7fefc;
} */