footer{
	float: left;
	width: 100%;
	padding-top:1%;
	padding-bottom: 1%;
	margin-top: 50px;
	background-color: #5d1b56;
}
.footer-wrap{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fefefe;
}
.logo-img-yellow{
	width: 18%;
	float: left;
}
.text-about-member-content-wrap{
	width: 80%;
	float: right;
	display: flex;
	justify-content:space-around;
}
.about-me,.member,.content-me{
	width: 33%;
	display: inline-block;
}
.footer-title span{
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 45px;
}
.footer-title li{
	display: block;
	width: 100%;
	letter-spacing: 2px;
	line-height: 30px;
	font-size: 15px;
	margin-top: 0.5rem;
}
.footer-title li a{
	color:#fff;
	text-decoration: none;
}
.logo-icon-icon-s-wrap{
  width: 100%;
  float: left;
  width: 100%;
  height: 60px;
}
.logo-icon-icon-s-wrap img{
	width: 100%;
}

.icon{
    width: 20%;
}

.copyright{
	width: 100%;
	background-color: #434343;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	color:#fefefe;
	float: left;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}