/* color */
body.askme {
	background: rgba(237, 244, 7, .01);
}

.askme a:focus {
	outline-color: #edea07;
}


.askme .toggleBtn[aria-pressed='false'] {
	color: #edea07;
}

.askme h1,
.askme h2,
.askme h3,
.askme h4,
.askme h5,
.askme h6 {
	color: #edea07;
}

.askme h3 {
	text-shadow: 0px 1px 0px #eee;
	font-weight: 600;
}

.contactImg {
  float: left;
  max-width: 20em;
  margin-right: 2em;
}

@media only screen and (min-width: 569px) and (max-width: 909px), (max-width: 484px) {
	.contactImg {
		float: none;
		max-width: none;
		width: 100%;
	}
	.contactImgContainer {
		overflow: hidden;
		height: 50vh;
	}
}