﻿.splash {
    text-align: center;
    margin-top: 10%;
}
@media(min-width:480px){
    .splash{
        margin-left:-56px;
    }
}
@media(min-width: 768px){
    .splash{
        margin-left: -240px;
    }
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.tagline {
    color: #F79623;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    margin-top: 50px;
    padding-left: 10%;
}
@media(min-width: 480px){
    .tagline{
        font-size: 2em;
    }
}
@media(min-width: 768px){
    .tagline{
        font-size: 3em;
    }
}
