2019-11-04 13:09:44 +00:00
|
|
|
.header {
|
|
|
|
@include flexbox();
|
|
|
|
@include align-items(center);
|
|
|
|
@include justify-content(center);
|
2019-11-12 00:05:49 +00:00
|
|
|
@include flex-direction(column);
|
2019-11-04 13:09:44 +00:00
|
|
|
|
|
|
|
.title {
|
2019-11-08 02:15:12 +00:00
|
|
|
font-family: $header_title_font;
|
2019-11-04 13:09:44 +00:00
|
|
|
font-weight: 900;
|
|
|
|
}
|
2019-11-11 03:11:03 +00:00
|
|
|
|
2019-11-15 08:37:32 +00:00
|
|
|
&__image {
|
|
|
|
background-image: url("../images/header/background.jpg");
|
2019-11-11 03:11:03 +00:00
|
|
|
width: 100%;
|
2019-11-15 08:37:32 +00:00
|
|
|
height: 300px;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 2rem;
|
2019-11-11 03:11:03 +00:00
|
|
|
}
|
2019-11-04 13:09:44 +00:00
|
|
|
}
|