body {
  background-color: #cccccc !important;
}


#header .header-body {
  background: #cccccc;
}

.greyback {
  background: #cccccc !important;
}

.darkgreyback {
  background: #d8d8d8 !important;
}

.card {
  border: 0px;
}

.card-body {
  padding: 10px;
}

h2 {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

#footer {
  background: #cccccc;
  border-top: 4px solid #004b85;
}


#footer .footer-copyright.footer-copyright-style-2 {
  background: #cccccc;
  border-top: 1px solid #ffffff;
}



.testimonial blockquote p {
  color: #FFF;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 1.2em;
}

.boldgreen {
	font-weight: 700;
	color: green;
}


.ratio-short {
  --bs-aspect-ratio: 56.25%;
}


.ratio-16x9 {
  --bs-aspect-ratio: 177.8%;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 200px 0;
}

