@font-face {
  font-family: freshman;
  src: url(../font/Freshman.ttf);
}

html {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

.wallpaper {
  display: block;
  min-height: 95vh;
  left: 0;
  top: 0;
  width: 100%;
}

.wallpaper {
  background-image: linear-gradient(to right bottom, #fff, #7db1ff);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  min-width: 300px;
  position: absolute;
}

.unity-picture {
  height: 30rem;
}

.triangle {
  bottom: 0;
  height: 9.4rem;
  left: 0;
  position: absolute;
}

.logo {
  left: 40px;
  position: absolute;
  top: 40px;
}

.logo-picture {
  height: 4.5rem;
}

.content {
  display: flex;
  min-height: 95vh;
  position: relative;
}

.side {
  max-width: 20rem;
  max-height: 30rem;
}

.name {
  max-height: 15rem;
  max-width: 27rem;
}

.h1 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 4.5em;
}

.very-long-name {
  display: none;
}

.long-name {
  font-size: 2rem;
  margin-bottom: 0.4em;
}

.short-name {
  color: red;
  font-family: freshman;
  font-size: 6rem;
}

.tag-line {
  font-size: 2rem;
}

@media screen and (max-width: 799px) {
  .content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 2rem;
  }

  .side {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    /* width: 100%; */
  }

  .h1 {
    align-items: center;
    line-height: 3.5em;
  }

  .long-name,
  .tag-line {
    font-size: 1.1rem;
  }

  .short-name {
    font-size: 4rem;
  }

  .unity-picture {
    height: 22rem;
  }

  .triangle {
    height: 5rem;
  }

  .logo-picture {
    height: 3rem;
  }
}

@media screen and (min-width: 800px) {
  .content {
    align-items: center;
    justify-content: center;
    padding: 4rem;
  }

  .side {
    flex-grow: 0;
    flex-shrink: 0;
    height: 30rem;
    margin-left: 4rem;
    order: 2;
    width: 20rem;
  }
	
  .unity-picture {
    margin-top: 5rem;
  }
	
}
