#Contact {
  text-align: center;
  padding-bottom: 100px;
  background-image: url(https://hidemasan.com/wp-content/themes/oakhanddesign/images/Oaktree.png);
  background-size: cover;
}
#Contact .contactButton {
  text-align: center;
}
#Contact a img {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 15%;
  transition: 0.4s ease-in-out;
}
@media (max-width: 600px) {
  #Contact a img {
    width: 25%;
  }
}
#Contact a:hover img:nth-of-type(2) {
  opacity: 0;
}
#Contact .contactSentence {
  margin: 0 0 100px 0;
  color: #0C1E5E;
  font-weight: bolder;
  font-size: 1.6rem;
}
#Contact p {
  font-size: 1.8rem;
}/*# sourceMappingURL=contact.css.map */