/* 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 #ff444e;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background: url("../images/frontImage.jpg") no-repeat center;
}


body {
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    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;
    margin: auto;
}

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

.masthead-brand {
    margin-bottom: 0;
}

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