/**
 * Theme Name:     Blocksy Child
 * Author:         CreativeThemes
 * Template:       blocksy
 * Text Domain:	   blocksy-child
 * Description:    Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
 */

#main {
	background-color: var(--theme-custom-background);
}

.stk-block .stk-button.stk--hover-effect-darken:hover, .ct-button:hover {
	filter: brightness(1.18);
}

:root {
	--theme-palette-color-1: #dbe7f3;
	--theme-palette-color-2: #ffffff;
	--theme-palette-color-3: #fff4ec;
	--theme-palette-color-4: #121922;
	--theme-palette-color-5: #1f3d5d;
	--theme-palette-color-6: #192a3e;
	--theme-palette-color-7: #192a3e;
	--theme-palette-color-8: #ffffff;
	--theme-custom-background: #FFFFFF;
	
	--theme-headings-color: #475663;
	--theme-text-color: #121922; /*334155*/
	--theme-border-bottom: black;
	--theme-link-active-color: var(--theme-palette-color-5);
	--theme-link-initial-color: var(--theme-palette-color-5);
	--theme-button-background-initial-color: #E87822;
	--theme-button-background-hover-color: #E87822;
	/* https://colorffy.com/color-scheme-generator?color=2292e8 */
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
	--theme-border-bottom: #FFF4EC;
}
.ct-footer-copyright {
	--theme-text-color: #DBE7F3;
}

/* defineres på de enkelte sidene */
.section1 {
	background-color: var(--theme-palette-color-1);
}

.section2 {
	background-color: var(--theme-palette-color-2);
}

.section3 {
	background-color: var(--theme-palette-color-1);
}

.section4 {
	background-color: var(--theme-palette-color-3);
}