|
|
|
|
@ -13,7 +13,11 @@
|
|
|
|
|
.site-footer { |
|
|
|
|
position: relative; /* stack above left social bar */ |
|
|
|
|
color: var(--color--gray-65); |
|
|
|
|
background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%); |
|
|
|
|
background: linear-gradient( |
|
|
|
|
180deg, |
|
|
|
|
var(--color--gray-5) 0%, |
|
|
|
|
var(--color--gray-10) 100% |
|
|
|
|
); |
|
|
|
|
/*background: #33210D;*/ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -44,3 +48,85 @@
|
|
|
|
|
border-inline-start: solid var(--content-left) var(--color--black); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.footer-logo svg { |
|
|
|
|
g#Page-1 { |
|
|
|
|
fill: beige; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
g#Group { |
|
|
|
|
fill: #ece8e3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
g#Group-2 * { |
|
|
|
|
fill: #ece8e3 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
fill: #ece8e3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
path { |
|
|
|
|
fill: #ece8e3; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.footer-logo { |
|
|
|
|
} |
|
|
|
|
div#upei_logo { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
justify-content: flex-end; |
|
|
|
|
svg { |
|
|
|
|
width: 191px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div#prov_govt { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
/* height: 100px; */ |
|
|
|
|
|
|
|
|
|
svg { |
|
|
|
|
width: 117px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div#museum { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
|
|
|
|
|
svg { |
|
|
|
|
width: 117px; |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
svg { |
|
|
|
|
/*outline: 1px #fff solid;*/ |
|
|
|
|
} |
|
|
|
|
g#logo-parcs-canada-1 { |
|
|
|
|
fill: #ece8e3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
g#Group-2 { |
|
|
|
|
fill: #ece8e3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.subfooter__text p { |
|
|
|
|
color: #ece8e3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.subfooter__text { |
|
|
|
|
color: #ece8e3 !important; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.subfooter { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
border-top: 4px double #ece8e3; |
|
|
|
|
padding-top: 1rem; |
|
|
|
|
align-items: center; |
|
|
|
|
line-height: 0; |
|
|
|
|
} |
|
|
|
|
|