/********************************************************************/

.profile{
	text-align: center;
}

.profile > .catchcopy{
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
}

.catchcopy{
	width: 100%;
}

.catchcopy h1 {
  padding: 1rem 0rem;
  color: #fff;
  border-radius: 100vh;
	font-size: 50px;
	line-height: 50px;
  background-image: linear-gradient(to left, #5dc2e1 0%, #002ae3 100%);
}

.Enclosure{
	border: 10px double #f822b8;
}

.fontcolor{
	color: rgb(31, 117, 230);
}

.profile img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.br{
  display:none;
}


.shopimage{
	text-align: center;
  }
  
  .shopimage img{
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: -10px;
  }

@media screen and (max-width: 1024px) {
	.catchcopy{
		display: inline-block;
		width: 90%;
	}

	.catchcopy h1 {
		font-size: 50px;
		line-height: 60px;
		margin-top: 0px;
	}
} 

@media screen and (max-width: 768px) {

	.catchcopy h1 {
		font-size: 50px;
		line-height: 60px;
		margin-top: 0px;
	}
} 

@media screen and (max-width: 420px) {
	.profile > .catchcopy{
		font-size: 21px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.catchcopy h1 {
		padding: 1rem 1rem;
		font-size: 30px;
		line-height: 40px;
		margin-top: -10px;
	}

  .br{
    display:inline;
  }
} 

@media screen and (max-width: 375px) {
	.profile > .catchcopy{
		font-size: 19px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.catchcopy h1 {
		padding: 1rem 1rem;
		font-size: 28px;
		line-height: 38px;
		margin-top: -10px;
	}

  .br{
    display:inline;
  }
} 


@media screen and (max-width: 360px) {
	.profile > .catchcopy{
		font-size: 17px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.catchcopy h1 {
		padding: 1rem 1rem;
		font-size: 26px;
		line-height: 36px;
		margin-top: -10px;
	}

  .br{
    display:inline;
  }
} 

@media screen and (max-width: 320px) {
	.profile > .catchcopy{
		font-size: 15px;
		line-height: 200px;
		margin-bottom: 20px;
	}

	.catchcopy h1 {
		padding: 0.5rem 0.5rem;
		font-size: 20px;
		line-height: 30px;
	}
} 


