body {
  background-color: #050505;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  color: white;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  color: white;
}

h3 {
  /* font-family: 'Ubuntu', sans-serif; */
  font-family: 'Philosopher', sans-serif;
  color: white;
}

p {
  font-family: 'Philosopher', sans-serif;
  color: white;
}

ul {
  text-align: left;
}

tr {
  padding: 3%;
}

tr:hover {
  background-color: #ebebeb;
}

td {
  width: 500px;
  padding: 4% 3%;
}

/* Nav Section */
#nav-section {
  background-color: #6f4a8e;
}

.navbar{
  background-color: #6f4a8e;
  padding: 0.5rem 3rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

/* Intro Section */
#intro {
  background-color: #6f4a8e;
  text-align: center;
}

.logo {
  width: 40px;
}

.h3-role {
  font-size: 2.5rem;
}

.guitarist-img {
  position: absolute;
  left: 50px;
  top: 180px;
  width: 200px;
}

.piano-img {
  position: absolute;
  right: 50px;
  top: 180px;
  width: 200px;
}

.ping-pong-img {
  position: absolute;
  top: 350px;
  left: 250px;
  width: 200px;
}

.cards-img {
  position: absolute;
  top: 400px;
  right: 250px;
  width: 150px;
}

.intro-text {
  padding: 12% 5% 19%;
}

.intro-header {
  font-weight: 900;
  font-size: 3rem;
}

.intro-para{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  color: white;
  padding: 2% 2% 0;
  width: 49%;
  margin: 0 auto;
}

/* Skills Section */
#skills {
  background-color: white;
  padding: 7% 15%;
  text-align: center;
}

.skill-header {
  color: black;
  font-weight: 400;
  font-size: 3rem;
  padding: 0 2% 6%;
}

.skill-img {
  width: 115px;
  /* box-shadow: 2px 2px 2px #ebebeb; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 4% 0;
}

.skill-img:hover {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0 0;
}

/* .skill-img:hover {
  box-shadow: 10px 10px 5px #050505;
  background-color: #6f4a8e;
} */

.more-info-btn {
  /* margin: 5% 38% 0; */
  margin: 5% 0 0;
  width: 200px;
  padding: 1% 0;
}

.star {
  color: #050505;
  text-align: center;
}

.fa-star {
  position: static;
}

/* Work Section */

#work {
  background-color: #221f3b;
  text-align: center;
  padding: 5% 10%;
}

.work-header {
  color: white;
  padding: 0 2% 2%;
}

.col-work {
  padding: 2% 2%;
}

/* Contact */

#contact-section {
  background-color: white;
  text-align: center;
  padding: 7% 15%;
}

.h1-contact {
  color: black;
  font-weight: 900;
  font-size: 2.5rem;
  margin: 2% 2%;
}

.h1-contact2 {
  color: black;
  font-weight: 400;
  font-size: 2.5rem;
  margin: 2% 2%;
}

.h2-contact {
  color: black;
  margin: 2% 2%;
}

.contact-btn {
  width: 200px;
  padding: 1% 0;
  margin: 2% 2% 0;
}

.contact-form {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}

.modal-header {
  background-color: #6f4a8e;
  color: white;
}

.close {
  color: white;
}

/* Footer */

#footer {
  background-color: #ebebeb;
  text-align: center;
  padding: 3% 10%;
}

.footer-icon {
  padding: 1% 3% 1%;
  font-size: 2rem;
}

.p-footer {
  color: black;
}

.a-footer {
  color: black;
}
/* .h1-work{
  font-size: 2rem;
}
.h2-work {
  font-size: 1.5rem;
}
.h3-work {
  font-size: 1.4rem;
}
.p-work {
  font-size: 1.2rem;
  width: 500px;
  margin: 0 auto;
  padding-left: 10%;
} */

/* For Small Screens */

@media (max-width: 950px) and (min-width: 810px){
  .guitarist-img {
    position: absolute;
    left: 50px;
    top: 180px;
    width: 150px;
  }

  .piano-img {
    position: absolute;
    right: 50px;
    top: 180px;
    width: 150px;
  }

  .ping-pong-img {
    position: absolute;
    top: 350px;
    left: 250px;
    width: 150px;
  }

  .cards-img {
    position: absolute;
    top: 400px;
    right: 250px;
    width: 100px;
  }
}

@media (max-width: 810px) and (min-width: 574px){
  .guitarist-img {
    position: absolute;
    left: 50px;
    top: 180px;
    width: 100px;
  }

  .piano-img {
    position: absolute;
    right: 50px;
    top: 180px;
    width: 100px;
  }

  .ping-pong-img {
    position: absolute;
    top: 350px;
    left: 300px;
    width: 100px;
  }

  .cards-img {
    position: absolute;
    top: 350px;
    left: 50px;
    width: 80px;
  }
}

@media (max-width: 574px) {
  .guitarist-img {
    position: absolute;
    left: 50px;
    top: 180px;
    width: 100px;
  }

  .piano-img {
    position: absolute;
    right: 50px;
    top: 180px;
    width: 100px;
  }

  .ping-pong-img {
    position: absolute;
    top: 350px;
    left: 300px;
    width: 100px;
  }

  .cards-img {
    position: absolute;
    top: 350px;
    left: 50px;
    width: 80px;
  }

  .skill-header {
    font-size: 2rem;
  }

  .intro-text {
    padding: 15% 5% 19%;
  }
}
