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

H2 {
  padding-top: 20px;
}
P {
  font-size: 20px;
}

.container {
   max-width: 1110px;
}
.bannerHead {
    width: 100%;
    max-width: 1100px;
    background-color: #000;
    color: #fff;
    padding: 3px;
    margin: 0 12px;
}

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


/* Set hover colour */
.btn-primary:hover
 {
  background-color: #F39C12 !Important;
  color: #001333 !Important;
 }

/* Set active colour */
.btn-check:checked+.btn-primary,.btn-primary:active,.btn-other:not(:placeholder-shown) {
  color: #001333 !Important;
  background-color: #F39C12 !Important;
}
div > button[data-project="add"] {
  display: none;
}


