section {
  padding: 50px 0 !important;
  margin-bottom: 0px !important;
}
section h4 {
  border-radius: 50px;
  padding: 5px 0;
  color: #fff;
  box-shadow: 0px 0px 20px 0px #57c9e070;
  font-size: 25px !important;
}
section > p {
  text-align: center;
  font-size: 20px;
  color: #57c9e0;
  margin: 30px 0;
}

section#home {
  margin-top: 5vh;
}

.nav.container {
  margin: 0;
  padding: 0 20px;
}

.skills_section .col {
  margin-bottom: 40px;
}

.projects_section .project_items h6 {
  border-bottom: 1px solid #4cc9e0;
  color: white;
  width: fit-content;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.projects_section .project_items .project_img {
  width: 100%;
  margin-bottom: 30px;
}
.projects_section .project_items .project_img img {
  width: 100%;
}
.projects_section .project_items .project_description {
  margin: 30px 0;
  text-align: center;
}
.projects_section .project_items .project_tech {
  margin-bottom: 30px;
}
.projects_section .project_items .project_tech .tech_used {
  color: white;
  text-align: center;
  font-size: 16px;
}
.projects_section .project_items .project_tech > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects_section .project_items .project_tech > div p {
  background-color: #57c9e0;
  color: #111;
  border: 1px solid #57c9e0;
  border-radius: 50px;
  margin-right: 10px;
  padding: 0 15px;
}
.projects_section .project_items .project_link {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.projects_section .project_items .project_link a {
  color: white;
  border: 1px solid #57c9e0;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.projects_section .project_items .project_link a:hover {
  text-decoration: none;
  background-color: #57c9e0;
  color: #000;
}

.contact_section .contact {
  padding-bottom: 50px;
}
.contact_section .contact .email p {
  text-align: center;
  margin-bottom: 5px;
}
.contact_section .social {
  margin-top: 30px;
}
.contact_section .social ul {
  margin: 0 !important;
  text-align: center;
}

@media only screen and (min-width: 500px) {
  .main.container {
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 480px) {
  .main.container {
    margin-left: 0px;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
