.navbar {
  background-color: hsla(0, 0%, 100%, 0);
}

.body {
  font-family: Varela, sans-serif;
}

.h1 {
  margin-top: 100px;
}

.h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.hero-topsection {
  background-image: url('../images/bluecircle-topright.png');
  background-position: 100% 0%;
  background-size: 505px;
  background-repeat: no-repeat;
}

.slide {
  position: relative;
}

.slider {
  width: 440px;
  height: 400px;
}

.slidenav {
  display: none;
}

.nav-link {
  font-size: 16px;
}

.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/purplecircle.png');
  background-position: -10% 50%;
  background-size: 446px;
  background-repeat: no-repeat;
}

.portfolio-slide {
  width: 350px;
  margin-right: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #8e7196;
}

.portfolio-slider {
  width: 100%;
  height: 222px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/pinkoval.png');
  background-position: 90% 50%;
  background-size: 623px;
  background-repeat: no-repeat;
}

.about-div {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #8d7196;
  background-color: hsla(0, 0%, 100%, 0.68);
}

.resumebutton {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #8e7196;
}

.contact-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/bluecircle-small.png');
  background-position: 50% 50%;
  background-size: 363px;
  background-repeat: no-repeat;
}

.h2-contact {
  text-align: center;
}

.icon {
  position: static;
  width: 42px;
  height: 42px;
  padding: 2px;
  border-radius: 20px;
  background-color: rgba(142, 113, 150, 0.72);
}

.contact-div {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.contactbutton {
  margin: 10px auto;
  background-color: #8e7196;
  text-align: center;
}

.image {
  width: 100%;
}

.mask {
  margin-right: -75px;
  margin-left: -75px;
}

.right-arrow {
  margin-right: -118px;
}

.left-arrow {
  margin-left: -118px;
}

@media screen and (max-width: 991px) {
  .h1 {
    margin-top: 80px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .portfolio-section {
    background-position: -20% 50%;
  }

  .portfolio-slide {
    width: 227px;
  }

  .portfolio-slider {
    height: 145px;
  }

  .about-section {
    background-position: 110% 50%;
  }

  .mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button:active {
    background-color: #8e7196;
  }

  .nav-menu {
    background-color: #8e7196;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-top: 20px;
  }

  .slider {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-section {
    padding-top: 40px;
    background-position: -40% 50%;
  }

  .portfolio-slide {
    width: 170px;
  }

  .portfolio-slider {
    height: 109px;
  }

  .about-section {
    background-position: -100% 50%;
  }

  .about-div {
    width: 80%;
  }

  .mask {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-topsection {
    background-position: 50% 0%;
  }

  .slider {
    width: 100%;
  }

  .portfolio-section {
    background-position: 100% 50%;
  }

  .portfolio-slide {
    width: 300px;
  }

  .portfolio-slider {
    height: 190px;
  }

  .about-section {
    padding-bottom: 40px;
    background-position: -70% 50%;
  }

  .contact-section {
    padding-top: 20px;
  }
}