.s1 {
  margin-top: 74px;
}

.s1-title {
  width: 100%;
  text-align: center;

  font-family: Martel;
  font-weight: bold;
  font-size: 64px;

  text-align: center;

  color: #ffffff;
}

/* PROJECT SECTION */

.project-type {
  width: 500px;

  font-weight: 300;
  font-size: 24px;
  line-height: 29px;

  color: #ffffff;
}

.project-text {
  width: 494px;

  font-weight: 600;
  font-size: 36px;
  line-height: 44px;

  color: #ffffff;
  margin-top: 25px;
}

.project-btn {
  width: 186px;

  font-size: 24px;
  line-height: 29px;

  color: #ffffff;
  background: none;
  border: none;
  text-align: left;
  border-bottom: solid 2px #bf2c53;
  cursor: pointer;

  padding-bottom: 15px;
  margin-top: 55px;
}

.project-tools {
  display: flex;
  width: 310px;
  justify-content: space-between;
  margin-top: 70px;
}

.project {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 110px;
}

.p-left {
  position: relative;
  z-index: 1;
  left: 100px;
}

.pt {
  display: flex;
  flex-direction: column;

  align-items: center;
}

.pt-name {
  margin-top: 15px;
}

/* Align Dock */

.project-flip {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;

  margin-top: 110px;
}

.left-push-back {
  position: relative;
  right: 100px;
  z-index: 5;
}

.p-right {
  position: relative;
  width: 830px;
  /* height: 618px; */
  object-fit: cover;
  justify-self: center;
  align-self: center;
}

@media screen and (max-width: 1100px) {
  .project {
    flex-direction: column-reverse;
  }

  .p-left {
    position: static;

    margin-top: 40px;
  }

  .p-right {
    width: 100%;
  }

  .project-type {
    width: 500px;

    font-weight: 300;
    font-size: 32px;
    line-height: 50px;

    color: #ffffff;
  }

  .project-text {
    width: 494px;

    font-weight: 600;
    font-size: 44px;
    line-height: 66px;

    color: #ffffff;
    margin-top: 25px;
  }

  .project-btn {
    width: 280px;

    font-size: 32px;

    color: #ffffff;
    background: none;
    border: none;
    text-align: left;
    border-bottom: solid 2px #bf2c53;
    cursor: pointer;

    padding-bottom: 15px;
    margin-top: 55px;
  }

  .project-tools {
    display: flex;
    width: 310px;
    justify-content: space-between;
    margin-top: 70px;
  }

  .project-flip {
    flex-direction: column-reverse;
  }

  .left-push-back {
    position: static;

    margin-top: 40px;
  }
}

@media screen and (max-width: 800px) {
  .project-type {
    width: 300px;

    font-weight: 300;
    font-size: 18px;
    line-height: 22px;

    color: #ffffff;
  }

  .project-text {
    width: 322px;

    font-weight: 600;
    font-size: 24px;
    line-height: 40px;

    color: #ffffff;
    margin-top: 12px;
  }

  .project-btn {
    width: 200px;

    font-size: 24px;

    color: #ffffff;
    background: none;
    border: none;
    text-align: left;
    border-bottom: solid 2px #bf2c53;
    cursor: pointer;

    padding-bottom: 15px;
    margin-top: 45px;
  }
}
