.btn.btn-default {
    color: #DA4453;
    text-transform: uppercase;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #DA4453;
    color: #fff;
}
.dropdown-menu>li>a {
    color: #333 !important;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li.active>a {
    color: #fff !important;
}

/* NAVBAR
--------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #DA4453;
  font-weight: 700;
  font-family: 'Open Sans', serif;
  border-bottom: 2px solid #c5dbe6;
  color: #8fb7ca;
}
.entry-title {
  color: #003399;
  margin-bottom: 30px;
}

.navbar.navbar-default {
  background-color: #ffffff;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
  color: #1a6990;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: none;
  border-top: none;
}

.widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 10px 5px 4px 5px;
  color: inherit;
  font-family: 'Open Sans', serif;
  display: block;
  border-bottom: 2px solid #c5dbe6;
  color: #8fb7ca;
}
.home-widget ul {
  margin-bottom: 20px;
}

.big-image img {
  width: 100%;
  height: auto;
}
