/*
Theme Name: Customizr Child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

body {
  background: none repeat scroll 0 0 #cc9966;
  color: #002C76 ;
  padding-bottom: 0;
}
.round-div {
border-color:   #002C76;
}
.widget-front .round-div {
border: 104px solid #b22235;
}
header.tc-header {
min-height: 45px;
background: #b22235;
border-bottom: 10px solid #b22235;
border-top: 5px solid #b22235;
}