/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.logo-default {
  padding-top: 2%;
}

.fs-aligner {
  font-size: 19px;
}

.copyright-band {
  background-color: #2a2e33 !important;
  color: #ffffff66 !important;
}

.section-zero-padding {
  padding: 0px !important;
}

@media only screen and (max-width: 576px) {
  .fs-aligner {
    font-size: 16px;
  }
}
