/* Enter Your Custom CSS Here */

.footer {
  background: #ffffff;
  color: #aaaaaa;
  padding: 50px 0 0;
}

.header-style-five .navbar.navbar-default .navbar-nav > li:hover > a {
  background-color: #97177c;
  color: #ffffff;
}

.header-style-five .navbar.navbar-default .navbar-nav > li.current_page_item > a,
.header-style-five .navbar.navbar-default .navbar-nav > li.current_page_parent > a,
.header-style-five .navbar.navbar-default .navbar-nav > li.current-menu-ancestor > a,
.header-style-five .navbar.navbar-default .navbar-nav > li.current-menu-parent > a,
.header-style-five .navbar.navbar-default .navbar-nav > li.current_page_ancestor > a,
.header-style-five .navbar.navbar-default .navbar-nav > li.active > a {
  background-color: #97177c;
  color: #ffffff;
}

body {
  font-family: Candara;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
  color: #787878;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
 
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Candara;
  color: #232323;
  font-weight: 300;
}
li.dropdown a span {
    font-size: 16px;
}