2019-02-12 17:45:44 +01:00
|
|
|
/*
|
|
|
|
Landed by HTML5 UP
|
|
|
|
html5up.net | @ajlkn
|
|
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
2018-02-25 00:49:23 +01:00
|
|
|
*/
|
2019-02-12 17:45:44 +01:00
|
|
|
/* Loader */
|
|
|
|
body.landing::before, body.landing::after {
|
|
|
|
display: none !important; }
|
2018-04-23 23:14:38 +02:00
|
|
|
|
2019-02-12 17:45:44 +01:00
|
|
|
/* Icon */
|
|
|
|
.icon.alt {
|
|
|
|
color: inherit !important; }
|
2018-04-23 23:14:38 +02:00
|
|
|
|
2019-02-12 17:45:44 +01:00
|
|
|
.icon.major.alt::before {
|
|
|
|
color: #ffffff !important; }
|
2018-04-23 23:14:38 +02:00
|
|
|
|
|
|
|
/* Banner */
|
2019-02-12 17:45:44 +01:00
|
|
|
#banner::after {
|
|
|
|
background-color: rgba(23, 24, 32, 0.95); }
|
2018-02-25 00:49:23 +01:00
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
/* Footer */
|
2019-02-12 17:45:44 +01:00
|
|
|
#footer .icons .icon.alt::before {
|
|
|
|
color: #ffffff !important; }
|