.projects {
  display:flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 7%;
  margin-right: 7%;
  /* margin-bottom: 5%; */
}

/* .back{
  display: flex;
  flex-direction: rows;
  justify-content: space-between;
  align-items: center;
  font-family: 'Advent Pro';
  font-size: 1.5em;
  color: rgb(125, 118, 118);
  border: none;
  background-color: transparent;
} */

.play, .forward, .back {
  font-size: 2em;
  border: none;
  background-color: transparent;
  color: rgb(172, 172, 172);
}


.play:hover, .forward:hover, .back:hover {
  background-color: transparent;
  color: #CDD7FB;
  cursor: pointer
}

.foward-stop:hover, .back-stop:hover {
  color: rgb(172, 172, 172);
}

.play {
  font-size: 2.3em
}


/* large tablets & laptop styles */
@media screen and (min-width: 620px) {
  .projects {
    margin-left: 10%;
    padding-top: 5%;
  }


  .carousel-buttons {
    width: 50%;
    font-size: 1.5em;
    height: auto;
  }
}

@media screen and (min-width: 920px) {

}

/* desktop styles */
@media screen and (min-width: 1200px) {
  .projects {
    margin-left: 18%;
    margin-right: 15%;
    padding-top: 7%;
  }

}

@media all and (min-width: 2560px) {
  .projects {
    padding-top:4%;
    margin-top: 0%;
    margin-left: 22%;
    margin-right: 22%;
    margin-bottom: 0%;
  }

}