/* You can change this file
This css is for anything related to colours of main divs

Paste the brand colours you've been given here: 
    
    #9c7301; /* gold * / 
    #353535; /* gray * /
    */
:root {
	--gray: #353535; /* var(--gray) */
	--header-background: white;
	--topnav-background: var(--gray);
	--topnav-color: white;
	--transparent-black: #00000070; /* var(--transparent-black) */
	--gold: #a58b36;
}
#main { color: var(--gray); }

.has-background .wp-block-button{
	background:white;
	color:#a58b36;
}

.wp-block-button{
	background:#a58b36;
	color:white;
}

html, body ,
 { color: var(--gray);
 background: white; 
 }

#page {
color: inherit;
}

/* Backgrounds */

#page {
background: inherit;    
}

#header {
background: white; 
background-size: 100% 100%; 
color: black;      
}

#header > #page {
background: transparent !important;
}

#logo {
background: inherit;
}

#nav {
background: transparent; 
color: black; 
}

#nav li a {
background: transparent;    
color: black;   
}

button {
   background: var(--gold);
   color: white;
}

#mobilenav a {
	color: black;
}

#mobilenav button {
	background: none;
}

#gallery p {
	  color: white;
}

#main {
background: white;
}

#halfblock {
background: inherit;
}

#thirdblock {
    background: inherit;
}

#advertisetext span{
	background:rgba(66,66,66,0.4);
	color:white;
}

#footer {
    background: white;
	color:black;
	border-top:5px solid black;
}

#footer li{
	border-right:1px solid white;
}

