/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
    padding-top: 150px;
    height: 100%;
    background: url(/img/home-bg-blue.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
}


body {
    text-align: center;
}

.panel {
    background-color: rgba(255, 255, 255, 0.8);
}

.intro {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #1b5585;
}

.intro .intro-body {
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .sub-heading {
    font-size: 20px;
}

.intro .intro-body .intro-text {
    font-size: 16px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 50px;
    }

    .intro .intro-body .sub-heading {
        font-size: 30px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
    }
}
