body {
  background: #ffffff;
  color: #102744;
}

#layout {
  background: #ffffff;
}

#header {
  background: #102744;
  border-bottom: none;
  height: auto;
  min-height: 6rem;
  overflow: visible;
}

#header .wrap {
  max-width: 75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

#header .logospace,
#header .menuspace {
  float: none;
}

#header .logospace {
  flex: 0 0 auto;
  min-width: min-content;
  max-width: 100%;
}

#header .menuspace {
  flex: 0 1 auto;
}

#header .menuspace.show-for-large {
  margin-inline-start: auto;
}

#header .logo-header {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 3rem;
  max-width: none;
  min-width: min-content;
}

#header .logo-header.v-center {
  display: flex;
}

#header #logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: inherit;
  line-height: normal;
  text-shadow: none;
}

#header .skilllabs-logo-link {
  border: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
}

#header .skilllabs-logo {
  display: block;
  flex-shrink: 0;
  height: auto;
  max-height: 52px;
  width: 224px;
  max-width: min(280px, 55vw);
  min-width: 160px;
  object-fit: contain;
  visibility: visible;
  opacity: 1;
}

#header .skilllabs-header-title {
  color: #f8f8f6;
  font-weight: 600;
  margin-inline-start: 1rem;
  vertical-align: middle;
}

#header .pure-menu-heading,
#header .pure-menu-link {
  color: #f8f8f6;
}

#header .pure-menu-link:hover {
  color: #f4b43a;
}

#header #menuLink,
#header #menuLink .fa {
  color: #f8f8f6;
}

#header .language-menu {
  background: #ffffff;
  border-color: #c8d0d8;
  color: #102744;
}

#content {
  background: #ffffff;
}

#foot {
  background: #272937;
  color: #e8eaef;
}

footer#footer {
  background: #272937;
  background-image: none;
  color: #e8eaef;
  height: auto;
  min-height: 4rem;
  padding: 2rem 0 0;
  text-align: center;
}

footer#footer a,
footer#footer a:visited {
  color: #f4b43a;
}

footer#footer a:hover,
footer#footer a:focus,
footer#footer a:visited:hover,
footer#footer a:visited:focus {
  color: #fcd277;
  background-color: transparent;
  margin-left: 0;
  margin-top: 0;
  padding: 0.15rem;
  text-decoration: none;
}

#foot a {
  color: #f4b43a;
}

#foot a:hover,
#foot a:focus {
  color: #fcd277;
}

@media screen and (max-width: 40em) {
  footer#footer {
    min-height: 2.5rem;
    padding-top: 1.5rem;
  }

  footer#footer .copyrights {
    height: auto;
    min-height: 1rem;
    padding-top: 0;
  }
}
