﻿.navbar-brand.white img {
    position: relative;
    top: -21px;
    max-height: 80px !important;
}

.tp-caption.big-heading.sft.start {
    text-shadow: black 3px 6px 14px;
}

.tp-caption.sub-heading.sft.start {
    text-shadow: black 3px 6px 14px;
}

#subheader h1, #subheader-commerce h1 {
    text-shadow: black 3px 3px 2px;
}

a.btn.btn-primary {
    color: white;
}

#brand {
    margin-top: 80px;
}



    #brand img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
    }



        #brand img:hover {
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: none;
            filter: none;
        }


