@media (min-width: 700px) {
    .header {
        background: #000000 url(/images/header_bg.jpg) no-repeat center top;
        width:100%;
        height:219px;
    }
    a.facebook_link:link, a.facebook_link:visited, a.facebook_link:hover {
      margin-right: 175px;
    }
}   

@media (max-width: 700px) {
    .header {
        background: #000000 url(/images/header_bg_mobile.jpg) no-repeat center top;
        width:100%;
        height:157px;
    }
    a.facebook_link:link, a.facebook_link:visited, a.facebook_link:hover {
      margin-right: 60px;
    }
}

.social_links {
    margin-top: -70px;
    width:100%;
}

a.facebook_link:link, a.facebook_link:visited, a.facebook_link:hover {
  width:20px;
  height:20px;
  float:right;
  text-decoration:none;
}

.container {
    margin-top: 75px;
}

body {
    background: #000000;
    color: #ffffff;
    font-family: 'Merriweather', sans-serif;
}

h1,
h2 {
    font-weight: bold;
}

p {
    font-size: 16px;
    color: #ffffff;
}

.jumbotron {
    background: #0048CD;
    color: white;
    text-align: center;
}

.btn-primary {
    color: #fff;
    text-color: #000000;
    border-color: white;
    margin-bottom: 5px;
}

div.caption: {
    float: left;
    clear: both;
}
