<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-micropowders {
  background-color: #261353;
}

.container-sans-margins {
  margin: 0;
}

.container-content {
  margin-top: 64px;
}

.container-about {
  padding-top: 8px;
}

.container-news {
  padding-top: 16px;
}

.carousel-caption-news {
  font-size: 21px;
  color: white;
  position: static;
}

.carousel-caption-news a {
  text-decoration: none;
  color: white;
}

.main-carousel-img {
  width: 100%;
  height: 400px;
}

.news-line-heading {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.news-line {
  line-height: 60px;
}

.news-background {
  background: rgb(13,20,54);
  background: linear-gradient(90deg, rgba(13,20,54,1) 0%, rgba(13,20,54,1) 67%, rgba(51,51,51,1) 100%);
}

.transparent-caption {
  max-width: 100%;
  width: 100%;
  left: 0;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
}

.row.about {
  margin-top: 5px;
  margin-bottom: 5px;
}

.row.about h4 {
  color: white;
  padding: 3px;
  background-color: #261353;
}

.row.upper {
  padding-top: 5px;
}

footer {
  text-align: center;
  color: white;
  background-color: #333333;
  padding-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

footer a {
  text-decoration: none;
  color: white;
}

.img-circle {
  border-radius: 50%;
}

.img-avatar {
  width: 125px;

}

.img-service {
  height: 215px;
  max-width: 316px;
  width: 100%;
}

.card-service {
  max-width: 316px;
  width: 100%;
}

.section-title {
  color: white;
  font-size: 24px;
  background-color: #132054;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.about-title {
  color: white;
  font-size: 24px;
  background-color: #132054;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.service-card-overlay {
  color: #132054;
  text-align: center;
  height: 215px;
  padding: 0;
}

.service-card-overlay h5 {
  font-size: 32px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0;
  width: 100%;
  padding-bottom: 6px;
}

.service-card-text {
  text-align: center;
}

.google-maps {
  position: relative;
  padding-bottom: 25%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
	margin-top:20px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

form div label {
  font-weight: bold;
}

.t-row td {
  padding-right: 5px;
}</pre></body></html>