/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  text-align: center;
}

.cover-container {
  max-width: 42em;
  padding: 20px;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  display: block;
  width: 120px; /* Adjust size as needed */
  height: auto;
  margin: 0 auto 15px; /* Centers the image and adds spacing below */
}


/*
 * Navigation
 */
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: #333;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
  transition: border-bottom 0.3s ease;
}

.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: #333;
  border-bottom-color: #63666a;
}

/* Responsive Navigation */
@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover Section
 */
.cover {
  padding: 0 1.5rem;
}

.cover-heading {
  font-size: 2rem;
  font-weight: bold;
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}
