/* rename this and set CUSTOM_CSS_PATH accordingly */

:root {
  --main-color: #000000; /* Basiskleur, meestal zwart / donker */
  --color-title: #000000; /* Primaire klantkleur */
  --color-sec: #212121; /* Secundaire klantkleur*/
  --color-cta: #0ac152; /* primairy action color / approved / ok */
  --color-succes: #0ac152; /* primairy action color / approved / ok */
  --color-warn: #CC0000; /* error / warn */
}

@media only screen and (min-width: 900px) {
	
	.home .content-part.block-text {
		padding-right: 230px;
	}
}

@media only screen and (min-width: 900px) {
	.home .content-part.block-image {
    	max-width: 35%;
	}
}

header,main {
	background-color: #f9f8eb;
}

nav {
	background-color: #60712e;	
}

.home .content-part.block-text h2 {
	color: #60712e;	
}

ul.mainNav li a:hover {
    background-color: #718536;
}

.shop .container.shopsummary {
    border: 1px solid #c5bebe;
}

.shop .container.shopItems .shopitem {
    border: 1px solid #c5bebe;
}