/* 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 {
    background-color: #bb0606;
}

.div-header-menu .container header .container {
    justify-content: center;
}

nav {
    background-color: #1a0e54;
    border: #000 2px solid;
}

.emailharvester {
    background-color: #bb0606;
}

footer {
	background-color: #1a0e54;
	border-top: #000 2px solid;
}

.contact main {
    padding-bottom: 500px;
}

.basket main {
    padding-bottom: 500px;
}
@media only screen and (min-width: 682px) {

	.home img.photo2 {
    	float: right;
    	max-width: 200px;
    	margin-right: 200px;
	}

	.home img.photo1 {
    	float: left;
    	max-width: 400px;
	}
}

@media only screen and (max-width: 682px) {
	.home img.photo1 {
		display: none;	
	}
}
