
.nav
{
    background-color: #e2d8b9;
    color: #271103;
    text-transform: uppercase;
    font-weight: bold;
    
    font-family:'Oswald';
    font-size: x-large;
    
    letter-spacing: 3px;
    padding-left:454px;
}


.nav>li,
.nav>li>a
{
    background-color: transparent;
    color: #271103;
    text-align: center;
    max-width: 234px;
    font-size: 18px;
    font-family:'Oswald', sans-serif;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover
{
    background-color:#e2d8b9;
    color:#bd9666;
}
.dl-horizontal
{
  padding-left: 60px;
  
}


dt
{
    color:#e15412;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-size: larger;
}

a
{
    color:#271103;
}

.carousel-inner
{
    height: 25%;
}
.carousel-inner>active
{
  right:0px;
}
.carousel-caption
{
    /*background-color:#e2d8b9;*/
    color:#e15412;
}
}
.lead
{
    font-size:25px;
}
.p.evidence
{
    font-weight:bold;
    color:#271103;
  
}

dl 
{
    margin-top: 0;
    margin-bottom: 20px;
    color:#271103;
} 

.img-responsive.img-responsive-header
{
  padding-left:0.5%;
  max-width:35%;
  
}
.footer-row
{
  color:#e2d8b9;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
   .img-responsive.img-responsive-header
      {
      max-width:80%;
    }
  
} 

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .img-responsive.img-responsive-header
      {
      max-width:80%;
    }
     .nav
      {
      padding-left: 80px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 800px) and (max-width : 1200px) {
     .img-responsive.img-responsive-header
      {
      max-width:25%;
    }
    .nav
      {
      padding-left: 285px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .img-responsive.img-responsive-header
      {
      max-width:23%;
    }
}