/*
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
*/

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

.entry-header {
	background-color: rgb(245, 189, 189);
	padding: 4rem 0;
}
@media (min-width: 700px){
.entry-header {
	background-color: rgb(245, 189, 189);
	padding: 8rem 0;
}
}

.singular .entry-header {
	background-color: rgb(245, 189, 189);
	padding: 4rem 0;
}
@media (min-width: 700px) {
.singular .entry-header {
	background-color: rgb(245, 189, 189);
	padding: 8rem 0;
}
}

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

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

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

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