/* Set header size */

#Heading img {
    width: 80%;
    max-width: 200px;
    max-height: 200px!Important;
}

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

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

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


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

#banner {
    width: 100%;
    max-width: 1100px;
    max-height: 370px;
}
