/* Add here all your CSS customizations */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1100;
  cursor: pointer;
}

#overlay-content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#donate_choice{
    display : none;
}

#donate_via_bank{
    display : none;
}

#donate_via_westernunion{
    display : none;
}

#donate_via_omt{
    display : none;
}

