/* Custom Variables */
/* Topics Styles */
.topics {
  margin-top: 20px;
}

.topics-border-top:not(:first-child) {
  border-top: 1px solid lightblue;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

/* card Styles */
.img-full-height {
  object-fit: cover;
  height: 250px;
}
@media (max-width: 768px) {
  .img-full-height {
    height: 150px;
  }
}

.menu-box {
  background-size: auto auto;
  background-color: rgb(80, 186, 219);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
}

.blog-box {
  background-size: auto auto;
  background-color: rgb(235, 177, 4);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
}/*# sourceMappingURL=top.css.map */