/*
 * Globals
 */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #E1E1E1;
    background-color: #0E3657;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #D1D1D1;
}

a { 
	color: rgba(217,217,134,1.00);
}

a:hover {
    color: rgba(212,212,80,1.00);
    text-decoration: underline;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


/*
 * Masthead for nav
 */

.basic-masthead {
    background-color: #B05A29;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.basic-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #D1D1D1;
}
.basic-nav-item:hover,
.basic-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.basic-nav .active {
  color: #fff;
}
.basic-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * basic name and description
 */

.basic-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.basic-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.basic-description {
  font-size: 20px;
  color: #D7D7D7;
}


/*
 * Main column and sidebar layout
 */

.basic-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #A04B1B;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * basic posts
 */

.basic-post {
  margin-bottom: 60px;
}
.basic-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.basic-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.table-striped > thead > tr > th {
    background-color: #8E4B27;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #0B3153;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #0D3E68;
}

/*
 * Footer
 */

.basic-footer {
  padding: 40px 0;
  color: #E1E1E1;
  text-align: center;
  background-color: #B0521D;
  border-top: solid rgb(119, 75, 77);
}
.basic-footer p:last-child {
  margin-bottom: 0;
}
