.contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding-top: 10%;
  margin-bottom: 30%;
}

.thankyou{
  margin-bottom: 1%;
}

.contactDetail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 15rem;
}

.contactlogo {
  width: 50%;
}

.links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

}

.social{
  background:none;
  border: none;
  color: rgb(117, 124, 124);
  border-radius: 0;
  border-width: 0;
  text-transform: uppercase;
  box-shadow: 0;
  display: inline-block;
  font-size: 1.5em;
}

.social:hover{
  color: rgb(255, 255, 255);
}

.email {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: .8em
}

@media screen and (min-width: 920px) {
  .contact {
    margin-bottom: 17%;
  }

}

/* desktop styles */
@media screen and (min-width: 1200px) {

}
