h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
}

body, p {
    font-family: 'Inter', sans-serif;
}



/* DESKTOP: Center navigation menu */
@media (min-width: 769px) {
  .navigation.block {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #site-navigation.main-navigation {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .menu-1-container {
    width: 100%;
  }

  .menu-1-container .nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}




/* Eliminate nav gap */
.main-navigation ul ul {
  top: 98%; /* Pulls the dropdown up slightly to overlap */
  margin-top: 0;
}

.main-navigation li:hover > ul {
  display: block;
}



	
	




/* home icon remove */
.main-navigation .menu-item-home i.fa-home {
    display: none !important;
}

/* spacing under nav */
.navigation-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}


/* nav size */
.main-navigation ul li a {
    padding: 10px 8px;
    font-size: 12px;
}

.navigation-bar li {
    margin: 0 2px;
}

/* padding around logo */
.site-header {
  padding: 15px !important;
  margin: 0 !important;
}

.site-description {
  font-family: Libre Franklin, sans-serif;
  text-transform: none;
}

/* article center */
#primary.content-area {
  float: none !important;
  width: 100% !important;
}

/* article size */
#primary.content-area > * {
  max-width: 810px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box;
}





.entry-title, .page-title {
  text-align: center !important;
  font-size: 3em !important;
  font-style: italic !important;
}

body.page-id-70212 {
    background: #fff !important;
    min-width: 100vw !important;
    overflow-x: visible !important;
}

























/* Replace highlight color 
span[style*="background-color:#ffff00"] {
  background-color: #f6e8c9 !important; 
}
*/



.tablepress { overflow-x: auto; } /* Enables horizontal scrolling */
table.tablepress th { background-color: #0D1B2A; color: #F0E8D9; font-weight: bold; }
table.tablepress td { border: 1px solid #D9CBB0; padding: 8px; }
table.tablepress .column-3 { color: #D77A61; } /* Planck Length in Coral */
table.tablepress .row-73 { color: #E0B054; font-weight: bold; } /* Notation 202 in Gold */
table.tablepress td, table.tablepress th { font-size: 12pt; } /* Increase font for readability */