/*
 * Globals
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.disabled {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/* Define root variables and base styles */
:root {
  --bs-font-sans-serif: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  min-height: 100vh;
  font-family: var(--bs-font-sans-serif);
}

header {
  max-width: 42em;
}

footer {
  padding: 1rem;
}

/*
 * Base structure
 */

.site-container {
  min-height: 100vh;
}

.content-container {
  max-width: 42em;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 42em;
}

.image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  text-align: center;
}

.text-wrapper {
  margin-top: 1em;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
