/*
 Theme Name:   Muriels Theme
 Theme URI:
 Description:
 Author:       admin
 Author URI:   https://neu.murielschaedeli.ch
 Template:     twentytwenty
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a, .footer-copyright a {
  color: #555;
}


.entry-title {
	display: none;
}

@media (min-width: 700px) {
.post-inner {
  padding-top: 2rem;
	}
}

/* * * *
* COLOR *
* * * */

body {
  background: #f0f8fc;
}

#site-header {
  background: none;
}

.singular .entry-header {
  background: none;
}

.footer-nav-widgets-wrapper, #site-footer {
  background: none;
}



/* * * *
* FONT *
* * * */

h1, .heading-size-1, h2, .heading-size-2 {
  font-weight: 700;
  letter-spacing: normal;
}

.entry-content {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  Font-weight: 200;
  letter-spacing: normal;
}

.site-title {
  letter-spacing: normal;
  color: #000 !important;
}

.site-description {
  Font-weight: 200;
  letter-spacing: normal;
  color: #000 !important;
}




/* * * * *
* LAYOUT *
* * * * */


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 108rem;
}


header .section-inner {
  margin-left: 0;
  margin-right: 0;
}


.has-text-align-center {
  text-align: left;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 108rem;
}


@media (min-width: 700px) {
.singular .entry-header {
  padding: .8rem 0;
  max-width: 108rem;
  margin: 0 auto;
}
}

@media (min-width: 1000px) {
  #site-header {
  z-index: 2;
  max-width: 108rem;
  margin: 0 auto;
}
}
