
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #FF0000;
}


.nav-pills>li>a {
    /*color: #fff;
    background-color: #A94442;*/
    font-size: 15px;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    font-family: Courier, monospace;
    font-size: 15px;
}


a {
    color: #CA9A65;
}

h2 {
   color: #FF0000;
}

h4 {
   text-decoration: big;
   color: #FF0000;
}


.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.button {
    padding: 15px;
    background-color: #FEF8C9;
    font-size: 30px;
    border-radius: 20px;
}

.footer {
  clear: both;
  padding: 20px 0;
  border-top: 1px #FF0000 dashed;
}

.content {
  border-top: 1px #FF0000 dashed;
}

.footerp {
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
}

.body {
    background-color: #FFF;
    font-family: 'Courier New', Courier, monospace;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.picture{
   padding: 20px;

}

.half-height {
  height: 10px;
}

.subtitle {
    padding-top: 20px;
    font-size: 21.4px;
    color: #CA9A65;
    font-weight: bold;
  }
