/* Fonts */
@import url('../css/font-style.css');

/* Colors */
html, body {
  height: 95%;
  width: 100%;
  top: 0;
  left: 0;
}

#footer-fix {
    min-height: 76%;
}

#tsparticles {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  z-index: 0 !important;
  top: 0px !important;
  left: 0px !important;
}

.header {
  height: 100vh;
}

body {
  font-family: "Poppins Bold", "Inter";
  background-color: #101112;
}

h1 {
  text-align: center;
}

/* Text */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #FFFFFF;
  font-weight: 700;
}

.footer {
  height: 10vh;
  text-align: center;
  color: white;
}

.footer li {
  list-style: none;
}

.footer li a {
  font-family: "Poppins Bold", "Poppins Bold";
  font-size: 0.9rem;
}

.footer li :hover {
  cursor: pointer;
}

p {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Inter", "Poppins Bold";
}

#tsparticles {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.5rem;
}

/* Special Types */
.heading {
  font-weight: 900;
  color: #FFFFFF;
}

.subheading {
  font-family: "Inter", "";
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.description {
  color: #A09C9C;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 29px;
}

.highlight {
  color: #3F51B5;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 29px;
}

a {
  text-decoration: none;
  color: #3F51B5;
}

.footer-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Images */

.logo-medium {
  height: 4.5vh;
}

.logo-large {
  height: 6vh;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  width: auto;
  margin-left: 2.5vh;
  margin-top: 2.5vh;
  position: absolute;
}

.wrapper {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}
/*# sourceMappingURL=subpage.css.map */