/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: Lex Schepens
Author URL: https://ebtkartparts.com
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */


/*Titel pagina:*/
h1, .heading-size-1 {
	font-size: 2.3rem;
    font-weight: 650;
    line-height: 0.9;
	text-align:center;
	color:linen !important;
}

.header-titles-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0.2rem 1rem;
    text-align: center;

}

.singular .entry-header {
    background-color: #0E5E60;
    padding: 8px 10px;
	opacity:0.65;
			
}
.site-description {
    margin-top: 0.2rem;
    font-size: 1.8rem;
    font-weight: 400;
	font-style: italic;

    letter-spacing: -0.006em;
    transition: all 0.15s linear;

}
.post-inner {
		padding-top: .1rem;
}
.header-inner {

    max-width: 168rem;
    /* padding: 3.15rem 0; */
	padding:4px 8px;
	margin:1px;
	vertical-align: top !important;

}
.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 3rem);

}
.entry-content p, .entry-content li {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
    line-height: 1.3;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #eee;
    border-radius: 6px;
    border-style: solid;
    border-width: 0.10rem;
	border-color:#999;
    box-shadow: none;
    display: block;
    font-size: 1.4rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 0.7rem 1rem;
    width: 100%;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {

	border-radius: 6px;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}
@media (min-width: 700px)
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 1.2rem;
}
.footer-top, .footer-widgets-outer-wrapper, #site-footer {
    padding: 1.2rem 0;
}
