body {
	background: #F9F9F9;
}

.profile-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-container {
		width: 60%;
		min-width: 800px;
		max-width: 1600px;
	}
}

.profile-summary-container {
	display: none;
}
.profile-summary {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-summary-container {
		position: fixed;
		top: 0;
		left: 0;
		height: 4.25em;
		width: 100%;
		margin: 0;
		background: white;
		box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
		transition: 1s;
		overflow-y: hidden;
		display: flex;
		align-items: center;
		max-width: none !important;
	}
	.profile-summary {
		width: 54%;
		min-width: 800px;
		max-width: 1600px;
	}
}
.profile-summary-info-container {
	display: flex;
}
.profile-summary-thumbnail {
	width: 3em;
	height: 3em;
}
.profile-summary-thumbnail img {
	max-width: 100%;
}
.profile-summary-text {
	display: flex;
	flex-direction: column;
	margin-left: 1em;
	justify-content: center;
}
.profile-summary-share-link {
	margin-left: auto;
	margin-right: 0;
	display: flex;
}
#profile-summary-share-link-button {
	font-size: 1.5em;
}
#profile-summary-share-link-label {
	display: none;
	color: #21C2F8;
	font-size: 1.5em;
}
#profile-summary-share-link-full {
	width: 200px;
	display: none;
}

.profile-header-section {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	font-size: 1.5em;
	padding: 0.5em 0;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-header-section {
		align-items: flex-end;
		text-align: right;
		flex-direction: row;
	}
}
.header-info {
	color: #666666;
	line-height: 1.4rem;
	text-align: left;
	margin-bottom: 1rem;
	margin-right: auto;
}
.header-info-title {
	/**/
}
.header-info-byline {
	font-size: 1rem;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.header-info {
		margin-right: auto;
		max-width: 55%;
		margin-bottom: 0;
	}
}
#profile-share-link-full {
	display: none;
	float: right;
	width: 200px;
	height: 1.5em;
}
#profile-share-link-label {
	color: #21C2F8;
	display: none;
}
#profile-share-link-message {
	background: #6BB6D9;
	position: fixed;
	transition: 1s;
	display: none;
	opacity: 1;
	bottom: 2rem;
	font-size: 2rem;
	padding: 0.5rem;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	left: 0;
	right: 0;
	max-width: 650px;
	margin: 0 auto;
	z-index: 100;
}

/* Profile column */
.profile-info-container-container {
	width: 100%;
}
.profile-info-container {
	width: 100%;
	background: #FFFFFF;
	border: solid #A7A7A7 1px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.14);
	margin-bottom: 1em;
}
.profile-rin-container {
	width: 100%;
	background: #FFFFFF;
	border: solid #A7A7A7 1px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.14);
	margin-bottom: 1em;
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.profile-rin-container a {
	margin: 0.5rem;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-info-container-container {
		width: 29%;
		margin-right: 2.5%;
		margin-bottom: 0;
	}
}

.profile-image {
	padding: 1em;
	padding-bottom: 0.3em;
}
.profile-image img {
	max-width: 100%;
	max-height: auto;
}

.profile-info {
	padding: 0.5em 1.5em 1.5em 1.5em;
	text-align: center;
}

/* Credit list */

.profile-pivot-list {
	width: 100%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-pivot-list {
		width: 68%;
		margin-left: auto;
	}
}

.profile-notes-container {
	border: solid #BBBBBB 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transition: 1s;
	/*height: 8.75rem;*/
	box-sizing: border-box;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: #FFFFFF;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-notes-container {
		margin-top: 0;
	}
}
.profile-notes-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 2rem;
	font-size: 1.2rem;
	width: 100%;
	padding: 2rem 1.5rem 0.5rem 1.5rem;
}
.profile-notes-content {
	text-align: left;
	font-size: 1rem;
	line-height: 1rem;
	height: 4.65rem;
	width: 100%;
	padding: 0.5rem 1.5rem;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
}
.profile-notes-arrow-container {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 1rem;
	height: 2.4rem;
	width: 100%;
}
.profile-notes-arrow {
	width: 1.6rem;
	transform: rotate(0deg);
	transition: 1s;
	cursor: pointer;
}

.profile-pivot-container {
	border: solid #A7A7A7 1px;
	border-bottom: none;
}

.profile-recording-container {
	padding: 0.8em 1em;
	background: #FFFFFF;
	border-bottom: solid #A7A7A7 1px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.profile-recording-container:nth-child(odd) {
	background: #EEECEB;
}
.album-participation-date {
	font-size: 1.5em;
}
.profile-recording-recording {
	margin-left: auto;
	width: 100%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-recording-recording {
		margin: 0 1em;
		width: auto;
		max-width: 70%;
	}
}
.profile-recording-collection {
	font-size: 1.5em;
}
.profile-recording-artist {
	font-size: 1.1em;
}
.profile-recording-track-number {
	font-size: 1.1em;
}
.profile-recording-track-listing {
	margin-left: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	color: #8F8E8D;
	width: 1em;
}

.profile-recording-art {
	/* */
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-recording-art {
		margin-left: auto;
	}
}
.profile-recording-art img {
	max-height: 5.5em;
}

.profile-participant-container {
	padding: 1.5em 1em;
	background: #FFFFFF;
	border-bottom: solid #A7A7A7 1px;
	display: flex;
}
.profile-participant-container:nth-child(odd) {
	background: #EEECEB;
}
.profile-participant-info {
	margin: 1em 0;
	width: 100%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-participant-info {
		margin: 0 1em;
		width: auto;
		max-width: 70%;
	}
}
.profile-participant-name {
	font-weight: bold;
	font-size: 1.5em;
}
.profile-participant-role {
	font-size: 1.3em;
}
.profile-participant-image {
	margin-left: auto;
}
.profile-participant-image img {
	max-height: 5.5em;
}

.profile-report-button {
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
	text-decoration: underline;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-report-button {
		text-align: right;
	}
}
.profile-report-button a {
	color: #000000;
}
.profile-report-button a:visited {
	color: #000000;
}

.profile-verified-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1em;
	background: #FFFFFF;
	border: solid #A7A7A7 1px;
	margin-top: 1em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-verified-container {
		align-items: center;
	}
}
.profile-verified-image {
	max-width: 20%;
	margin-right: 4%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-verified-text {
		margin-right: 0%;
	}
}
.profile-verified-image img {
	max-height: 3.5em;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
}
.profile-verified-text {
	width: 75%;
	margin-left: 1%;
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #3B3A3A;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-verified-text {
		font-size: 1em;
		width: 78%;
	}
}

.profile-artist-search {
	color: #555555;
	box-shadow: 
		inset 0 -0.05em #F9F9F9,
		inset 0 -0.15em #333333;
	text-shadow:
		-1px -1px #F9F9F9,
		-1px 1px #F9F9F9,
		1px -1px #F9F9F9,
		1px 1px #F9F9F9;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.profile-artist-search {
		box-shadow: 
			inset 0 -0.1em #F9F9F9,
			inset 0 -0.15em #333333;
	}
}
.profile-artist-search:hover {
	color: #333333;
}
