/*------------- color --------------*/
/*------------- font-Gothic --------------*/
/*------------- font-Serif --------------*/
/*------------- font-Serif --------------*/
/*------------- break_point --------------*/
/*-------------------------------------*/
/*	contact
/*-------------------------------------*/
#inc-contact {
  background-color: #fafafa;
  position: relative;
  /* z-index: -1; */
}
#inc-contact .shoulder-copy {
  font-size: 1rem;
  color: #ed7d31;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
#inc-contact .index-h2-title {
  font-size: 3rem;
  color: #ed7d31;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
}
#inc-contact .index-h2-title + p {
  font-weight: 600;
  text-align: center;
}
#inc-contact .site-width {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#inc-contact .site-width a {
  margin-top: 64px;
  border: 4px solid #323232;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  #inc-contact .site-width a:hover {
    transform: scale(1.15);
  }
  #inc-contact .site-width a:hover .dli-mail {
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------------*/
/*	767px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #inc-contact .site-width {
    margin-left: 6%;
    margin-right: 6%;
  }
  #inc-contact .index-h2-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=contact.css.map */