body {
    /*background-image: -webkit-linear-gradient(top, #08C, #05C);*/
    /*background-image: -o-linear-gradient(top, #08C, #05C);*/
    /*background-image: -moz-linear-gradient(top, #08C, #05C);*/
    /*background-image: linear-gradient(top, #08C, #05C);*/
    background-repeat: repeat-x;
}

.logo {
    display: inline-block;
    padding: 3px;
    /*border:solid 1px black;*/
    /*border-radius: 10px;*/

    font-family: 'Quicksand', 'Arial', sans-serif;
}

.logo div {
    display: inline-block;
}

.logo-slim {
    font-weight: lighter;
}

.logo-heavy {
    font-weight: bold;
}

.masthead-byline {
    font-family: 'Quicksand', 'Arial', sans-serif;
    font-size: 42px;
    color: #999;
}

.masthead-summary {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.masthead-summary p {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.marketing-byline {
    font-family: 'Quicksand', 'Arial', sans-serif;
    font-size: 24px;
}

.marketing .small-bs-icon {
    height: 20px;
}

.jumbotron h1 {
    font-weight: normal;
    font-size: 100px;
}

.jumbotron p {
    font-size: 42px;
}

.follow-info {
    text-align: center;
    padding-top: 20pt;
}

.follow-info input {
    margin-bottom: 10pt;
}
