5 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
8 .sub-header-container {
9 margin-top: $header-height;
10 background-color: var(--mainBackgroundColor);
15 height: $header-height;
19 background-color: var(--mainBackgroundColor);
21 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
26 height: $header-height;
35 background-color: var(--mainForegroundColor);
36 mask-image: url('../assets/images/header/menu.svg');
37 margin: 0 18px 0 20px;
42 @include disable-default-a-behaviour;
45 font-weight: $font-bold;
46 color: inherit !important;
58 display: inline-block;
59 background: url('../assets/images/logo.svg') no-repeat;
65 @media screen and (max-width: $mobile-view) {
73 @media screen and (max-width: 350px) {
79 height: $header-height;
82 justify-content: flex-end;
91 margin-top: $footer-margin;
92 height: $footer-height;
93 justify-content: center;