
.getInTouchButtonContainer {
	display: table;
	height: 1em;
	width: 79ch;
}

.getInTouchButton {
	display: table-cell;
	width: 33.333%;
	font-family: "VT323", monospace;
	font-size: 24px;
	line-height: 100%;
	font-weight: normal;
	color: white;
	background-color: black;
	border:none;
}

.getInTouchButtonActive {
	background-color: magenta;
}

.getInTouchButton:hover {
	background-color: cyan;
}


.getInTouchButton:focus {
	background-color: magenta;
}

.getInTouchContentContainer {
	height: 25em;
	border-right: solid magenta 1ch;
	border-bottom: solid magenta 1em;
	border-top: solid magenta 1em;
	border-left: solid magenta 1ch;
	padding-right:1ch;
}

.getInTouchContentInnerContainer {
	display: flex;
	align-items: top;
	justify-content: center;
/*	height: 40em;*/
	width: 77ch;

}

.qrBorder {
	border-right: solid white 20px;
	border-bottom: solid white 20px;
	border-top: solid white 20px;
	border-left: solid white 20px;
	background-color: white;
}

.none {
	display: none;
}

.skillsContainer {
	display: table;
}

.skillsItem {
	display: table-cell;
	width: 33.333%;
	border: none;
}

.skills1 {
	text-align: left;
}

.skills2 {
	text-align: center;
}

.skills3 {
	text-align: right;
}

.linkedIn {
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
	}

.businessCard
{
	width: 40ch;
	margin: auto; /* center content */
}

.businessCardLine
{
	width: 40ch;
	height:1em;
}
