@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");

body {
  background-color: #000000;
  padding: 0;
  margin-left: 5rem;
  margin-right: 5rem;
  font-family: "Krona One", serif;
  font-weight: 400;
  font-style: normal;
}

.Home {
  height: 1425px;
  position: relative;
}

.imageMenu img {
  position: absolute;
  left: 39%;
  height: 50%;
  width: auto;
  border-radius: 50px;
  margin-top: 3rem;
  z-index: 1;
}

.Title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-left: 10rem;
  margin-right: 10rem;
}

.Title .NY h1 {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  font-size: 120px;
  margin-top: 15rem;
  margin-left: 5rem;
  margin-bottom: 0;
}

.Title .UnderTitle h2 {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  font-size: 50px;
  line-height: 0rem;
  margin-left: 5rem;
}

#Navigation {
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 5rem;
  line-height: 5rem;
}

#Navigation ul {
  padding: 0;
}

#Navigation a {
  color: #ffffff;
  text-decoration: none;
  font-size: 50px;
}

.Arrow {
  display: flex;
  flex-direction: block;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  display: flex;
  justify-content: right;
}

.SocialMedia {
  gap: 2rem;
  align-items: center;
}

#Navigation a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: white;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

#Navigation a:hover::after {
  transform: scale(1);
}

.Year {
  color: white;
  font-size: 25px;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .SocialMedia {
  display: flex;
  flex-direction: row;
  align-items: right;
}

footer p {
  font-size: 15px;
}

footer .SocialMedia .LinkedIn,
.Instagram {
  font-size: 20px;
}

img:hover {
  transform: scale(1.05);
}

html {
  scroll-behavior: smooth;
}

img {
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}

@media (max-width: 720px) {
  body {
    font-family: "Krona One", serif;
    margin: 0;
    height: 100vh;
  }

  .Home {
    height: 100vh;
  }

  .imageMenu img {
    margin-left: -7.5rem;
    height: 35%;
  }

  .Title {
    margin-left: -4rem;
  }

  .imageMenu,
  .Title {
    margin-top: 10rem;
  }

  .Title .NY h1 {
    font-size: 50px;
  }

  .Arrow {
    margin-top: 5rem;
    padding: 0;
  }

  .Arrow img {
    width: 50px;
  }

  .Title .UnderTitle h2 {
    font-size: 25px;
  }

  #Navigation {
    margin-top: 120px;
    margin-bottom: 3.5rem;
  }

  #Navigation a {
    font-size: 20px;
  }

  #Navigation ul {
    line-height: 3rem;
  }

  footer .Year p {
    font-size: 8px;
    line-height: 1rem;
    margin-left: 10px;
  }

  footer .SocialMedia a {
    font-size: 15px;
  }

  footer .SocialMedia .LinkedIn {
    font-size: 15px;
  }

  footer .SocialMedia {
    gap: 15px;
    margin-right: 10px;
  }
}
