body {
    font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
    line-height: 1.2;
}
h1{ font-size: 1.875rem; }
h2{ font-size: 1.75rem; }
h3{ font-size: 1.35rem; }
h4{ font-size: 1.25rem; }
h5{ font-size: 1rem; }
h6{ font-size: 1rem; }


img.alignleft { 
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

span.grey {
    color: #766964;
}
/****************************************************************************
 * Links
 ****************************************************************************/
a, a:visited {
    color: inherit;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover, a:focus {
    color: #d5001c;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/****************************************************************************
 * Buttons
 ****************************************************************************/
.button, .button:visited {
    color: #FFFFFF;
    background-color: #DEB887;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
}
.button:hover, .button:focus {
    color: #FFFFFF;
    background-color: #d5001c;
}


/****************************************************************************
 * Blockquote
 ****************************************************************************/
blockquote {
    border: none; padding: 2rem 0;
    color: inherit;  max-width: 40rem;
    margin: 0 auto; position: relative;
    text-align: center;
}
blockquote:before {
    content: ''; position: absolute;
    left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto;
    width: 10rem; /*height: 0.125rem;
    background-color: currentColor; */
    height: auto; border-top: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    pointer-events: none;
}

blockquote p, blockquote p:last-child:first-child {
    color: inherit;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.35rem;
    line-height: 1.2;
}
blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p:last-child {
    font-size: 1rem;
}




@media screen and (min-width: 40em) {
    /****************************************************************************
     * Headlines
     ****************************************************************************/
    h1{ font-size: 2.5rem; }
    h2{ font-size: 2.25rem; }
    h3{ font-size: 1.6rem; }
    h4{ font-size: 1.4rem; }
    h5{ font-size: 1.1rem; }
    h6{ font-size: 1rem; }

    blockquote p, blockquote p:last-child:first-child  {font-size: 1.6rem;}
}

@media screen and (min-width: 64em) {
    /****************************************************************************
     * Headlines
     ****************************************************************************/
    h1{ font-size: 3.5rem; }
    h2{ font-size: 2.75rem; }
    h3{ font-size: 1.8rem; }
    h4{ font-size: 1.5rem; }
    h5{ font-size: 1.3rem; }
    h6{ font-size: 1.25rem; }
    
    blockquote p, blockquote p:last-child:first-child  {font-size: 1.8rem;}
}