/*
 Theme Name:   ExPlane
 Description:  ExPlane theme (based on TwentyTwenty)
 Author:       Jeppe Bijker
 Author URI:   http://www.jeppebijker.nl
 Template:     twentytwenty
 Version:      1.0.0
 Text Domain:  twentytwentyexplane
*/

html, body {
  background-color: #FFFAF7;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", serif; }

.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
  font-family: "Times New Roman", serif;
}

.dark-background {
  background-color: #595959; }

.navigation-holder {
  margin-top: 20px; }

h1, h2, h3 {
  text-align: center;
  text-transform: uppercase; }
  h1h1, h2h1, h3h1 {
    font-size: 30pt; }
  h1h2, h2h2, h3h2 {
    font-size: 26pt; }
  h1 span, h1 em, h2 span, h2 em, h3 span, h3 em {
    display: inline;
    background-color: #FFFF00;
    font-style: normal; }


.entry-header {
  display: none; }

.title-container {
  background-color: #fff;
  padding: 50px 0;
  text-align: center; }
  .title-container h1 {
    font-size: 24pt; }

.ui.menu {
  padding-top: 20px; }
  .ui.menu a {
    font-size: 14pt; }

.ui.section {
  margin: 40px 0;
  padding: 40px 0; }
  .ui.section.blue {
    background-color: #4472C4;
    color: #fff; }

.huge-image {
  position: relative;
  color: #fff; }
  .huge-image .titles {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 60%;
    text-align: right; }
  .huge-image h1, .huge-image h2 {
    background-color: #4472C4;
    text-align: right;
    display: inline; }
  .huge-image h1 {
    font-size: 22pt; }
  .huge-image h2 {
    font-size: 18pt;
    color: #FFFF00;
    display: inline; }

.wp-block-group {
  max-width: 800px !important; }

.primary-menu .menu-item a {
  text-decoration: none !important;
  color: #333 !important;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 12pt;
  text-transform: uppercase; }
  .primary-menu .menu-item a:hover {
    background-color: #eee; }
  .primary-menu .menu-item a:active {
    background-color: #ddd; }


.primary-menu .menu-item.current-menu-item a {
  color: #4472C4 !important; }

.toggle.nav-toggle .toggle-inner .toggle-text {
  display: none; }

.powered-by-wordpress {
  line-height: 23pt;
  font-size: 10pt; }
