/*
 * Globals
 */
 .hidden {
    display: none;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}


/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

.pointer-cursor {
    cursor: pointer;
}

/*
 * Header
 */

 .navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
 }
