@import url('https://fonts.googleapis.com/css?family=Open+Sans|Pacifico');

a:focus,
a:hover {
    color: #fff;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: .05rem solid #fff;
}

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    color: #fff;
    text-align: center;
    text-shadow: 0 .05rem .3rem rgba(0, 0, 0, .5);
    background-image: url('../img/cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.cover-heading {
    font-family: 'Pacifico', cursive;
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4rem;
}

/* Padding for spacing */
.inner {
    padding: 2rem;
}

/*
 * Cover
 */

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    font-family: 'Open Sans', sans-serif;
    padding: .75rem 1.25rem;
    font-weight: bold;
}

@media (min-width: 40em) {
    .site-wrapper-inner {
        vertical-align: middle;
    }

    .cover-container {
        width: 100%;
    }
}

@media (min-width: 62em) {
    .cover-container {
        width: 42rem;
    }
}

/*
 * Animation
 */
.animated {
    opacity: 0;
}
