:root{
		--dt-main-color:rgba(0, 23, 49, 0.92) !important;
}
.dt_footer_copyright{
display:none !important;
}
.site--logo img {
  width: 100%;
  max-height: 10rem !important;
		max-width: 10rem !important;
	border-radius:50% !important;
}

@media (max-width: 543px) {
  .header--five .dt_mobilenav {
    background-color: #011832 !important;
  }
button.dt_navbar-search-toggle {
  background-color: white !important;
}
	.hamburger span {
  background-color: #FFF !important;
}
}

@media (max-width: 35.95em) {
  .dt_slider .dt_slider-content .title, .dt_slider .dt_slider-content .text {
    -webkit-line-clamp: 10 !important;
  }
}