


/* Set header size */
#Heading img {
    width: 100%;
    max-width: 553px;
    max-height: 212px!Important;}

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


/* Set hover colour */
.btn-primary:hover
 {
  background-color: #1A2617 !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: #1A2617 !Important;
}

div > button[data-project="add"] {
  display: none;
}

button.btn-unallocate {
  display:none
}

