2014-08-08 00:23:36 +02:00
|
|
|
.top-section-hero {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 0;
|
|
|
|
.jumbotron {
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
transform: translateY(-50%);
|
2014-08-08 15:49:58 +02:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-08-08 00:23:36 +02:00
|
|
|
p {
|
|
|
|
font-size: $base-font-size * 2;
|
|
|
|
font-weight: $light;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.explore {
|
2014-08-08 15:49:58 +02:00
|
|
|
margin-left: -12px;
|
2014-08-08 00:23:36 +02:00
|
|
|
position: absolute;
|
|
|
|
bottom: 50px;
|
|
|
|
left: 50%;
|
|
|
|
transition: $base-transition;
|
|
|
|
@media (max-width: 767px) {
|
2014-08-08 15:49:58 +02:00
|
|
|
bottom: 30px;
|
2014-08-08 00:23:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon-arrow-down {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
fill: #e6e6e6;
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
}
|