:root {
  --main-color: #FFC3C5;
  --main-ligher-color: #FFDFE1;
  --main-darker-color: #FFC3C5;
  --main-link-button-color: #FEA559;
  --main-lighet-color-used: #FFE3E3;
  --lighter-title-color: #FA787A;
  --light-shade: #FEF8EA;
  --header-color: #FFC3C5;
  --header-color-lighter: #FFDFE1;
  --footer-color: #FFC3C5;
  --header-color-faded: #fab070;
  --footer-color-text: #000;
}
.main-nav{
  background: var(--header-color);
}
.main_logo{
	width: 194px;
	height: 77px;
	margin-top: 21px;
	background: url(../images/designlogo/genius_header.png) center no-repeat;
	background-size: contain;
	margin-left: 0;
	margin-bottom: 14px;
}
.logo-link {
  display: block;
  width: 161px;
  height: 107px;
  background: url(../images/logos2025/genius.png) center no-repeat;
}

.logo_footer {
  display: block;
  width: 194px;
  height: 130px;
  background: url(../images/logos2025/genius.png) center no-repeat;
  background-size: contain !important;
}

@media (max-width: 991.98px) {
  .logo-link {
    width: 106px !important;
    height: 68px !important;
  }
  button#mobileMenuToggle, .color_header{
      color: var(--footer-color-text) !important;
  }
}

