@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;
}

.font-heading {
  font-family: "Playfair Display", serif;
}
.font-body {
  font-family: "Source Sans 3",sans-serif;
}

.play-font  {
   font-family: "Playfair Display", serif;
}

.gold-underline {
  position: relative;
}
.gold-underline:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #da932f;
  border-radius: 2px;
}
.hero-section{
  padding-left:0px;
  padding-right:0px;
}
.editorial-board-classname .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.editorial-board-classname .row{
  width:100%;
  margin:auto;
}

.boardTitle{
  margin-top: 0px;
}

.cursor-pointer{
  cursor: pointer;
}

.honor-grid:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
            0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.full-height-box{
  height: -webkit-fill-available;
}

.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;
}
