html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  .nav-link {
    border-bottom: solid white;
  }

  .header-nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-link {
    border-right: solid white;
  }

  .header-nav {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .skill-icon {
    margin-bottom: 50px;
  }
}

.header-section {
  position: relative;
}

.hamburger {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.nav-icon {
  height: 25px;
}

.hero-img {
  background-image: url("./assets/cover-img.jpg");
  background-size: 100% 100%;
  height: 425px;
  position: relative;
}

.hero-main {
  z-index: 10;
}

.shadow-overlay {
  background-color: black;
  height: 53.5%;
  opacity: 25%;
}

.tagline {
  margin-bottom: 20px;
}

.arrow-icon {
  padding-left: 10px;
}

.skill-icon {
  height: 100px;
  width: 100px;
  background-color: light;
}

.skill-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-icon {
  height: 40px;
}

form input,
form label,
form textarea {
  width: 100%;
  margin-bottom: 15px;
}

.submit-button {
  height: 40px;
  width: 70%;
  margin-bottom: 20px;
  background-color: sandybrown;
}

li a {
  color: white;
}
