/*
Theme Name: Customizrclassic
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Iginio De Monti
*/
/* Your awesome customization starts here */
h1.entry-title {
color: #cc0000;
}
.site-title {
color: #cc0000;
}

/* START OF Adjust Sitewide Background & Text Color/Size */
footer#footer, .footer-widgets   {
  background: none repeat scroll 0 0 firebrick; /* Change pink */
}
/* END OF Adjust Sitewide Background & Text Color/Size */
/* START OF Change Customizr Background to Texture or Image  */
footer#footer .colophon {
/* Adjust the Image location 'wp-content/uploads/NAMEOFFILE.png' */
background:     url(/wp-content/uploads/NAMEOFFILE.png) repeat 0 0  ;
}
/* END OF Change Customizr Background to Texture or Image  */
footer#footer .colophon  p, footer#footer .colophon  a {
color:         white;
font-size:      1.5 em ;
text-align:     center;
line-height:    1.2em ;
}
.wp-caption .wp-caption-text, .tc-gallery-style .gallery-caption, .entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 1.0em;
    color: 
    #757575;
}