.navbar {
  margin-bottom: 0; }

.navbar {
  background-color: rgba(17, 17, 17, 0.5) !important;
  background-image: none; }

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed; } }
.screenshots img {
  border: 0;
  margin-bottom: 10px; }

.nav-pills {
  font-size: 75%; }

.nav-pills > li.active > a {
  background: #4e6a85; }

.nav-pills > li.active > a:hover {
  background: #85a9ca; }

.tab-content {
  margin-top: 10px; }

.sign-up-newsletter {
  margin-top: 10px; }

body {
  font-family: "Open Sans", times;
  background: #111;
  color: #eee;
  font-weight: 300; }
  body a {
    color: #85a9ca; }
  body .cta a.btn {
    background: #4e6a85;
    border: 0;
    color: white; }

h1, h2 {
  font-weight: 300; }

.hero {
  font-weight: 300;
  font-size: 2em; }

#st-hero {
  padding-top: 380px;
  padding-bottom: 75px; }

#st-subscribe-hero {
  padding-top: 50px;
  padding-bottom: 75px; }
  #st-subscribe-hero form {
    background-color: rgba(17, 17, 17, 0.75) !important;
    padding: 20px; }

#wrapper {
  background: url(/sol-trader-final-header.png) no-repeat fixed top center; }

@media (max-width: 768px) {
  #st-hero {
    padding-top: 50px; }

  #st-subscribe-hero {
    padding-top: 50px; }

  #wrapper {
    background-position: right -70%; } }
#st-main {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40px; }

.back-us-bg {
  background: #314559; }

.news-bg {
  background: #111; }

#back-us {
  padding-top: 60px; }

.footer {
  background: #1e2d3c;
  padding: 80px 0; }
  .footer .screenshots img {
    width: 80%;
    border: 10px solid #1e2d3c;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8); }

.news img {
  width: 100%;
  border: 0; }
.news h1 {
  margin: 0;
  padding: 60px 0 20px 0; }
.news .strap {
  margin: 20px 0; }

.builds {
  padding: 10px 0; }
  .builds .panel {
    background: #314559; }
    .builds .panel .panel-heading {
      background: #4e6a85; }
    .builds .panel a {
      background: #85a9ca;
      color: white; }
    .builds .panel .list-group-item {
      background: #314559;
      border-color: #4e6a85; }
