/* Get ride of some inner outline on mozilla */
::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

html,
body {
  background-color: #f5f5f5;
}

body {
  background: url(../img/bg_head.jpg) top center no-repeat transparent;
  background-size: 100% auto;
  padding: 0  !important;
  margin: 0 !important;
}

#main-content {
  background-color: #f5f5f5;
}

#header h1{
  text-shadow: 2px 2px 1px #222;
  text-align: left;
  color:#fff;
  font-size: 3em;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 35px;
  margin-top: 20px;
}

#slogan {
  margin-top: 35px;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
  text-align: left;
  font-size: 3em;
  margin-bottom: 40px;
}

#wrap {
  
}

#content-container {
}

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  h1{
    font-size: 24px;
  }
}

.container .credit {
  margin: 20px 0;
}

code {
  font-size: 110%;
}

section {
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 0px;
}

i {
  margin-top: 2px !important;
}

.page-header 
{
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.page-header > h1 
{
  margin-bottom: 1px;
}

.navbar-fixed-top {
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.nav-collapse .nav > li > a {
  color: #fff !important;
}

footer {
  padding-bottom: 30px;
}