/*
 * Globals
 */


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

/*
 * Base structure
 */

html {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

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


/*
 * Header
 */

.nav-masthead .nav-link {
  color: white;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #00AEC7;
}

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

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

.about-section {
    background-color: #440099; /* Light background for contrast */
    border-radius: 24px; /* Optional: Rounded corners */
}

.mechanics-section {
    background-color: #440099; /* Light background for contrast */
    border-radius: 24px; /* Optional: Rounded corners */
}

/*.sign-up-box {
    background-color: white;
    border-radius: 24px;
}*/


footer {
    padding-top: 48px; /* Adjust this value as needed */
    padding-bottom: 48px; /* Adjust this value as needed */
}

.accordion-button::after {
    color: white !important; /* Change arrow color to white */
}

.table-sm {
    font-size: 0.85rem; /* Smaller text size */
}