/*
Theme Name: Formed Management Theme
Author: Formed Creative
Description: Basic theme for Formed management website
Version: 1.0
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

body {
	background: black;
	color: white;
}

h1 {
	padding-top: 2rem;
}

body.small h1 {
	padding-top: 0;
}

footer {
	color: #888888;
}

article {
	padding-top: 3rem;
}

article a {
	color: white;
    text-decoration: underline;
    font-weight: 600;
}

article a:hover {
	color: white;
    text-decoration: underline;
    font-weight: 600;
}

nav {
	padding-top: 2rem;
}

.breadcrumbs li, .breadcrumbs li a {
	color: white;
}