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