9 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
12 .sub-header-container {
13 margin-top: $header-height;
14 background-color: var(--mainBackgroundColor);
19 height: $header-height;
23 background-color: var(--mainBackgroundColor);
25 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
30 height: $header-height;
39 background-color: var(--mainForegroundColor);
40 mask-image: url('../assets/images/header/menu.svg');
41 margin: 0 18px 0 20px;
46 @include disable-default-a-behaviour;
49 font-weight: $font-bold;
50 color: inherit !important;
62 display: inline-block;
63 background: url('../assets/images/logo.svg') no-repeat;
69 @media screen and (max-width: $mobile-view) {
77 @media screen and (max-width: 350px) {
83 height: $header-height;
86 justify-content: flex-end;