
@font-face { src: url("../assets/brookes.ttf"); font-family: brookes; }

html, body { margin: 0; padding: 0; font-family: brookes; font-weight: 600;}

.flexRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flexColumn {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
/*	align-items: center;*/	
}

/*--- Intro Section ---*/

#introSection {
	padding-top: 2rem;
	background-color: Wheat;
}

#myImage {
	width: 20rem;
	height: 36rem;
}

#sideColumn {
	margin: 2rem 2rem 2rem 2rem;
}

#headingLabel {
	font-size: 2.4rem;
	text-align: center;
}

#followLabel {
	margin: 2rem 0 3rem 0;
	font-size: 2rem;
	text-align: center;
}

.playedColumn {
	margin: 0 1rem;
	width: 12.6rem;
	height: auto;
}

.playedText {
	font-size: 1.6rem;
	text-align: center;	
}

.playedImage {
	margin: 1rem 1rem;
	width: 10rem;
	height: 13rem;
	border-radius: 1rem;
	border: 0.3rem solid SaddleBrown;
}

/*--- Link Section ---*/

#linkSection {
	margin: 2rem 4rem 2rem 4rem;
	font-size: 1.6rem;
}

#whatIplay {
	font-size: 2rem;
	text-align: center;
}

.outText {
	margin-top: 2rem;
}

.inText {
	margin: 2rem 0 0 2rem;
}

.links {
	color: saddlebrown;	
}

.links:hover {
	color: Blue;
}

/*--- Contact Section ---*/

#contactSection {
	background-color: saddlebrown;
}

#contactBox {
	padding: 2rem 4rem 2rem 4rem;
	font-size: 1.6rem;
	color: white;
	letter-spacing: 0.1rem;		
}

#texting {
	width: 3rem;
	height: 3rem;
}

.icon {
	font-size: 3rem;
}

#middleContact {
	margin: 1rem 0 1rem 0;
}