/*	dark brown:
	#3c2415;

	mid brown: 
	#603913;

	lite brown: 
	#d3b297;

	yellow:
	#ffde17;

*/
*{
	font-family: 'Open Sans', sans-serif;
}

html, body{
	padding:0;
	margin:0;
	background:white;
}

#items-container{
	margin-bottom:100px;
}

#artist-logo{
	margin-top:5px;
}

#artist-joined-date{
	margin-bottom:5px;
	font-size: 13px;
	font-weight: bold;
	color:	#603913;
	text-transform: uppercase;
}

.artist-social-img{
	width:50px;
	height:50px;
	padding:5px;
}

.artist-social-img:hover{
	opacity:0.8;
}

.image-cropper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border:7px #ffde17 solid;
  margin:auto;
  margin:0px;
  margin-top:0;
}

#artist-bio{
	width:650px;
	margin:auto;
	margin-top:5px;
	font-family: 'Quicksand', sans-serif;
}

#artist-logo-container{
	width:100%;
	display:inline-block;
	margin:auto;
	text-align: center;
}


#artist-name{
	font-size: 26px;
	font-weight: bold;
	color: 	#603913;
	font-family: "Merriweather", serif;
}

.artist-item-img{
	width:60%;
	display:block;
	clear:both;
	margin:auto;
}


.artist-item-title{
	display:inline-block;
	clear:both;
	font-family: 'Noto Sans JP', sans-serif;
	cursor:default;
	margin:auto;
	padding:3px 12px;
	background:#fff;
	color:#3c2415;
	text-transform: uppercase;
	font-size:13px;
	border-radius:2px;
	border:1px #603913 solid;
	box-shadow: 1px 1px 2px #666;
	font-weight:300;
	letter-spacing: .01em;
	margin-top:10px;
}


.artist-item-description{
	display:block;
	clear:both;
	color:#3c2415;
	font-size:12px;
	width:80%;
	margin:auto;
	margin-top:15px;
}


#website-link{
	color:	#603913;
	color:	#265ea5;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#artist-website{
	margin:5px;
}

#website-link:hover{
	text-decoration: underline;
}

.add-to-box-button{
	border:1.9px #3c2415 solid;
	text-transform: uppercase;
	margin-top:10px;
	font-weight: 600;
	background: #ffde17;
	border-radius:2px;
	font-size: 12px;
	padding:2px 6px;
	color:	#3c2415;
	display: inline-block;
	cursor: pointer;
}

.add-to-box-button:hover{
	opacity:0.8;
	transition:0.2s;
}

.add-to-box-link{
	text-decoration: none;
	color:black;
}




@media (max-width: 750px) {
	#artist-bio{
		width:100%;
	}

	.artist-social-img{
		width:10%;
		height:10%;
		padding:5px;
	}

	#artist-bio{
		width:100%;
		margin:auto;
		margin-top:10px;
		margin-bottom:10px;
		font-family: 'Quicksand', sans-serif;
		text-align: justify;
		text-align-last: center;
	}

}
