/* ========== fuchsia kleur is: #ff00ff =========== */
body {
	color:black;
}
body.custom-background {
    background-image: url(https://www.colourmove.nl/wordpress/wp-content/uploads/2021/01/achtergrond-02-1.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*========= Posts container ===========*/
article, .storefront-product-section, .right-sidebar .widget-area, div#primary {
    margin-bottom: 1.618em;
    background-color: white;
    padding: 15px;
} 
/*========= tekstvak homepage ===========*/
.page-template-template-homepage .entry-content {
    height: auto;
    background: #fff; /* For browsers that do not support gradients */
	/*
	    background: linear-gradient(to right, #ff00ff, #95C11F, #FCEA10, #36A9E1); /* Standard syntax (must be last) */
border-style: solid;
    border-color: #ff00ff #95C11F #FCEA10 #36A9E1;
padding:10px;
}
#content a {
	text-decoration:underline;
}
a:hover{
	color: #ff00ff;
}
/*======= buttons ========*/
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
	background: #ff00ff;
}
h1, h2, h3, h4, h5, h6, .widget .widget-title {
    color: #ff00ff;
}
/*======== aantal =======*/
.quantity .qty {
    display:none;
}
/*======= Slider ========*/
div#n2-ss-2 .n2-ss-img-wrapper, #eu-cookie-law {
    display: none;
}
.storefront-product-section:last-child {
    display: none;
}

.sto
.site-footer {
    background-color: #f0f0f0;
    color: #6d6d6d;
	background-repeat: repeat-x, repeat;
	    border-top: 100px solid transparent;
    padding: 15px;
    -webkit-border-image: url(https://colourmove.nl/wordpress/wp-content/uploads/2018/02/kleurverloop-site-04-04.jpg) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(https://colourmove.nl/wordpress/wp-content/uploads/2018/02/kleurverloop-site-04-04.jpg) 30 round; /* Opera 11-12.1 */
    border-image: url(https://colourmove.nl/wordpress/wp-content/uploads/2018/02/kleurverloop-site-04-04.jpg) 30 round;
}

/*====== navigatie ======*/

/*========= breadcrumb home ======*/
.page-template-template-homepage .entry-header h1 {
    display: none;
}
.main-navigation div.menu, .woocommerce-active .site-header .site-header-cart {
    display: none;
}
.woocommerce-active .site-branding {
    float: left;
    margin-top: -25px;
}
.site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

/*======= Min width 768 px =======*/
@media (min-width: 768px) {
.page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area, .right-sidebar .content-area, .right-sidebar .widget-area  {
    margin-top: 5em;
}
.secondary-navigation .menu {
    font-size: 1em;
}
	.footer-widgets {
    padding-top: 6.5em;
}
	
} /*======= EINDE Min width 768 px =======*/

/*======= Min width 768 px =======*/
@media (max-width: 767px) {
	.site-header {
    position: relative;
}
		h1{
		font-size: 2.4em;
	}
	
}