/*
Theme Name: prideDD
Description: Adaptation of blankslate theme for Queer Pride Dresden.
Tags: accessibility-ready, custom-menu, translation-ready
Version: 2024.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: pridedd

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html, body {
	font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.6;
}

#header {
	width: 100%;
  	padding: 0.2rem 0 2rem;
	margin-bottom: 2rem;
  	background: linear-gradient(0deg, #64BFB5 -15%, #C7E5E2 80%);
}

#header a {
	text-decoration: underline;
	text-decoration-thickness: 3px;
}

#site-title {
	display: flex;
	align-items: center;
	column-gap: 1em;
	padding-top: 0.7em;
	font-size: 30px;
}

#site-title img {
	max-height: 4em;
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	flex: 200px;
	list-style: none;
	padding: 0;
	column-gap: 1.5rem;
}

header nav ul a {
	font-weight: bold;
	color: black;
}

/* Text alignment */
#branding, nav, main, footer, aside, hr {
	width: 85%;
 	margin-left: auto;
  	margin-right: auto;
  	max-width: 650px;
}

time {
    font-variant-numeric: tabular-nums;
}

main {
	hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
	hyphens: none;
}


/* Article contents */
blockquote {
	border-left: 3px solid #ccc;
	padding-left: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

/* Select box */
select {
	border: 3px solid black;
    padding: 10px 30px 10px 10px;
	appearance: none;
    font-size: 20px;
}

select:focus {
	outline-offset: 2px;
	outline: 2px dotted black;
}

/* Footer */

footer nav {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex: 150px;
	column-gap: 3rem;
	align-items: end;
}

#socials-list {
	list-style-type: none;
	list-style-position: inside;
}

footer div ul.menu {
	list-style: none;
}

hr {
	width: auto;
}

aside {
	display: block flow-root;
}

aside ul {
	list-style: none;
	padding: 0;
}

footer ul {
	padding: 0;
}

footer a {
	font-weight: bold;
	color: black;
	text-decoration: underline;
	text-decoration-thickness: 3px;
}
