<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, sans-serif; }

a {
  color: #C32026; }
  a:hover {
    color: #84092E;
    text-decoration: none; }

a.navbar-brand {
  text-indent: -9999px;
  display: block;
  background-image: url(images/danni_logo.png);
  width: 250px;
  height: 40px;
  background-repeat: no-repeat; }

.btn-primary {
  color: #fff;
  background-color: #C32026;
  border-color: #C32026; }
  .btn-primary:hover {
    color: #fff;
    background-color: #84092E;
    border-color: #84092E; }

.btn-outline-primary {
  color: #C32026;
  background-color: #fff;
  border-color: #C32026; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #84092E;
    border-color: #84092E; }

.logo {
  font-size: 1.5rem;
  font-weight: bold; }

.grid-container {
  display: grid;
  gap: 2px 5px; }

.card-content h2 {
  font-size: 1.1em;
  padding: 5px 5px 0px;
  font-weight: bold;
  margin: 0px; }
  .card-content h2 a {
    color: #281d15; }
    .card-content h2 a:hover {
      color: #84092E; }
.card-content ul {
  list-style: none;
  padding: 0px 5px 0px;
  margin: 0px; }
  .card-content ul li {
    display: inline;
    padding: 0px 2px 0px 0px;
    font-size: 0.8em; }

.section1, .section2, .section3 {
  grid-template-columns: repeat(4, 1fr); }

.menu-footer {
  grid-template-columns: repeat(4, 1fr);
  width: 70%; }

.danni-card-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 470 / 360; }

.danni-model-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 297 / 390; }

footer {
  padding: 15px;
  border-top: 1px solid #C32026;
  margin-top: 30px; }
  footer .container {
    display: flex;
    justify-content: space-between; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer a {
    color: #281d15;
    font-size: 0.8em; }

a.nav-link {
  color: #281d15;
  font-size: 1.2em; }

button.navbar-toggler {
  position: absolute;
  left: 0px;
  top: 10px;
  padding: 0px 5px; }

.navbar-toggler-icon {
  width: 1em; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px; }

a.carousel-control-prev, a.carousel-control-next {
  width: 5%; }

.carousel-item {
  transition: opacity 0.5s ease-in-out; }

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1580px; } }
@media (max-width: 1024px) {
  .menu-footer, .section1, .section2, .section3 {
    grid-template-columns: repeat(2, 1fr); }

  a.navbar-brand {
    width: 190px;
    background-size: contain;
    background-position: center; } }
@media (max-width: 992px) {
  a.navbar-brand {
    margin-left: 30px; }

  header a.btn {
    font-size: 0.8em; } }
@media (max-width: 600px) {
  .menu-footer, .section1, .section2, .section3 {
    grid-template-columns: 1fr;
    width: 100%; } }
@media (max-width: 500px) {
  a.navbar-brand {
    width: 140px;
    background-size: contain; }

  header a.btn {
    padding: 5px; }

  .justify-content-between {
    display: block !important; }

  footer a.navbar-brand {
    margin-left: 0px; } }
@media (max-width: 375px) {
  a.navbar-brand {
    width: 111px;
    background-size: contain;
    margin-left: 20px;
    background-position-x: -15px;
    margin-right: 0px; } }
</pre></body></html>