2023-03-20 18:06:57 +00:00
|
|
|
@import "defs";
|
|
|
|
|
2023-03-22 23:15:56 +00:00
|
|
|
@import "clients";
|
2023-03-20 18:06:57 +00:00
|
|
|
@import "footer";
|
|
|
|
@import "header";
|
|
|
|
@import "process";
|
|
|
|
@import "services";
|
|
|
|
@import "team";
|
|
|
|
|
2022-09-26 14:19:31 +00:00
|
|
|
#dev-warning {
|
|
|
|
position: fixed;
|
|
|
|
top: 48px;
|
|
|
|
left: 0;
|
2022-09-26 21:42:42 +00:00
|
|
|
width: 240px;
|
2022-09-26 14:19:31 +00:00
|
|
|
background-color: #fa0;
|
|
|
|
border-bottom: 4px dashed #000;
|
|
|
|
border-right: 4px dashed #000;
|
|
|
|
border-top: 4px dashed #000;
|
|
|
|
border-bottom-right-radius: 16px;
|
|
|
|
border-top-right-radius: 16px;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2022-09-26 05:46:56 +00:00
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-family: LunaSans;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
width: 100%;
|
2022-09-26 21:42:42 +00:00
|
|
|
font-size: 18px;
|
|
|
|
min-height: calc(100vh - 155px);
|
|
|
|
}
|
|
|
|
|
|
|
|
main.center {
|
2022-09-26 05:46:56 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-03-20 22:04:27 +00:00
|
|
|
.narrower {
|
2022-09-26 21:42:42 +00:00
|
|
|
max-width: 900px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2022-09-26 05:46:56 +00:00
|
|
|
a, a:visited {
|
|
|
|
text-decoration: none;
|
2023-03-21 19:21:53 +00:00
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a:focus {
|
|
|
|
text-decoration: underline;
|
2022-09-26 05:46:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only {
|
|
|
|
position: absolute;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2022-09-26 07:15:39 +00:00
|
|
|
.big-logo {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-09-26 05:46:56 +00:00
|
|
|
.cities {
|
2023-03-20 22:04:27 +00:00
|
|
|
color: $grey1;
|
|
|
|
font-size: 135%;
|
|
|
|
font-family: Neucha;
|
2022-09-26 05:46:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.madein {
|
|
|
|
width: 256px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slogan1 {
|
|
|
|
font-size: 400%;
|
|
|
|
font-family: Amatic;
|
|
|
|
}
|
2022-09-26 07:15:39 +00:00
|
|
|
|
|
|
|
.slogan2 {
|
|
|
|
font-size: 300%;
|
|
|
|
font-family: Amatic;
|
|
|
|
}
|
2023-03-20 22:04:27 +00:00
|
|
|
|
|
|
|
.slogan3 {
|
|
|
|
font-size: 200%;
|
|
|
|
font-family: Neucha;
|
|
|
|
font-variant: small-caps;
|
|
|
|
}
|
2023-03-21 19:21:53 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 240%;
|
|
|
|
font-family: Neucha;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 170%;
|
|
|
|
font-family: Neucha;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 130%;
|
|
|
|
font-family: Neucha;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|