@font-face {
  font-family: "TTNorms-Bold";
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"),
    url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"),
    url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --color0: #ffd500;
  --color1: #9be626;
  --color2: #30f635;
  --color3: #26eab5;
  --color4: #04e0dd;
  --color5: #3e7ff7;
  --color6: #8c70f2;
  --color7: #ac4bfe;
  --color8: #e93ccb;
  --color9: #ff4343;
  --color10: #ff7d13;
  --icoLineWidth: 6px;
  --icoColor: white;
}

*:focus {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::selection {
  background: white;
}

html {
  scroll-behavior: smooth;
}

svg {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9;
}

body {
  margin: 0;
  padding: 0;
}

body::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 100;
  border: 15px solid white;
  pointer-events: none;
}

h1 {
  font-size: 70px;
  font-family: TTNorms-Bold, sans-serif;
  margin: 0.1em 0;
}

h2 {
  font-family: TTNorms-Bold, sans-serif;
  font-style: normal;
  font-size: 2.2em;
  font-feature-settings: "liga" 0;
  margin-bottom: 0;
}

h2 + p {
  margin-top: 0;
}

p {
  font-size: 2.2em;
  font-family: TTNorms, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2em;
  font-feature-settings: "liga" 0;
  margin: 0.8em 0;
}

a {
  color: black;
}

a:visited {
  color: black;
}

parallax-background {
  position: fixed;
}

.hidden {
  display: none;
}

.bgcoloroverlay {
  background-color: rgba(0, 0, 0, 0.015);
  background-image: url("../img/img-noise-512x512.webp");
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  /* z-index: 10; */
}

.header {
  position: absolute;
  top: 35px;
  left: 35px;
  right: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2%;
  z-index: 10;
}

.logo {
  display: inline-block;
  user-select: none;
  font-family: TTNorms-Bold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: 1px;
}

.logo a {
  text-decoration: none;
}

.logo-dot {
  height: 22px;
  width: 22px;
  background-color: var(--color0);
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.6em;
}

.main {
  position: absolute;
  color: black;
  padding: 12% 28% 0 28%;
  width: 100%;
  z-index: 1;
}

.letsdoit {
  display: none;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: auto;
  border: 6px solid black;
  cursor: pointer;
  font-size: 2em;
  font-family: TTNorms-Bold, sans-serif;
  font-style: normal;
  padding: 0.4em 0.6em;
  color: black;
  background-color: white;
  float: right;
  align-items: center;
  line-height: 0;
  margin: 0 0 100px 0;
}

.letsdoit:hover,
.letsdoit:focus {
  border-color: white;
  filter: invert(1);
}

.letsdoit div {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  :root {
    --icoLineWidth: 4px;
  }

  h1 {
    font-size: 7vw;
    margin-bottom: 5%;
  }

  input {
    font-size: 6vw;
  }

  .font {
    font-size: 5.6vw;
  }

  h3 {
    font-size: 1.4em;
  }

  nav a {
    font-size: 1em;
    margin-left: 1em;
  }

  p,
  .letsdoit,
  h2 {
    font-size: 2em;
  }

  .fa.fa-linkedin-square {
    /* padding-left: 30%; */
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 1.4em;
  }

  nav a {
    font-size: 0.9em;
    margin-left: 0.5em;
  }

  a.multi {
    background-size: 100% 2px;
  }

  .letsdoit {
    font-size: 24px;
  }

  .main {
    padding: 35% 13% 0 13%;
  }

  .logo {
    font-size: 1.6em;
  }

  .logo-dot {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 420px) {
  h1 {
    font-size: 8vw;
    margin-bottom: 5%;
  }

  input,
  .reset-bt {
    font-size: 7vw;
  }

  h3 {
    font-size: 1.15em;
  }

  p,
  h2 {
    font-size: 1.1em;
  }

  nav {
    display: none;
  }
}
