/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    color: #777;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

a {
    color: #777;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #eee;
}

.light {
    font-weight: 400;
}


.main {
height: 100%
}

.top {
    display:inline-block
    width: 100%;
    height: 30%;
    vertical-align: bottom;
    color: #777;
    background-color: #EEE;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bottom {
    display:inline-block
    width: 100%;
    height: 70%;
    vertical-align: bottom;
    color: #eee;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.top-text {
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    font-size: 4em;
    position: absolute;
      bottom: 70%;
      width: 100%;
}

.bottom-text {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 2em;
    position: absolute;
      top: 31%;
      width: 100%;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

footer {
    padding: 30px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}