Please do not delete this page
City Life Logo Colours
Dark Blue:
45-46-131
#2D2E83
Light Blue:
45-174-225
#2DAEE1
Orange:
250-180-50
#FAB432
Yellow:
255-204-15
#FFCC0F
Pale Blue Background (matches watermark)
#D5EFF9
Pale Orange background (matches watermark)
#FEF0DA
Pale Yellow background (matches watermark)
#FFF5D4
Heading 1
#2e2e83
h1 {
font-size: 32px!important;
color: #2e2e83;
font-weight: bold!important;
font-family: Noto Sans, sans-serif;
}
Heading 2
#2daae1
/* HEADING 2 */
h2 {
font-weight: bold;
font-size: 24px!important;
color: #2daae1;
font-family: Noto Sans, sans-serif;
}
Heading 3
#f9b233
/* HEADING 3 */
h3 {
font-size: 22px!important;
color: #2e2e83;
font-weight: bold!important;
font-family: Noto Sans, sans-serif;
}
Heading 4
Default
Heading 5
Default
Heading 6
Default
Paragraph
/* MAIN TEXT */
body {
font-family: Noto Sans, sans-serif;
font-weight: light;
font-size: 20px!important;
line-height: 1.25;
}
/* Space between paragraphs */
p {
margin-bottom: -10px; /* between paragraphs */
}
/* LINKS */
a {
color: #2e2e83;
font-weight: light;
text-decoration: underline;
}
a:hover {
font-weight: bold;
color: #2e2e83;
text-decoration: underline;
}