@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "Outfit", sans-serif;
}
.play-font {
  font-family: "Playfair Display", serif;
}
.footer-background {
  background-image:linear-gradient(135deg, #194066 , #36597d);
  padding-left: 42px;
  padding-right: 42px;
}
.footer-background .footer-links:hover {
  color: #f9fafb;
}
h1.menu-journal-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
p.journal-abbr {
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0px !important;
}
@media (max-width: 768px) {
  h1.menu-journal-heading {
  font-size: 1.275rem;
  line-height: 1.25rem;
}
}
.banner-section>.container-fluid {
  padding:0px;
  overflow:hidden;
}

.order-section >.container-fluid {
  padding:0px;
  overflow:hidden;
}

.margin-0{
  margin:0px !important;
}