/*
Theme Name: customizr-buh
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */

header.tc-header {
    background:     url(/wp-content/uploads/mundsburg-in-herbst-ii.jpg) ;
    background-repeat: no-repeat;
    background-size: 100%;
}

div.navbar-inner {
    background-image: none;
    background-color: rgba(255,255,255,0.85);
}

#footer h3.widget-title {
    text-shadow: none;
    font-size: smaller;
    text-align: left;
}

.textwidget li::before
{
    content: '\203A';
    position: relative;
    left: -10px;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -ms-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
}