* {
  margin:0;
  padding: 0;
  text-align: center;
}

body {
  background: black;
  width: 100%;
  height: 100%;
  text-align: center;
}

#title-tag {
  display: none;
}

#logo-container {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: 70vh;
}

#logo-wrapper {
  width: 100%;
  height: 70vh;
  position: absolute;
}

#logo {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 95%;
  margin: auto;
  opacity: 0.6;
}

#shadow-wrapper {
  width: 100%;
  height: 70vh;
  position: absolute;
}

#shadow {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 95%;
  margin: auto;
  opacity: 0.6;
}

#buttons-container {
  background-color: #00c996;
  width: 100%;
  height: 80px;
  max-height: 11.2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

#buttons-wrapper {
  width: 70%;
  max-width: 700px;
  height: 100%;
  margin:auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.button-wrapper {
  background: black;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  max-height: 11vw;
  max-width: 11vw;

  order: 0;
  flex: 0 1 auto;
  align-self: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.social-media-button{
  width: 60%;
  height: auto;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

#fb{
  width: 40%;
  height: auto;
  transform: translate(0.7vw, 0.7vh);
}
