/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


.jumbotron-home{
    background-color:#428bca;
    color:#fff;
}

hr {
    border-top:4px solid #428bca;
}

h2 small {
    font-size:50%;
}


.social {
    padding: 0 0 5px 0;
}
.social a:link, .social a:visited, .social a:hover, .social a:active {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    padding: 0;
    text-indent: -9999em;
    //box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    background-color: transparent;
    background-image: url('social-sprite.png');
    background-repeat: no-repeat;
}
.sm-rss {
    background-position: 0 0;
}
.sm-goo {
    background-position: 0 -32px;
}
.sm-fac {
    background-position: 0 -64px;
}
.sm-lin {
    background-position: 0 -96px;
}
.sm-twi {
    background-position: 0 -160px;
}
.sm-wor {
    background-position: 0 -192px;
}