/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
    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: auto;
}


/*
 * Header
 */

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

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

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

/***/
/* Cover template end, start custom */
/***/

body {
    background-image: url("img/lpbg.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: hidden;
    border: 1em solid black;
}

.cover-container {
    overflow-y: auto;
}

.content {
    max-width: 52em;
    margin-right: auto;
    margin-left: auto;
}

a {
    text-decoration: none;
    color: #fff;
    display: block;
}

a:visited {
    color: #fff;
}

a:hover {
    color: rgb(254, 254, 8);
}

main {
    text-align: center;
}

.big_icon {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
    vertical-align: -.125em;
    background-color: RGBA(225, 225, 225, 1) !important;
    border-radius: 0.5em;
    width: 120px;
    height: 120px;
}

h2 {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
}

#logo {
    margin-top: 3em;
    max-height: 3em;
    max-width: 100%;
}