/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
html {
  scroll-behavior: smooth;
}

.contact-details {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

.contact-details > p:first-of-type {
  text-transform: uppercase;
  margin: 0px;
}

.contact-details > p {
  margin: 0px;
}

.contact-details a {
  text-decoration: none;
  transition: ease 0.3s;
}
.contact-details a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */
