html {
}
html,
body {
  max-width: 100%;
  height: 100%;
  background-color: #efefef !important;
}
.wrapper {
  height: 100%;
  z-index: 1 !important;
  position: relative;
  font-family: "Belanosima", sans-serif;
}
.top > .logo {
  display: flex;
  justify-content: center;
}
.top > .logo > img {
  padding: 7px 0;
  width: 73%;
}

.menu-button {

  background: #fff;
  width: 290px;
  height: 80px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  border-radius: 10px;
}
.menu-button > img {
  padding: 16px 32px;
}
.menu-button > span {
  font-size: 42px;
}
.click-to-menu {
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.top {
  width: 100%;
  display: flex;
  justify-content: center;
}

.follow-social {
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
}

.socials {
  position: absolute;
  bottom: 100px;
}
.socials ul {
  padding: 0;
  margin: 0;
}

.social-list {
  list-style: none;
  height: 60px;
  /*background: #fff;*/
  margin: 10px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.social-list > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}

.social-list > a > img {
  width: 60px;
  padding: 0px 6px;
}

.social-list > a > span {
}
.content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: calc(env(safe-area-inset-bottom) + 5px);
}
footer > img {
  width: 182px;
  height: 36px;
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.menu-button {
  width: 280px;
  height: 70px;
}
.socials {
  bottom: 60px;
}
.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-social {
  margin-top: 0;
}
.socials ul > li {
  margin: 0 4px;
}
footer {
  /*display: none;*/
  bottom: 7px;
}
footer > h6 {
  font-size: 10px;
  margin: 0;
}
footer > img {
  width: 182px;
  height: 36px;
}

@media screen and (orientation: portrait) {
  .menu-button-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (orientation: landscape) {
  .content {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
  }
  .social-list {
    padding: 0;
  }
  .socials {
    position: initial;
  }
}
