/**
 * Theme Name: Duet Child
 * Theme URI: http://thethemefoundry.com/duet/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com
 * Description: A dashing responsive two-column newspaper-style theme designed to highlight long-format writing.
 * Version: 1.0
 * Template: duet
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: responsive-width, two-column, typography, writing
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* Your changes go here */

h3 {
  color: #BC141A;
}
h3 a:link, h3 a:visited {
  color: #BC141A;
}
::-moz-selection {
  background: #BC141A;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #BC141A;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #BC141A;
  color: #fff;
  text-shadow: none;
}
a:link, a:visited {
  color: #BC141A;
}
a:hover {
  color: #515151;
}

blockquote {
  border-left: 3px solid #BC141A;
}