/*site background color and tile*/
#main-container {
background: url('https://wlpoa.ca/wp-content/uploads/2022/08/White-Lake-Tile-v1.jpg');
background-color: #ffffff;
}
#header {
	background: url('https://wlpoa.ca/wp-content/uploads/2022/08/White-Lake-Tile-v1.jpg') !important;
background-color: #ffffff;
}
/*site logo - remove border on click*/
.site-branding img, .site-logo-container img, .site-logo-container picture {
	outline: none !important;
}
/*menu styling - remove border on click*/
.ct-menu-link {
  outline: none !important;
}
nav[class*="menu"] li a:hover {
text-decoration: underline;
}
/*outline highlight styling - single pixel blue outline used to frame main content blocks*/
.outline-highlight {
padding: 2% !important;
border: 1px solid #0071B9 !important;
background-color: #ffffff !important;
}

/*hide homepage title*/
.home .entry-header .page-title {
	display: none !important;
}
/*form fields - background color*/
.textwidget .contact-form input[type="text"], .textwidget .contact-form input[type="email"], .textwidget .contact-form input[type="tel"], .textwidget .contact-form input[type="url"], .textwidget .contact-form textarea, .wp-block-column .contact-form input[type="text"], .wp-block-column .contact-form input[type="email"], .wp-block-column .contact-form input[type="tel"], .wp-block-column .contact-form input[type="url"], .wp-block-column .contact-form textarea {
	background: #ffffff;
}
/*block buttons - styling*/
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  background: #0071B9 !important;	
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  background: #0071B9 !important;	
}

/*contact form button*/
div:not(.is-style-outline) > .wp-block-button__link {
background: #0071B9 !important;	
}
div:not(.is-style-outline) > .wp-block-button__link:hover {
	text-decoration: underline;
}
/*contact page columns - pale blue, add padding to sides*/
.contact-page-column {
	padding: 2%;
}

/*body text link color*/
.entry-content p > a {
	color: #3ba015;
	text-decoration: none !important;
}
.entry-content p > a:hover {
	color: #318cdd !important;
	text-decoration: underline !important;
}

/*footer styling*/
.ct-footer h4, .ct-footer p, .ct-footer li {
	color: #ffffff;
	}
.ct-footer a, .ct-footer li a {
	color: #b8ea8b;
	font-weight: 700;
}
.ct-footer a:hover {
	text-decoration: underline;
	
}
