/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #333;
}

/* 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;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo-home {
    width: 65%;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #fff;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


/*
 * Header
 */
.masthead {
    margin-top: 5% !important;
    margin-bottom: 2rem;
}

@media (min-width: 48em) {
    .display-4 {}
}



/*
 * Footer
 */
.mastfoot {
    color: rgba(0, 0, 0, .5);
}
