/*
You can add your own CSS here.

Click the help icon above to learn more.

Use this field to test small chunks of CSS code. For important CSS customizations, it is recommended to modify the style.css file of a child theme.
http//codex.wordpress.org/Child_Themes
*/

/* START OF Change Customizr HEADER Background to Texture or Image  */
header.tc-header {
/* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
background:     url(/wp-content/uploads/2018/04/GardenTransFooterHeader.jpg) repeat 0;
}
/* END OF Change Customizr header Background to Texture or Image  */




/* START OF Change Customizr Header Background to Texture or Image  */
header.tc-header {
/* Adjust the (red) background color */
background-color: solid green;
/* Adjust the border (top/bottom + left/right) style/color */                       
border:         10px 10px solid red;
/* Adjust the (red) top border style/color */     
border-top:     1px solid green;
/* Adjust the (green) bottom border style/color */              
border-bottom:  0px solid green;             
}
/* END OF Change Customizr header Background to Texture or Image  */


/*full fixed background image or colour */
html { 
	background-color: rgba(0, 999,120, .3 );
 /* background: url(wp-content/uploads/2018/04/grass-1278x956.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
/*end full fixed background image or colour */



/* START OF Change Customizr body Background to Texture or Image  */
body {
/* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
background:     url()  repeat 0;
}
/* Set the color (#FAFAFA) of the internal body */
#main-wrapper {
background-color: #009944;
}
/* END OF Change Customizr body Background to Texture or Image  */



/* START OF Change Customizr Background footer to Texture or Image  */
footer#footer .colophon {
/* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
background:     url(wp-content/uploads/2018/04/GardenTransFooterHeader.jpg) repeat  0;
}
/* END OF Change Customizr Background footer to Texture or Image  */
 


/*Sticky header Remove Transparency Add a border */
.sticky-enabled .tc-header {
	background: none repeat scroll 0 0 rgba(0, 7, 0, 0.32);
	border-bottom: 2px solid green;	/* Adjust border|border-top|border-right|border-left & settings */
}



/* START OF Change the Footer Widget Area */
/* Adjust colors as needed */
.footer-widgets {
background:     none repeat scroll 0 0 rgba(100, 100, 1, .7);
color:  #000000 !important;
padding-top:    10px ;
	padding-right:    30% ;
	padding-left:    14% ;
}
/* END OF Change the Footer Widget Area */




/* START OF Change the Footer Widget Area */
/* Center the widget text areas */
footer#footer       {
text-align:     center ;
}
 
/* Or left-center-right the widget text areas */
/*
#footer_one {
text-align:     left ;
}
#footer_two {
text-align:     center ;
}
#footer_three {
text-align:     right ;
}
*/
/* END OF Change the Footer Widget Area */
