.nav-custom,
.bg-custome,
#about,
#projects,
footer {
  background-color: #b35afc;
}

.jumbotron,
.project-bg,
#skill,
#contacts {
  background-color: #d8b4f0;
}

.skills-custom img {
  width: 80%;
}

.footer-custom img {
  width: 150%;
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 575px) {
  .skills-custom img {
    width: 130%;
  }

  .footer-custom img {
    width: 250%;
  }
}

@media screen and (min-width: 800px) {
  .skills-custom img {
    width: 70%;
  }
  .footer-custom img {
    width: 80%;
  }
}
