/*
 Theme Name:   Portal Estates HOA
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Portal Estates Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     minamaze
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Aspen
*/

h4 {
	font-weight: bold;
}

p {
	font-size: 125%;
	color: black;
}

a,
a:visited {
	color: #777777;
}

.custom-header img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	.row {
		margin-left: -15px;
	}

	.myrow {
		margin-left: 15px;
	}
}