/* Set header size */
#Heading img {
    max-height: unset;
    max-width: 100%;
    margin-top: 13px;
}

/* Set button colour */
.btn-primary, .btn-primary::placeholder {
  background-color: #006281; !Important;
  color: #fff !Important;
opacity: 1 !Important;
  font-weight: 600;
}


/* Set hover colour */
.btn-primary:hover
 {
  background-color: #812B29 !Important;
  color: #fff !Important;
 }

/* Set active colour */
.btn-check:checked+.btn-primary,.btn-primary:active,.btn-other:not(:placeholder-shown) {
  color: #fff !Important;
  background-color: #812B29 !Important;
}


