/*
Theme Name:   TwentyTwenty Child
Description:  A child theme containing custom blocks.
Author:       Luke Carbis
Author URL:   https://carb.is
Template:     twentytwenty
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import '../twentytwenty/style.css';

body {
	transition: opacity 1s;
}
@media only screen and (min-device-width : 768px) {
	body {
		overflow: hidden;
	}
}
#site-content {
	overflow: visible;
	user-select: none;
	-webkit-user-select: none;
}

.entry-content>.alignwide:not(.wp-block-group.has-background),
.entry-content>.alignfull:not(.wp-block-group.has-background) {
	margin-top: 1em !important;
}

.wp-block-column h2.sticky {
	background: #fff;
	margin: 0 0 0.5em 0 !important;
	padding: 4px 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	border-bottom: 3px solid #000;
}
