/* ------------------------------------------------------------------
Project: Pat's Website (Semantic)
Place here your custom CSS styles
------------------------------------------------------------------ */

@media only screen and (max-width: 600px) {
  img .abouticons {
	  max-width: 30%;
  	  height: auto;
	}
}

.quote {
	font-size: 40pt;
	background-color: lightgrey;
	position: relative;
	margin: 30px 0 30px;
	letter-spacing: 0.15em;
	color: #000;
}

.affiliate {
	padding: 50px 0px;
}

.aboutdivider {
	margin-top: 15px;
}
.bottomspace {
	margin-bottom: 25px;
}