/*
Colours
Pink: d85ec6
Green: D1E4DD
Blue: b3dee5
Dark blue: 31525b

Blue: #0d214f
Teal: #006477
Red: #bf5452
Pink: #eec484
Yellow: #e1c580
Gray: #dddfde
Green: #c9dbda

*/

/* Header */
.site-logo .custom-logo {
  margin: 0;
}
.site-logo {
  visibility: hidden !important;
}

#site-navigation .wp-block-button__link a {
  padding: 0;
  font-weight: bold;
  color: white;
}

#site-navigation .menu-button a {
  background-color: #bf5452 !important;
}

#site-navigation .menu-button a:hover {
  background-color: #eec484 !important;
}

.tw-footer-full .site-footer {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

.footer-inline .site-info {
  color: #fff !important;
}

.site-footer {
	background-color: #006477 !important;
}
@media(min-width:768px) {
  .banner-logo {
    margin-top: -190px !important;
  }
}