/* piazzolla-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Piazzolla";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/piazzolla-v42-latin-regular.woff2") format("woff2");
}

/* piazzolla-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Piazzolla";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/piazzolla-v42-latin-600.woff2") format("woff2");
}

/* piazzolla-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Piazzolla";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/piazzolla-v42-latin-700.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #f0e9d8;
  font-size: 1.25rem;
  font-family: "Piazzolla";
  line-height: 1.3;
  color: #2b2320;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.section-header {
  text-decoration: underline;
  font-size: 2rem;
}

main {
  flex: 1 0 auto;
}

body a {
  color: #2b2320;
}

body a:hover {
  text-decoration: none;
}

.hero-image {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Craigellachie.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 50vh;
}

.hero-image-text {
  max-width: 800px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f0e9d8;
  padding: 10px;
}

.hero-text-title {
  font-weight: 700;
  font-size: 3.5rem;
  padding-bottom: 1rem;
}

.hero-text-subtitle {
  font-weight: 600;
  font-size: 2rem;
}

hr {
  width: 55vw;
  color: #2b2320;
}

@media (max-width: 768px) {
  .main {
    padding: 0.5rem;
  }
  .data-box {
    padding: 0.25rem;
    margin: 0.6rem;
  }
  .hero-text-title {
    font-size: 2.5rem;
  }
  .hero-text-subtitle {
    font-size: 1.25rem;
  }
}
