@font-face {
  font-family: "Nexa Heavy";
  src: url("../fonts/nexaheavy.eot") format("embedded-opentype");
  src: url("../fonts/nexaheavy.ttf") format("truetype");
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexabold.eot") format("embedded-opentype");
  src: url("../fonts/nexabold.ttf") format("truetype");
}

body {
  height: 100%;
  width: auto;
  margin: auto;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 50%;
}

.background {
  background-color: #ffffff;
  height: 60%;
  min-height: 40%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

.background #logo {
  height: auto;
  width: 25%;
  max-width: 600px;
  margin: -1px;
  min-width: 300px;
}

.background #logo svg {
  display: block;
}

.foreground {
  background-color: #218BE9;
  height: 40%;
  min-height: 30%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.foreground #text1 {
  font-size: 450%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Nexa Heavy;
  line-height: 46pt;
}

.foreground #text2 {
  font-size: 200%;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  font-family: Nexa;
}

.links {
  flex-direction: row;
}

.links #sean {
  height: auto;
  width: 55px;
  padding-top: 10px;
  padding-right: 10px;
}

.links #da-ta {
  height: auto;
  width: 55px;
  padding-top: 10px;
  padding-right: 10px;
}

.links #hangout {
  height: auto;
  width: 55px;
  padding-top: 10px;
  padding-right: 10px;
}

.links #tnc {
  height: auto;
  width: 55px;
  padding-top: 10px;
}

@media screen and (max-width : 770px){
  .foreground #text1 {
    font-size: 350%;
  }

  .foreground #text2 {
    font-size: 130%;
  }

  .links #sean {
    width: 45px;
  }

  .links #da-ta {
    width: 45px;
  }

  .links #hangout {
    width: 45px;
  }

  .links #tnc {
    width: 45px;
  }
}