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

header, main{
	background-color: #ffffdd;
}
.photoBottom{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
#homeContainer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.mainNav li a:hover{
	background-color: #ffffff;
	color: #000000;
}
@media only screen and (max-width:700px){
  .header-contact{display:none;}
}
.shopItems .container .shopitem, .shopsummary .container-wrapper{
	border: 1px solid #000000;
}