/*
Theme Name: Bunkerbehoud
Description: Bunkerbehoud child theme gebaseerd op Twenty Twenty.
Author: Arthur van Beveren
Template: twentytwenty
Version: 1.0.0
*/

html {
  scroll-behavior: smooth;
}

.post-263 .entry-header.has-text-align-center.header-footer-group {
display: none;
}

h1, heading-size-1, h2.entry-title {font-size: 3.0rem;}

@media (min-width: 700px) {
        h1, heading-size-1, h2.entry-title { font-size: 2.2rem; }
}


h2, .heading-size-3 { font-size: 2.0rem; opacity:0.8; }

@media (min-width: 700px) {
        h2, .heading-size-3 { font-size: 2.2rem; }
}

.comment-reply-title {
    font-size: 2.6rem !important;
    line-height: 1.2;
    margin-bottom: 6rem;
}

/* Change the content width to be same as header/nav/footer's width */
.post-263 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
      width: 100%;
      max-width: 1240px;
    }

.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
	border: 2px solid;
}