@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
html {
  height: 100%;
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: 1px;
}

body {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background: #0f2027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #2c5364, #203a43, #0f2027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #2c5364, #203a43, #0f2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

canvas {
  display: block;
}

.fixed-top {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.vimeo {
  align-items: center;
  justify-content: center;
}
.vimeo iframe {
  max-width: 80%;
  max-height: 90%;
  min-height: 500px;
  width: 100%;
  height: 100%;
}

nav {
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  nav {
    padding-top: 3rem;
  }
}
nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  font-weight: 400;
  letter-spacing: 2px;
}
nav a span {
  border: 0;
  padding: 3px 0 3px 0;
  background-color: #ffba49;
  display: inline;
  box-shadow: 2px 0 0 #ffba49, -2px 0 0 #ffba49;
}
nav .social a {
  min-width: 1.75rem;
  margin-right: 1.5rem;
}
nav .social svg {
  color: #ffba49;
  margin-top: 0.5rem;
}

a.fill {
  display: inline-block;
  border: 3px #ffba49 solid;
  background: none;
  padding: 1rem 0.75rem;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  cursor: pointer;
  transition: 0.16s ease-in;
}
a.fill:hover {
  background: #ffba49;
}
a.fill span {
  border: none;
}

a,
a:visited,
a:active {
  color: #071113;
  text-decoration: none;
  position: relative;
}

a {
  display: inline-block;
  color: #071113;
}
a span {
  border-bottom: 3px solid #ffba49;
}
a svg {
  fill: currentColor;
}
