@import url("color-palette.css");

.project-wrapper {
  padding: 100px 85px 0 85px;
  float: left;
  width: 100% !important;
}

.section.project {
  display: flex;
  align-items: center;
}

.projects .project-wrapper:nth-child(even) .illustration img {
  margin-left: 100px;
}

.projects .project-wrapper:nth-child(even) .illustration {
  order: -2;
}

.projects:not(first-child) {
  margin-top: 60px;
}

.section.project div.content div.title,
.section.project div.content div.more {
  padding-left: 70px;
}

a.section.project:hover {
  background-color: #79d0c2;
}

a.section.project:hover .link {
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .project-wrapper {
    padding: 40px 40px 0 40px;
  }

  .section.project {
    width: inherit !important;
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .section.project div.content div.title,
  .section.project div.content div.more {
    padding-left: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .project-wrapper {
    padding: 40px 40px 0 40px;
  }

  .section.project {
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .section.project div.content div.title,
  .section.project div.content div.more {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper {
    padding: 60px 60px 0 60px;
  }

  .section.project {
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .section.project div.content div.title,
  .section.project div.content div.more {
    padding-left: 0;
  }

  .section.project div.content div.more {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section div.illustration.float-left {
    margin-top: 0;
  }

  .section.project div.content.left div.title {
    width: 80%;
  }

  .section.project div.content div.more {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 1200px) {
  .section div.illustration.float-left {
    margin-top: 0;
  }

  .section.project div.content.left div.title {
    width: 80%;
  }

  .section.project div.content div.more {
    margin-bottom: 20px !important;
  }
}
