@import url("https://use.typekit.net/tot7oqg.css?v=2");

* {
  font-family: "proxima-nova-thai", sans-serif;
  font-weight: 400;
}

html,
body {
  background-color: #000;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "proxima-nova-thai", sans-serif;
  font-weight: 100;
  font-style: normal;

}

.text-display {
  color: #FFF;
  font-family: "Angie Pro";
  font-size: 91.893px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 3.676px;
  text-transform: uppercase;
  color: #f5f2f0;
  background: var(--gd-silver3, linear-gradient(138deg, #7A96AC 2.28%, #EAEFF3 19.8%, #C2D4E1 32.94%, #FFF 50.16%, #D4DEE5 62.15%, #ABBDC8 78.69%, #BCCAD7 95.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  transform: scale(1.02);
  filter: brightness(1.2);
}

.btn:hover,
.btn:active {
  border: none;
}


.main-logo {
  width: 100%;
  max-width: 500px;
}


/* Footer */
footer {
  background-color: #000;
  margin-top: auto;
  color: #727272;
  font-size: .8em;
  padding: 20px 0;

}

.partner-logo {
  height: 50px;
  margin: 0 10px;
}