/*
Theme Name: Abe
description: Clean modern full width theme built from understrap. Requires Advanced Custom Fields plugin.
Author: Miles Miller
Author URI: https://marketersformovers.com
Template: understrap
Version: 1.0.0
*/


.dropcap {
    /*font-family: 'Oswald';*/
    position: relative;
    left: -3px;
    float: left;
    font-size: 40px;
    line-height: 50px;
}

.PQ-left {
    float: left;
    margin: 8px 13px 8px 0;
}

.PQ-right {
    float: right;
    margin: 8px 0 8px 13px;
}

.PQ-right, .PQ-left {
    background-color: rgba(177, 56, 39, 0.69);
    font-size: 22px;
    line-height: normal;
    padding: 13px;
    width: 250px;
    border: 1px solid #7a261a;
    border-radius: 3px;
    text-shadow: 2px 2px #7a261a;
    font-family: 'Times';
    color: #fff;
    font-weight: 600;
    text-align: left;
    display:block;
}
@media screen and (max-width:521px){
	.PQ-right, .PQ-left {
		float:none;
		margin:8px auto;
	}
}


