/* Enter Your Custom CSS Here */

.text-logo #logo {
    color: #fff !important;
}

#Subheader .title {     
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 
}

@media only screen and (max-width:420px) {
	body.home h2 { font-size: 1.8em!important; line-height: 1em!important; }
}