<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */

html{
  scroll-behavior: smooth;
}
body {
  padding-bottom: 40vh;
}
.center {
  margin: 0 auto;
  display: block;
}

/* Home Page */

#big-header {
  background: linear-gradient(#428cce, #2e6da4);
  background: #2e6da4;
  box-shadow: 0 4px 10px 4px #666;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#big-header .btn {
  font-size: 18px;
  margin-right: 5px;
}
#big-header h1 {
  font-size: 63px;
}
#big-header p {
  font-size: 18px;
  margin-bottom: 1em;
}
#product-categories {
  overflow: hidden;
  padding-bottom: 30px;
}
#product-categories &gt; div {
  background: #fff;
  padding-top: 30px;
}
#product-categories .container {
  padding: 0;
}
#product-categories .jumbotron {
  height: 20em;
  display: table;
  background: #fff;
  border: 1px solid;
}
#product-categories .foot {
  display: table-row;
  vertical-align: bottom;
  height: 1em;
}
.product-list dt {
  font-size: 18px;
  text-decoration: underline;
}
.product-list dd {
  margin-bottom: 10px;
}
.product-list li h4, .product-list li p {
  margin: 0;
  margin-bottom: 5px;
}
.product-list li p {
  margin: 0;
}
#about, #contact {
  font-size: 18px;
}</pre></body></html>