﻿.splash {
    text-align: center;
    margin-top: 10%;
}
.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;
}
.splash .message img {
    width: 250px;
    height: auto;
}
.splash .tagline {
    color: #708eb8;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    margin-top: 50px;
    padding-left: 35px;
}

@media(min-width:480px){
    .splash{
        margin-left:-56px;
    }
    .splash .tagline {
        font-size: 2em;
    }
}
@media(min-width: 768px){
    .splash{
        margin-left: -240px;
    }
    .splash .tagline {
        font-size: 3em;
    }
}