

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.page-header {
    padding-bottom: 9px;
    margin: 35px auto 20px;
    border-bottom: 1px solid #1C1E22;
    min-width:100%;
    text-align:center;
}


.page-header img{

}

.navbar {
    background: #202020;
    background-repeat: no-repeat;
    filter: none;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.navbar .nav,
    .navbar .nav > li {
      float:none;
      display:inline-block;
      vertical-align: top;
    }

    .navbar-inner {
      text-align:center;
    }

.navbar-nav > li > a {
    border-right: 1px solid #333333;
    border-left: #1C1C1C none;
    background: #1C1C1C;
        padding: 15px 61px;
}
.jumbotron ol{
  padding: 40px 90px;

}
.jumbotron li{
  margin: 1em auto ;
  line-height: 30px;
  font-size: 1.1em;
  text-align: justify;
  color: #EAEAEA;
}


h4.header-subtitle {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 17px;
    position: relative;
    top: -4px;
}
