/* Nav menu */

.site-branding {
  width: 310px;
}
.site-branding.dark, .site-branding-mobile.dark {
  background: #0cafb7 !important;
}
.site-branding a, .site-branding a span, .site-branding h3, .site-branding p {
    color: #fff !important;
}
a:hover, a span:hover{
  color:#666 !important;
}
#sc_logo{
  max-width: 3.5em;
}

/* Background image settings */

body{
  min-height: 100vh;
  height: fit-content;
}

#content, .site-footer, article {
  background: transparent;
  border: none;
}
.site-content-wrapper {
    background: transparent;
}
.post-title, .byblos-underline {
  display: none;
}