/*
 * red-wing-shoes.css
 * ---------------------------------------------------------------------------
 * Red Wing Shoes micro-site styling
 * ---------------------------------------------------------------------------
 * Styles are applied to the Boot Repair Co. micro-site template.   
 * Use this stylesheet to quickly create a custom branded theme. 
 *
 */


/* ---------------------------------------------------------------------------
   BRAND STYLES
   --------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

h1, h2, h3 { color: #000; } 

::-moz-selection {
    background: #d2cfc5;
    text-shadow: none;
}

::selection {
    background: #d2cfc5;
    text-shadow: none;
}

.button{ 
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	color: #fff;  
	background-color: #cf0a2c;
	box-shadow: 0 1px 2px #aa0f31; 
}
.button:hover { 
	background-color: #ee263e;
	box-shadow: 0 1px 2px #df2c45; 
}

.banner-img {
	background-color: #666;
	background: url("../img/red-wing/hero-banner.jpg") center center no-repeat;
}
.banner-bg {
	background-color: #cf0a2c;
}
.hero-h1 { color: #000; }
.hero-h1 span { color: #cf0a2c; }
.hero-txt p { color: #fff; }
.hero-txt p span { color: #000; }
.info-txt p { color: #000; }
.info-txt a { color: #fff; }

.featured { background-color: #f8f7f3; }

.footer-end { background-color: #f8f7f3; }
.footer-end a { color: #cf0a2c; }
.footer-end a:hover { color: #cf0a2c; }

.more-info-header:hover { color: #cf0a2c;}

/* ---------------------------------------------------------------------------
   MEDIA QUERIES
   --------------------------------------------------------------------------- */

@media only screen and (min-width: 960px){
	.hero-txt p span { color: /*#cf0a2c*/ #ee263e; text-shadow: 0.5px 0.5px 10px #000; }
}