#brand-logo {
  background-image: url(../../assets/img/top-hat-animated.gif);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #fec503;
  border-color: #f3bd01;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #094441!important;
  border-color: #107b75!important;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #212529;
  background-color: #107b75;
  border-color: #107b75;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: Droid Serif,Helvetica Neue,Helvetica,Arial,sans-serif;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

