/*
 Theme Name:   Twenty Twenty Nananana Child
 Theme URI:    https://nananana.de
 Description:  Twenty Twenty Child Theme for nananana.de
 Author:       Benjamin Geese
 Author URI:   https://benjamingeese.de
 Template:     twentytwenty
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/
.header-titles {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-titles > :not(:last-child) {
	margin-right: 1em; 
}

.header-inner {
	padding: 2.15rem 0;
}

.site-title a {
	display: inline-block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	padding: 20px 5px;
	border: 3px solid #333;
	font-size: 24px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: lowercase;
	color: #000 !important;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.site-title a:hover {
	color: #fff !important;
	background-color: #000;
    opacity: 1;
    text-decoration: none;
}

/* Customize Font Size */
h1,
.heading-size-1 {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 2.8rem;
}

h3,
.heading-size-3 {
	font-size: 2.4rem;
}

h4,
.heading-size-4 {
	font-size: 2.1rem;
}

h5,
.heading-size-5 {
	font-size: 1.6rem;
}

h6,
.heading-size-6 {
	font-size: 1.2rem;
}

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

	h2,
	.heading-size-2 {
		font-size: 3.2rem;
	}

	h3,
	.heading-size-3 {
		font-size: 2.8rem;
	}

	h4,
	.heading-size-4 {
		font-size: 2.4rem;
	}

	h5,
	.heading-size-5 {
		font-size: 2.1rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.6rem;
	}
}

@media ( min-width: 1220px ) {
	h1, .heading-size-1 {
		font-size: 3.6rem;
	}
}


/* Customize */
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 64rem;
	width: calc(100% - 4rem);
}