/* Adjust banner background colour */
.container-header {
  background-color: #31493C;
  background-image: none;
}

/* Adjust banner background size */
.container-header .grid-child {
  height: 150px;
}

/* Adjust banner logo size and position */
img[alt="Dainava - Sydney Lithuanian Club Limited"] {
  max-width: 60%;
  margin-top: 0 !important;
  padding: 0 !important;
}


/* Spacing between banner and body content */
.container-component {
  margin-top: 20px;
}

/* Spacing between banner and body content */
.container-sidebar-right {
  margin-top: 20px;
}

/* Remove borders from menu */
.container-sidebar-right .sidebar-right:first-child {
  border: 0 !important;
}

/* Remove DJSlider border */
.card {
  border: 0 !important;
}