/*!
 * Start Bootstrap - Landing Page 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,
html {
    width: 100%;
    height: 100%;
    color: #f8f8f8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

a {
    color: #f8f8f8;
}

.intro-header {
    width: 100%;
    height: 100%;
    color: #f8f8f8;
    background: url(../img/bg.jpeg) no-repeat top center;
    background-size: cover;
}

.intro-message {
    top: 250px;
    position: absolute;
    width:100%;
    text-align: center;
}

.intro-message h1 {
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 20px;
    opacity: 0;
}

.intro-message h1::first-letter {
    font-size: 120%;
}

footer {
    padding: 15px 15px;
    background: #26232c;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0.8em;
    letter-spacing: 1.5px;
    font-size: 1em;
    font-weight: 400;
    opacity: 0;
}

footer h2 {
    font-size: 100%;
    margin-bottom: 3px;
    font-weight: 400;
}

footer h3 {
    font-size: 80%;
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: 400;
}

footer a {
    font-size: 80%;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: #333373;
}

footer p {
    margin-bottom: 2px;
}

@media(max-width:739px){
    .intro-message h1 {
        font-size: 2em;
        letter-spacing: 13px;
    }
    footer h1 {
        font-size: 1.5em;
    }
}

@media(max-width:1198px) and (min-width:740px){
    .intro-message h1 {
        font-size: 2.5em;
        letter-spacing: 13px;
    }
    footer h1 {
        font-size: 2em;
    }
}