.bs-avatar {
    border-radius: 2px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .3));
    height: 2.1rem;
    image-rendering: pixelated;
    width: 2.1rem
}

body {
    font-size: 16px
}

.layout-top-nav>.hp-wrapper {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.navbar {
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

.navbar.transparent {
    background-color: hsla(0, 0%, 100%, .2)
}

.navbar.transparent .navbar-brand {
    color: #5e5e5e
}

.navbar-brand {
    font-family: Minecraft
}

.navbar-nav {
    align-items: center;
    align-self: center;
    display: inline-flex
}

.splash {
    bottom: 0;
    height: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100px;
    width: 80%
}

.splash-head {
    color: #fff;
    font-family: Minecraft;
    line-height: 1.5em;
    margin: .2em 0 .5em;
    padding: .8em .5em 1em;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

.splash-subhead {
    color: #fff;
    font-family: Ubuntu, Segoe UI, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    margin-bottom: 3em
}

@media (max-width:768px) {
    .splash {
        width: 100%
    }

    .splash-head {
        font-size: 200%
    }
}

@media (min-width:768px) {
    .splash-head {
        font-size: 250%
    }
}

.main-button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 120%;
    padding: .8em 2.5em;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

.main-button:hover {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff
}

#fixed-bg {
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1
}

#intro {
    background-color: #fff;
    border-top: 5px solid #bdc3c7;
    padding: 50px 0
}

#intro i {
    font-size: 80px
}

#footer-wrap {
    background-color: #2f2f2f;
    color: #fff;
    padding: 50px 0
}

#copyright {
    color: #fff
}

#copyright.with-intro {
    background-color: #222;
    padding: 15px 0
}

#copyright.without-intro {
    bottom: 0;
    padding: 16px 50px;
    position: fixed;
    width: 100%
}