html {
  background: #db3b14;
  color: #FFF;
  font-size: 1em;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 550px;
  flex-direction: column;
}

#logo {
  text-align: center;
  margin-bottom: 0.5em;
}

#logo img, .lang-selector img.line, .menu-selector img {
 width: 80%;
 min-width: 300px;
 max-width: 600px;
 height: auto;
}

a.lang-link {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 32px;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 0.75em 2em;
  border-radius: 2em;
}

a.lang-link:hover {
  background: #992a0e;
}

img.lang-icon {
  margin-right: 0.5em;
  border: 1px solid white;
  border-radius: 50%;
}

.lang-selector,
.menu-selector {
  text-align: center;
}

.menu-selector a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5em;
}

.menu-selector a:hover {
  background: #992a0e;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}


@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}