/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
body {
  font-size: 110%;
  font-family: 'Neris';
}

#header .logo > img {
	max-height: 90px;
	padding: 10px;
}

.featured-box.style-3 .featured-box-icon {
  background-color: #0F6853 !important;
  color: white !important;
}

.featured-box-icon .i { 
  color: white; 
}

.text-small {
  font-size: 85%;
}

.bg-secondary {
  background-color: var(--bs-themehovercolor) !important;
}

#footer {
  padding: 20px 0px;
}  

.large-icon {
  font-size: 80px;
}  

.about-content {
  text-align: justify !important;
  word-wrap: break-word !important;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      --bs-modal-width: 950px;
      padding: 25px;
  }
}