/*
Theme Name:   Twenty Twenty Tp-web Child
Theme URI:    
Description:  
Author:       Jonas Therp-Pedersen
Author URI:   https://www.tp-web.dk
Template:     twentytwentytpweb
Version:      1.0.0
Tags:         blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Text Domain:  twenty-twenty-tp-web-child
*/

body {
	background-color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: 14px;
}


.footer-nav-widgets-wrapper, #site-footer {
    background-color: rgb(0, 0, 0);
}

#site-header {
    background-color: rgb(255, 255, 255);
}

#site-footer {
    background-color: rgb(0, 0, 0);
}

.primary-menu li {
	font-size: 25px;
	font-weight: bold;
	font-family: Arial;
	color: rgb(255, 0, 0);
}

.footer-credits li {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	color: rgb(255, 0, 0);
}

.entry-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: rgb(0, 0, 0);
	max-width: 1000px;
}
@media (min-width: 700px){
.entry-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: rgb(0, 0, 0);
	max-width: 1000px;
}
}
.singular .entry-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: rgb(0, 0, 0);
	max-width: 1000px;
}
@media (min-width: 700px) {
.singular .entry-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: rgb(0, 0, 0);
	max-width: 1000px;
}
}

.entry-header-inner {
	margin: 0px;
}

.entry-content {
	background-color: rgb(255, 255, 255) !important;
}


.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 900px;
}

.header-inner {
    max-width: 1000px;
}

a {
	color: rgb(255, 0, 0) !important;
	text-decoration: none !important;
}

li a {
	color: rgb(255, 0, 0) !important;
	text-decoration: none !important;
}

p a {
	color: rgb(255, 0, 0) !important;
	text-decoration: none !important;
}

a:hover {
	color: rgb(255, 255, 0) !important;
	text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(255, 255, 255);
}

.menu-modal-inner {
    background: rgb(255, 0, 0);
}

.footer-copyright {
	color: rgb(255, 255, 255) !important;
	text-decoration: none !important;
}