/*
Theme Name: NARO Security
Author: List&Sell team
Description: NARO Security Service GmbH - lightweight one-pager theme built with plain HTML, CSS and vanilla JavaScript. No frameworks, no build step.
Author URI: https://listandsell.de
Version: 1.0
Text Domain: naro-security
*/

/* The complete design lives in assets/css/naro-security.css.
   Use this file for project specific overrides only. */

/* Secondary WordPress views (page.php, single.php, search, archives) reuse the
   NARO header and footer. The header is absolutely positioned, so give their
   content room underneath it and keep the text readable on the dark body.
   The 404 page no longer uses #content - it has its own layout. */
#content {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 140px 30px 90px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #fff;
}

#content p,
#content li,
#content td,
#content th,
#content figcaption {
	color: rgba(255, 255, 255, .88);
}

#content a {
	color: var(--red);
}
