@charset "utf-8";
/* CSS Document */

.category-item{padding:20px;}



a.product
{text-decoration:none;
font-size:0.8em;
color:#a80f12;}

a.product:hover{
	font-size:0.8em;
	color:#1f3662;
    opacity: 0.5;
}

a.product img:hover  {
    opacity: 0.5;	
}

h1.landhead {
    font-weight: 100;
    font-style: normal;
    letter-spacing: -1px;
    color: #a80f12;
    padding-bottom: 0;
    margin-top: 0;
	font-size: 1.7em;
  
}

.text-mid {text-align:center;}


@media(min-width:992px)
{
.text-lft {text-align:left;}	

}

@media(min-width:778px){
h1.landhead {
    font-weight: 100;
    font-style: normal;
    letter-spacing: -1px;
    color: #a80f12;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 2.5em;
}
    

}