
.about-heading-container {
	position: relative;
}

.about-img-container {
	top: -25px;
	border-radius: 250px;
	width: 250px;
	height: 250px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	margin-bottom: -30px;
}

.about-img {
	width: 200px;
	position: absolute;
	top: 25px;
	left: 25px;
}

.amanda-name {
	color: #cdcdcd;
	margin: 10px 0 5px 0;
}

.amanda-title {
	color: #cdcdcd;
	font-weight: 400;
	margin: 0;
}

.amanda-social {
	margin-top: 10px;
}

.amanda-social-link {
	display: inline-block;
	margin: 0 4px;
}

.amanda-social-svg {
	width: 40px;
	height: 40px;
}

.amanda-social-dark {
	fill: #fff;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.amanda-social-light {
	fill: #fba099;/*0986a8;*/
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.amanda-social-svg:hover .amanda-social-dark {
	fill: #fba099;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.amanda-social-svg:hover .amanda-social-light {
	fill: #fff;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.about-body {
	width: 800px;
	margin: 20px auto 0 auto;
	padding-bottom: 25px;
}

.about-p {
	font-size: 18px;
	color: #999;
	text-align: justify;
	line-height: 30px;
}

.signature {
	text-align: left;
	padding: 10px 0 25px 0;
	font-weight: 400;
	font-size: 24px;
	color: #999;
}

.sewing-party {
	width: 50%;
	margin: 0 auto;
}

/*----- Responsive Styles -----*/

@media only screen and (max-width: 830px) {
	.about-body {
		width: 95%;
	}
}