body,
html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #95c01f;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::selection {
  background-color: #46a0dd;
  color: #ffffff;
}

h1 {
  margin: 1rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

ul {
  margin: 0;
  padding: 0 1.5rem;
}

.bold {
  font-weight: 700 !important;
}

.space-3 {
  margin-top: 3rem;
}

section {
  display: block;
  width: 100%;
  line-height: 1.75rem;
  font-weight: 400;
}

.shadow {
  -webkit-box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, 0.25);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  padding: 1.5rem 5rem;
  background-color: #fff;
  transition: height 0.5s ease;
  z-index: 9999;
  overflow: hidden;
}

#header.shrink {
  height: 3.5rem;
  padding: 1rem 5rem;
}

#header img {
  height: 100%;
  transition: height 0.5s ease;
}

#content {
  position: relative;
  max-width: 85rem;
  padding: 2rem 5rem;
  margin: 9rem auto;
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #fff;
  z-index: 1000;
}

#content section {
  display: inline-block;
  position: relative;
  padding-bottom: 2rem;
}

div[class*="elfsight-app-"] {
  display: block;
  padding: 2rem 0;
}

contact {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
}

contact img {
  width: 100%;
  border-radius: 50%;
  border: 0.25rem solid #fff;
}

contact p {
  margin: 0;
  text-align: left;
}

footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 30rem;
  margin: 3rem auto;
  font-size: 2rem;
  text-align: center;
}

footer > div {
  grid-column: span 1;
}

footer > div.imprint {
  margin-top: 2rem;
  font-size: 1rem;
  grid-column: span 4;
}

footer a:link,
footer a:visited,
footer a:active {
  color: #fff;
}

footer a:hover {
  transform: scale(1.2);
}

#silhouette {
  position: fixed;
  right: -13rem;
  bottom: -12rem;
  opacity: 0.15;
  z-index: 100;
}

#silhouette img {
  width: 50rem;
}

@media only screen and (max-width: 1024px) {
  h1 {
    margin: 1rem 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  h3 {
    margin: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  #header {
    height: 5rem;
    padding: 1rem 4rem;
  }

  #header.shrink {
    height: 3rem;
    padding: 1rem 4rem;
  }

  #content {
    margin-top: 6rem;
    padding: 2rem 4rem;
  }

  #silhouette img {
    width: 40rem;
  }

  #silhouette {
    right: -10rem;
    bottom: -9rem;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    margin: 0.75rem 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  h3 {
    margin: 0.75rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #header {
    height: 4rem;
    padding: 1rem 2rem;
  }

  #header.shrink {
    height: 2.5rem;
    padding: 1rem 2rem;
  }

  #content {
    margin-top: 6rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.35rem;
    font-size: 400;
  }

  #silhouette img {
    width: 30rem;
  }

  #silhouette {
    right: -8rem;
    bottom: -7rem;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    margin: 0.75rem 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  h3 {
    margin: 0.75rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #header {
    height: 3.25rem;
    padding: 0.75rem;
  }

  #header.shrink {
    height: 3.25rem;
    padding: 0.75rem;
  }
  #content {
    margin-top: 6rem;
    padding: 1rem;
  }

  contact {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }

  contact img {
    max-width: 10rem;
    margin: 0 auto;
  }
  contact p {
    text-align: center;
  }

  #silhouette img {
    width: 20rem;
  }

  #silhouette {
    right: -5rem;
    bottom: -5rem;
  }
}
