#homesplash {
    background: url("images/DNCR-splash.jpg") no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: 100vh;
    min-width: 100%;
    width: 100%;
}

#homesplash_name {
    padding-top: 100px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: "Cinzel Decorative", cursive;
    font-size: 10em;
    display: none;
}

.heading_shadow {
    transition: text-shadow 2000ms;
    text-shadow: 0px 0px 20px #fff;
}

#activate {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    font-family: "Cinzel Decorative", cursive;
    font-size: 3.5em;
    border:1px solid #aaa;
    border-radius:20px;
    line-height: 50px;
    vertical-align: text-top;
    text-shadow: 0px 0px 10px #fff;
    display: none;
}

.activate_shadow {
    transition: box-shadow 2000ms;
    box-shadow: 0px 0px 20px #ccc;
}

/* Media Screens */

@media screen and (max-width: 950px) {
    #homesplash_name {
        padding-top: 125px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: "Cinzel Decorative", cursive;
        font-size: 8em;
        text-shadow: 0px 0px 10px #fff;
    }

    #activate {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 830px) {
    #homesplash_name {
        padding-top: 100px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: "Cinzel Decorative", cursive;
        font-size: 7em;
        text-shadow: 0px 0px 10px #fff;
    }

    #activate {
        font-size: 3.5em;
    }

}

@media screen and (max-width: 730px) {
    #homesplash_name {
        padding-top: 100px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: "Cinzel Decorative", cursive;
        font-size: 6em;
        text-shadow: 0px 0px 10px #fff;
    }

    #activate {
        font-size: 3em;
    }

}

@media screen and (max-width: 630px) {
    #homesplash_name {
        padding-top: 100px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: "Cinzel Decorative", cursive;
        font-size: 5em;
        text-shadow: 0px 0px 10px #fff;
    }

    #activate {
        font-size: 2.5em;
    }

}

@media screen and (max-width: 530px) {
    #homesplash_name {
        padding-top: 50px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: "Cinzel Decorative", cursive;
        font-size: 3.5em;
        text-shadow: 0px 0px 10px #fff;
    }

    #activate {
        font-size: 2.5em;
    }

}
