@font-face {
    font-family: Atlas;
    src: url(../fonts/AtlasGrotesk-Medium.otf);
}

body {
  font-family: Atlas, Arial, Verdana, Helvetica, sans-serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background-color: #ffbc32;
  border-top: 15px solid #000;
  font-weight: bold;
  font-size: 0.85em;
}

.lang {
  margin-left: 12px;
  margin-right: 10px;
  font-size: 1.8em;
  font-family: serif;
  font-weight: bold;
}

.lang a:hover {
  color:white;
  text-decoration: none;
}

.footer-generic {
  position: absolute;
  bottom: 0;
  height: 96px;
  width: 100%;
  border-top: 7px solid #000;
  background-color: #fff;
}

.footer-small {
  position: absolute;
  bottom: 0;
  height: 96px;
  width: 100%;
  border-top: 7px solid #000;
  background-color: #fff;
}

.footer-medium {
  position: absolute;
  bottom: 0;
  height: 96px;
  width: 100%;
  border-top: 7px solid #000;
  background-color: #fff;
}

.footer-large {
  position: absolute;
  bottom: 0;
  height: 96px;
  width: 100%;
  border-top: 7px solid #000;
  background-color: #fff;
}

.logo-small {
  position: relative;
  margin-top: 35px;
  font-size: 1.8em;
  font-weight:normal;
  text-align: left;
}

.logo-medium {
  position: relative;
  margin-top: 35px;
  font-size: 2.2em;
  font-weight:normal;
  text-align: left;
}

.logo-large {
  position: relative;
  margin-top: 10%;
  font-size: 2em;
  font-weight:normal;
  text-align: left;
}

.big-icon {
  width:  110px;
}

.empty {
  /*color: #ffbc32;*/
  visibility: hidden;
}

.padding-left-small {
  padding-left: 8px;
}

.padding-left-all {
  padding-left: 42px;
}


.padding-left-medium {
  padding-left: 14px;
}

.padding-left-large {
  padding-left: 14px;
}

.padding-right-large {
  padding-right: 16px;
}

.icn:hover {
  cursor: pointer;
  color: white;
  text-decoration: none;
  transition: color 0.1s;
}

a:link {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

