body, html {
  font-family: "futura-pt", sans-serif;
  height: 100%;
}
a {
  color: black;
}

a:hover {
  color: #c04f2f;
}

main{ 
  height: 100%;
}


#r-outer {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#r-outer a {
  border-right: 1px solid #ebebeb;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#r-outer a:last-child {
  border-right: none;
}

#r-outer img {
  width: 100%;
  height: 130px;
  transition: .3s ease-in-out all;
  padding-bottom: 20px;
}

.lang-switch {
  padding: 20px 5rem;
  font-size: 28px;
  color: black;
  text-align: right;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}

@media screen and (max-width:1024px) {
  main{ 
    height: auto;
    padding: 40px;
  }
  .lang-switch{
    padding: 1rem;
    font-size: 20px;
  }

  #r-outer a {
    padding: 48px 48px;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
  #r-outer a:last-child {
    border-bottom: none;
  }

  #r-outer img {
    max-width: 200px;
  }
}
