/* =============================================
   Custom overrides for 2019 static archive (Divi)
   ============================================= */

/* --- GLOBAL FONT: Nunito everywhere --- */
body,
p,
h1, h2, h3, h4, h5, h6,
a,
li,
span,
div,
td, th,
input, textarea, select, button,
.et_pb_text,
.et_pb_module_header,
.et_pb_slide_description,
.et_pb_slide_title,
.et_pb_newsletter_description,
#main-footer,
#footer-widgets,
#footer-bottom,
.footer-widget,
.bottom-nav {
  font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif !important;
}

/* --- ARCHIVE NAV (above Divi fixed header) --- */
#archive-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
}

/* Push Divi fixed header down below archive nav */
.et_fixed_nav #main-header {
  top: 28px !important;
}

/* Extra padding for archive nav height */
.et_fixed_nav #page-container {
  padding-top: 28px !important;
}

/* --- FOOTER --- */
#main-footer {
  background-color: #1a1a2e !important;
}
#footer-bottom {
  background-color: #12121f !important;
}
