79 lines
1,008 B
SCSS
79 lines
1,008 B
SCSS
@import "defs";
|
|
|
|
@import "footer";
|
|
@import "header";
|
|
@import "process";
|
|
@import "services";
|
|
@import "team";
|
|
|
|
#dev-warning {
|
|
position: fixed;
|
|
top: 48px;
|
|
left: 0;
|
|
width: 240px;
|
|
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;
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: LunaSans;
|
|
}
|
|
|
|
main {
|
|
width: 100%;
|
|
font-size: 18px;
|
|
min-height: calc(100vh - 155px);
|
|
}
|
|
|
|
main.center {
|
|
text-align: center;
|
|
}
|
|
|
|
main.narrower {
|
|
max-width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
a, a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
|
|
.big-logo {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.cities {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.madein {
|
|
width: 256px;
|
|
}
|
|
|
|
.slogan1 {
|
|
font-size: 400%;
|
|
font-family: Amatic;
|
|
}
|
|
|
|
.slogan2 {
|
|
font-size: 300%;
|
|
font-family: Amatic;
|
|
}
|