/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* Sticky footer styles
-------------------------------------------------- */
body {
  background: /**#bababa**/ #fff;
}
.footer {
  background-color: #005f95;
  padding: 15px;
}
/*** Typography ***/
body {
  font-family: "Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
}
.h1, .h2, .h3, h1, h2, h3 {
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  color: #005f95;
}
.header-top, .header-top a {
  padding: 15px 0 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.footer li a {
  color: #fff;
}
/*** Layout ***/
.content {
  padding-bottom: 30px;
  }
.header-top {
  background: #2b2b2b;
}
.header-logo {
  background: #000;
}
.header-logo img {
  margin: 20px auto;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-default {
    background-color: #000;
    border: none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #6aa6c9;
    background-color: transparent;
}
.content {
  background: #fff;
}
.btn-primary {
  background-color: #005f95;
  border-color: #005f95;
  margin-bottom: 10px;
}
.btn-primary:hover {
  background-color: #5b8393;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5)
}
.content img {
  padding: 4px;
  border: 2px solid #e5e5e5;
}
.content img.no-border {
  border: none;
}


/*** Media Queries ***/
@media (min-width: 768px){
  .navbar {
    border-radius: 0;
  }
  .navbar-nav{
     margin: 0 auto;
     display: table;
     table-layout: fixed;
     float: none;
  }
  .navbar-default .navbar-nav>li {
    padding: 10px 15px;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 0 0 5px 0;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 1px solid #6aa6c9;
  }
  .footer li {
    display: inline-block;
    padding: 6px 10px;
}
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav>li {
    padding: 10px 25px;
  }
}