
body, html {
  height: 100%;
  margin: 0;
}

* {
	box-sizing: border-box;
}

.mainFont {
	font-family: Papyrus, Times New Roman, Arial, sans-serif;
	font-family: "Monotype Corsiva", cursive;
	font-family: Verdana, sans-serif;
	font-family: Georgia, cursive;
	font-family: Lucida Sans, Times New Roman, Arial, sans-serif;
	font-family: Times New Roman, Arial, sans-serif;
	font-family: Arial, Tahoma, Times New Roman, sans-serif;
	font-size: 14pt;
}

.mainSkin {
	height: 100%;
}

.innerContainer {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}

.rComposerInfo {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
}

.rBioComposerInfo {
	width: 100%;
	display: grid;
	grid-template-columns: 162px auto auto auto;
}

.rComposerInfo .rComposerText {
	grid-row: 1;
	grid-column: 1 / span 3;
}

.rBioComposerInfo .rComposerText {
	grid-row: 1;
	grid-column: 2 / span 3;
}

.rComposerText {
	width: 100%;
	font-size: 120%;
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rComposerText .largeName {
	font-size: 260%;
	line-height: 80%;
	height: 100%;
}

.rComposerText .mediumName {
	font-size: 150%;
	line-height: 80%;
}

.rComposerText .normalName {
	font-size: 100%;
	line-height: 80%;
}

.rComposerText .rMainMenu {
	font-size: 83.3%;
}

.rComposerInfo .rComposerPic {
	grid-row: 1;
	grid-column: 3 / span 1;
	width: 100%;
	display: inline;
	position: relative;
}

.rBioComposerInfo .rComposerPic {
	grid-row: 1;
	grid-column: 1 / span 1;
	width: 100%;
	position: relative;
}

.rComposerPic > img {
	width: 100%;
	position: relative;
}

.rCondensedMenu {
	grid-row: 3;
	grid-column: 1 / span 2;
}

.rGeneralInfo {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
}

.rBioInfo {
	width: 100%;
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 20px;
}

.rGISection1 {
	grid-column: 1 / span 2;
	opacity: 100%;
}

.rGISection2 {
	grid-column: 2 / span 2;
}

.rGISection3 {
	grid-column: 3 / span 2;
}

.rMainMenu {
	grid-row: 1;
	grid-column: 1 / span 5;
}

.rLeftSet {
	grid-column: 1 / span 4;
}

.rRightSet {
	grid-column: 2 / span 4;
}

.rCentreSet {
	grid-column: 5 / span 1;
}

.rFullSet {
	grid-column: 1 / span 5;
}

.tmItem {
	margin-left: 1em;
	margin-right: 1em;
}

.tmItem a {
	text-decoration: none;
}

.centred {
	text-align: center;
}

.information {
	font-size: 100%;
}

.opusTitle {
	font-weight: bold;
	font-style: italic;
}

.comment {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	display: inline-block;
}

.indented {
	padding-left: 3em;
}

.rCompositionList {
	display: grid;
	column-gap: 10px;
	grid-template-columns: 3fr 5fr auto 1fr 1fr;
}

.rCompositionName {
	font-weight: bold;
	text-align: right;
	grid-column: 1 / span 1;
}

.rCompositionDesc {
	grid-column: 2 / span 1;
}

.rCompositionAction {
	text-align: left;
	grid-column: 4 / span 1;
}

.rCompositionAction1 {
	text-align: left;
	grid-column: 4 / span 1;
}

.rCompositionAction2 {
	text-align: left;
	grid-column: 5 / span 1;
}

.rCompositionPlay {
	text-align: left;
	grid-column: 4 / span 1;
}

.rCompositionSeparator {
	grid-column: 2 / span 1;
}


legend {
	border: 2px ridge gray;
	border-radius: .5em;
	font-weight: bold;
	font-size: 120%;
	padding: 2px 16px;
}

fieldset {
	margin-bottom: 12px;
	border-radius: .4em;
}

fieldset div {
  margin-bottom: 6px;
  font-weight: normal;
}

.noDisplay {
	display: none;
}

.fitBlock {
	display: inline-block;
}

.tempColour1 {
	background-color: pink;
}

.tempColour2 {
	background-color: orange;
}

.tempColour3 {
	background-color: cyan;
}

.tempColour4 {
	background-color: green;
}

.bioBackLeft,
.bioBlankLeft {
	grid-row: span 5;
	grid-column: 1 / span 1;
}

.bioBackLeft {
	background-image: url('../Images/ais.png');
	background-size: cover;
	opacity: 0.35;
}

.bioBackRight,
.bioBlankRight {
	grid-row: span 5;
	grid-column: 5 / span 1;
}

.bioBackRight {
	background-image: url('../Images/praise.png');
	background-size: cover;
	opacity: 0.35;
}

.bioBlankLeft,
.bioBlankRight {
	opacity: 0.0;
}

.overTextMain {
	grid-column: 1 / span 5;
	opacity:100%;
}

.overTextRight {
	grid-column: 2 / span 4;
	opacity:100%;
}

.overTextLeft {
	grid-column: 1 / span 4;
	opacity:100%;
}

#firstName, #lastName {
	width: 20em;
}

#email {
	width: 30em;
}

#phoneNumber {
	width: 10em;
}

#send {
	width: 6em;
}

#textMessage {
	height:	10em;
	width: 40em;
}

.rContactInfo {
	display: grid;
	row-gap: 1em;
	column-gap: 10px;
	grid-template-columns: auto auto;
}

.rContactInfo label {
	text-align: right;
}

.piControls {
	display: none;
}

.piListen {
	text-decoration: underline;
}

.piListen:hover {
	cursor: pointer;
}

.piClose {
	top: 0;
	left: 0;
	height: 1.5em;
	width: 1.5em;
	border-radius: 5px;
	text-align: center;
	float: right;
}

.piPlayer {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

.piInformation {
	font-size: 65%;
}
