/* font color 
    
    #2f2f2f;; /* grey * / 
    #2c93bc; /* blue * /
    */

#main { color: purple; }

.gray { background: #dedede !important; }

html, body ,
#header { color: purple; }

#footer * { color: white !important;}

#page {
color: inherit;
}

h2,h3,h4,h5,h6 {
	color: purple;
}

/* Backgrounds */


#page {
background: transparent;    
}

@media only screen and (min-width: 1200px) {
#header {
background: transparent url('assets/pink-header.png') repeat; 
background-size: 100% 100%;
border:  none;       
}
}
	
#header, body {
background: white url('assets/pink-header.png') repeat; 
background-size: 100% 100%;
border:  none;       
	}


#header > #page {
background: transparent !important;
}
 /* end */

#logo {
background: inherit;
}

#nav {
background: inherit; 
color: white; 
}

#nav li a {
background: transparent;    
color: white;   
}

#nav li a:hover {
    color: #2c93bc; /* blue */
}

#gallery {
background: transparent; 
}

#gallery h1 {
	color:white;
}

#main, #front {
background: white;
}

.starglitter {
    background: white url('assets/star-glitter.png') no-repeat !important;
}

.pink {
    background: #d36fce !important;
    color: white;
}

.roses {
    background: white url('../../files/2020/09/rose-background.jpg') no-repeat !important;
    display: block;
    padding-top: 5%;    padding-bottom: 5%;
}

.roses > #page {
    background: white;
    width: 90%;
    padding: 2%;
    margin-top: 5%;    margin-bottom: 5%;
    display: block;
    border: 1px solid gray !important;

}

.roses #page div {
    border: none !important;
}

.section_banner {
color:  white;
}

.boards {
	width: 100%;
		padding-top: 5% !important;
		padding-bottom: 5% !important;
		background: transparent url('https://thesparkleshed.co.uk/wp-content/files/2020/07/wedding-styling-background.jpg') repeat !important;
	}
	
	.boards #page {
		background:white !important;
		border: 1px solid gray;
	}

#halfblock {
background: inherit;
}

#thirdblock {
    background: inherit;
}

#footer {
    background: #2f2f2f; /* gray */
}


