/* Summer colors */

.bg-base {
/*  background: linear-gradient(180deg, rgba(204,204,255,1) 0%, rgba(240,240,255,1) 100%);*/
  background: no-repeat top #f0f0ff url("../images/sunlight.jpg");
  background-size: 100%;
}

.bg-trans {
  background-color: rgba(255,255,255,0.8);
}

.text-mgd {
  color: #40A4FF;
}

.text-seasonal {
  color: #40A4FF;
}

.mgd-logo {
  width: 80%;
}

.mgd-footer {
  background: #ccc;
  color: #333;
}

.mgd-footer a:link, .mgd-footer a:visited {
  color: #006;
}

.mgd-panel-1 {
  background: #40A4FF;
  color: white;
}

.mgd-panel-2 {
  background: #333;
  color: white;
}

/* Falling snowflakes animation */
@keyframes falling-itemfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(var(--left-end), 900px, 0) rotate(0deg);
  }
}

.falling-item::after {
  color: white;
  content: "\2744";
}
