/*
 * Globals
 */


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


/*
 * Base structure
 */

body {

}

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


/*
 * Header
 */

.nav-masthead .nav-link {
    color: rgb(0 0 0 / 64%);
    border-bottom: .25rem solid transparent;
}

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

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

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

.main-button {
    color:black;
    transition:1s;
}
.main-button:hover{
    color:white;
}
