2020-06-20 21:48:51 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Titling Gothic FB';
|
|
|
|
src: url("../fonts/TITLINGGOTHICFB-WIDE.OTF") format("opentype"); }
|
|
|
|
|
2020-06-20 23:27:22 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Gilroy';
|
|
|
|
src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype"); }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Apercu Mono';
|
|
|
|
src: url("../fonts/ApercuMono.ttf") format("truetype"); }
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
width: 100%;
|
2020-06-21 12:01:13 +01:00
|
|
|
height: 100%; }
|
2020-06-20 23:27:22 +01:00
|
|
|
|
2020-06-17 22:34:29 +01:00
|
|
|
body {
|
2020-06-20 23:27:22 +01:00
|
|
|
background-color: #002234;
|
|
|
|
color: #CC7A98; }
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-family: "Gilroy"; }
|
|
|
|
|
2020-06-22 17:45:03 +01:00
|
|
|
h2 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Apercu Mono"; }
|
|
|
|
|
2020-06-20 23:27:22 +01:00
|
|
|
p {
|
|
|
|
font-family: "Apercu Mono"; }
|
2020-06-20 21:48:51 +01:00
|
|
|
|
2020-06-21 12:01:13 +01:00
|
|
|
a:hover {
|
|
|
|
color: #CDE7B0; }
|
|
|
|
|
2020-06-20 21:48:51 +01:00
|
|
|
article {
|
|
|
|
min-height: 100%;
|
|
|
|
display: grid;
|
|
|
|
grid-template-rows: auto 1fr auto;
|
|
|
|
grid-template-columns: 100%; }
|
|
|
|
|
2020-06-20 23:27:22 +01:00
|
|
|
header nav a span {
|
2020-06-21 12:01:13 +01:00
|
|
|
font-size: 2rem;
|
2020-06-20 23:27:22 +01:00
|
|
|
font-family: 'Titling Gothic FB';
|
|
|
|
color: #CC7A98; }
|
|
|
|
|
2020-06-21 12:01:13 +01:00
|
|
|
header nav #navbarSupportedContent23 ul {
|
|
|
|
background-color: #CC7A98; }
|
|
|
|
header nav #navbarSupportedContent23 ul li {
|
2020-06-22 17:45:03 +01:00
|
|
|
transition: 0.5s;
|
2020-06-21 12:01:13 +01:00
|
|
|
background-color: #CC7A98;
|
|
|
|
text-align: center; }
|
|
|
|
header nav #navbarSupportedContent23 ul li a span {
|
2020-06-22 17:45:03 +01:00
|
|
|
transition: 0.2s;
|
2020-06-21 12:01:13 +01:00
|
|
|
color: #002234;
|
|
|
|
font-family: "Apercu Mono"; }
|
2020-06-21 18:20:33 +01:00
|
|
|
header nav #navbarSupportedContent23 ul li:hover {
|
|
|
|
background-color: #002234; }
|
|
|
|
header nav #navbarSupportedContent23 ul li:hover a span {
|
|
|
|
color: #CC7A98; }
|
2020-06-21 12:01:13 +01:00
|
|
|
header nav #navbarSupportedContent23 ul .active {
|
|
|
|
background-color: #002234; }
|
|
|
|
header nav #navbarSupportedContent23 ul .active a span {
|
2020-06-21 18:20:33 +01:00
|
|
|
color: #CDE7B0; }
|
|
|
|
header nav #navbarSupportedContent23 ul .active:hover {
|
|
|
|
background-color: #CC7A98; }
|
|
|
|
header nav #navbarSupportedContent23 ul .active:hover a span {
|
|
|
|
color: #002234; }
|
2020-06-20 23:27:22 +01:00
|
|
|
|
2020-06-20 21:48:51 +01:00
|
|
|
main {
|
|
|
|
padding: 0.5rem; }
|
2020-06-21 00:13:11 +01:00
|
|
|
main h1 {
|
|
|
|
padding-bottom: 1rem;
|
2020-06-21 12:01:13 +01:00
|
|
|
font-size: 4.5rem; }
|
2020-06-21 00:13:11 +01:00
|
|
|
main h1 span {
|
|
|
|
text-decoration: underline #CC7A98;
|
|
|
|
text-decoration-style: wavy; }
|
2020-06-20 23:27:22 +01:00
|
|
|
main p {
|
2020-06-21 12:01:13 +01:00
|
|
|
font-size: 2rem;
|
2020-06-20 23:27:22 +01:00
|
|
|
margin-bottom: 5px; }
|
2020-06-20 21:48:51 +01:00
|
|
|
|
|
|
|
footer {
|
2020-06-20 23:27:22 +01:00
|
|
|
text-align: center;
|
2020-06-21 00:13:11 +01:00
|
|
|
font-size: 1rem;
|
2020-06-21 12:01:13 +01:00
|
|
|
padding: 0.5rem; }
|
2020-06-21 00:13:11 +01:00
|
|
|
footer a {
|
|
|
|
color: #CC7A98;
|
|
|
|
text-decoration: underline #CC7A98; }
|
2020-06-20 21:48:51 +01:00
|
|
|
|
2020-06-22 17:45:03 +01:00
|
|
|
.ef {
|
|
|
|
max-height: 85vh;
|
|
|
|
min-height: 85vh !important; }
|
|
|
|
|
|
|
|
.error {
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.pink-block {
|
|
|
|
background-color: #CC7A98;
|
|
|
|
min-height: 100vh; }
|
|
|
|
|
2020-06-21 14:55:00 +01:00
|
|
|
.center-v {
|
2020-06-21 12:01:13 +01:00
|
|
|
min-height: 100%;
|
|
|
|
min-height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
align-items: center; }
|
|
|
|
|
2020-06-21 14:55:00 +01:00
|
|
|
.center-v-h {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
min-height: 100vh; }
|
|
|
|
|
|
|
|
.logos-container {
|
2020-06-22 19:36:59 +01:00
|
|
|
width: 3.5rem; }
|
2020-06-21 14:55:00 +01:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: auto;
|
2020-06-22 17:45:03 +01:00
|
|
|
height: 3.5rem;
|
2020-06-21 14:55:00 +01:00
|
|
|
fill: #002234;
|
|
|
|
margin-bottom: 2.5rem; }
|
|
|
|
|
|
|
|
.logo-container {
|
|
|
|
cursor: pointer; }
|
|
|
|
|
2020-06-20 21:48:51 +01:00
|
|
|
.ham {
|
|
|
|
width: 30px;
|
|
|
|
height: 20px;
|
|
|
|
position: relative;
|
|
|
|
margin: 0px;
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
-o-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
-webkit-transition: .5s ease-in-out;
|
|
|
|
-moz-transition: .5s ease-in-out;
|
|
|
|
-o-transition: .5s ease-in-out;
|
|
|
|
transition: .5s ease-in-out;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.ham span {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
height: 3px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 9px;
|
|
|
|
opacity: 1;
|
|
|
|
left: 0;
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
-o-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
-webkit-transition: .25s ease-in-out;
|
|
|
|
-moz-transition: .25s ease-in-out;
|
|
|
|
-o-transition: .25s ease-in-out;
|
2020-06-20 23:27:22 +01:00
|
|
|
transition: .25s ease-in-out;
|
2020-06-20 21:48:51 +01:00
|
|
|
background: #CC7A98; }
|
|
|
|
|
|
|
|
.ham span:nth-child(1) {
|
|
|
|
top: 0px; }
|
|
|
|
|
|
|
|
.ham span:nth-child(2), .ham span:nth-child(3) {
|
|
|
|
top: 10px; }
|
|
|
|
|
|
|
|
.ham span:nth-child(4) {
|
|
|
|
top: 20px; }
|
|
|
|
|
|
|
|
.ham.open span:nth-child(1) {
|
|
|
|
top: 11px;
|
|
|
|
width: 0%;
|
|
|
|
left: 50%; }
|
|
|
|
|
|
|
|
.ham.open span:nth-child(2) {
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
-o-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg); }
|
|
|
|
|
|
|
|
.ham.open span:nth-child(3) {
|
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
|
-moz-transform: rotate(-45deg);
|
|
|
|
-o-transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg); }
|
|
|
|
|
|
|
|
.ham.open span:nth-child(4) {
|
|
|
|
top: 11px;
|
|
|
|
width: 0%;
|
|
|
|
left: 50%; }
|
2020-06-17 22:34:29 +01:00
|
|
|
|
2020-06-21 20:53:46 +01:00
|
|
|
@media only screen and (max-width: 575px) {
|
2020-06-22 19:36:59 +01:00
|
|
|
.logo {
|
|
|
|
height: 5rem; }
|
|
|
|
.logos-container {
|
|
|
|
width: 5rem; }
|
2020-06-21 20:53:46 +01:00
|
|
|
.aaa {
|
2020-06-22 19:36:59 +01:00
|
|
|
min-height: 40vh !important; }
|
2020-06-21 20:53:46 +01:00
|
|
|
.aaaa {
|
2020-06-22 17:45:03 +01:00
|
|
|
margin-top: 5vh !important; }
|
|
|
|
.ef {
|
|
|
|
max-height: none !important;
|
2020-06-22 19:36:59 +01:00
|
|
|
min-height: none !important; } }
|
2020-06-21 20:53:46 +01:00
|
|
|
|
2020-06-22 19:26:12 +01:00
|
|
|
@media only screen and (max-height: 815px) {
|
|
|
|
.ef {
|
|
|
|
max-height: none !important;
|
|
|
|
min-height: none !important; } }
|
|
|
|
|
2020-06-17 22:34:29 +01:00
|
|
|
/*# sourceMappingURL=style.css.map */
|