* {
  font-family: 'Josefin Sans' !important;
}

body {
letter-spacing: -0.3px;
background-color: #f7f1e1;
color: rgb(34, 41, 57);
}

h1, h2, h3, h4, h5, h6 {
color: rgb(34, 41, 57) !important;
}

a {
color: #2c689c !important;
}

figcaption {
  font-style: italic;
}

span.divider {
  background-color: grey;
}

#wrapper {
  background: #eae0c1;
  box-shadow: gray 0 0 5px;
}

.archive_categories {
  display: flex;
  gap: 20px;
}

.home-subtitle {
  font-style: italic;
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: dashed 1px grey;
}

.home-subtitle > p {
  line-height: 1.5;
}

.dates {
  color: #555555;
}

.site-title {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.site-image {
  margin: 0 !important;
}

.main-nav {
color: white !important;
background-color: #123b4f !important;
display:flex;
align-items: center;
justify-content: space-between;
padding: 12px !important;
}

.main-nav a {
  color: white !important;
  box-shadow: none !important;
  font-size: 1.05rem !important;
}

.main-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
    .main-nav {
      flex-direction: column;
      gap: 10px;
    }
  .site-menus {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
    align-items: center;
  }
}