
.page-id-1322 {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-id-1322 .menuWrapper, .page-id-1322 .burger {
  display: none;
}
.page-id-1322 nav {
  justify-content: center;
}
.page-id-1322 header.sticky {
  position: relative;
}

.temporary-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  min-height: auto;
}
.temporary-page .cover .img {
  height: 100%;
  max-height: 45vh;
}
.temporary-page .cover .content {
  height: 100%;
  justify-content: center;
}
.temporary-page .cover {
  flex: 1;
}