/*!
 * Vitality v1.3.4 (http://themes.startbootstrap.com/vitality-v1.3.4)
 * Copyright 2013-2015 Start Bootstrap Themes
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */
/*html,
body {
    height: 100%;
}*/
.img-centered {
    margin: 0 auto;
}
.content-row {
    margin-top: 30px;
}

header {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    background-color: #222222;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*padding: 100px 0;*/
}
header .intro-content {
    color: white;
    text-align: center;
    position: relative;
}
header .brand-name {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 15px;
}
header .brand-name-subtext {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
header img {
    max-width: 150px;
    max-height: 150px;
}
header .scroll-down {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}
header .scroll-down .btn {
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100% !important;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header .scroll-down .btn:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}
@media (min-width: 768px) {
    header {
       /* height: 100%;*/
        width: 100%;
        padding: 0;
        background-attachment: scroll;
    }
    header .intro-content {
        color: white;
        text-align: center;
        width: 50%;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    header .brand-name {
        font-size: 80px;
        line-height: 80px;
    }
    header .brand-name-subtext {
        font-size: 30px;
        line-height: 30px;
    }
    header img {
        max-width: 300px;
        max-height: 300px;
    }
}
@media (min-width: 1025px) {
    header {
        background-attachment: fixed;
    }
}
