#globalnav {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.gn-container {
    background-color: rgba(0,0,0,.8);
}

.home-link {
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative;
    transition: opacity .2s ease;
}

.home-link:hover {
    opacity: .7;
}

.hl-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.hl-image {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/home-castle.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
