2015-03-07 23:12:13 +03:00
|
|
|
.home {
|
2020-08-25 22:48:53 +03:00
|
|
|
.logo {
|
|
|
|
max-width: 220px;
|
|
|
|
}
|
2019-05-13 09:26:32 +03:00
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
.hero {
|
2020-11-17 08:33:19 +03:00
|
|
|
@media @mediaSm {
|
2020-08-25 22:48:53 +03:00
|
|
|
h1 {
|
|
|
|
font-size: 3.5em;
|
|
|
|
}
|
2019-05-14 03:54:23 +03:00
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 09:26:32 +03:00
|
|
|
|
2020-11-17 08:33:19 +03:00
|
|
|
@media @mediaMdAndUp {
|
2020-08-25 22:48:53 +03:00
|
|
|
h1 {
|
|
|
|
font-size: 5.5em;
|
|
|
|
}
|
2019-05-13 09:26:32 +03:00
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
h2 {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
2019-05-13 09:26:32 +03:00
|
|
|
}
|
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
.svg {
|
2020-11-15 23:58:16 +03:00
|
|
|
color: var(--color-green);
|
2020-08-25 22:48:53 +03:00
|
|
|
height: 40px;
|
|
|
|
width: 50px;
|
|
|
|
vertical-align: bottom;
|
2019-05-13 09:26:32 +03:00
|
|
|
}
|
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
&.header {
|
|
|
|
font-size: 20px;
|
2019-05-13 09:26:32 +03:00
|
|
|
}
|
2020-08-25 22:48:53 +03:00
|
|
|
}
|
2019-05-13 09:26:32 +03:00
|
|
|
|
2020-08-25 22:48:53 +03:00
|
|
|
p.large {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stackable {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2020-11-15 23:58:16 +03:00
|
|
|
color: var(--color-green);
|
2020-08-25 22:48:53 +03:00
|
|
|
}
|
2015-09-13 16:51:51 +03:00
|
|
|
}
|
|
|
|
|
2018-07-26 18:25:41 +03:00
|
|
|
footer {
|
2020-08-25 22:48:53 +03:00
|
|
|
.ui.container .left,
|
|
|
|
.ui.container .right {
|
2020-11-17 08:33:19 +03:00
|
|
|
@media (max-width: 880px) {
|
2020-08-25 22:48:53 +03:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
2019-05-13 09:26:32 +03:00
|
|
|
}
|
2020-08-25 22:48:53 +03:00
|
|
|
}
|
2018-07-26 18:25:41 +03:00
|
|
|
}
|