

.topbar-center-logo {
    background: #ffffff;
  }
  
  .topbar-center-logo .menu {
    background: #ffffff;
  }
  
  .topbar-center-logo .menu a {
    color: #0c0000;
  }

  .topbar-center-logo .menu a:hover{
    color: #ffffff;
  }
  
  .topbar-center-logo .top-bar-center {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            padding-bottom: 
  }
  
  @media screen and (max-width: 39.9375em) {
    .topbar-center-logo .top-bar-center {
      display: none;
    }
  }
  
  .topbar-center-logo-mobile {
    background: #ffffff;
  }
  
  .topbar-center-logo-mobile .menu-icon {
    vertical-align: text-top;
  }

  .menu li:hover{
      background: rgb(40, 9, 126);
      color: #ffffff
  }

  footer.callout.large.secondary{
    background: rgb(40, 9, 126);
    color: #ffffff
}

.sticky-topbar {
  width: 100%;
}

form label{
  color: #ffffff
}

p a{
  color: #0c0000;
}

p a:hover{
  background-color: blue;
  color: white
}

#reviews h3{
  background: rgb(40, 9, 126);
  color: white;
  text-align: center;
  padding: 30px
}

.responsive-embed {
  padding-bottom: 50%;
}
