body {
    background-color:#161e27;
}

footer {
	width: 100%;
	max-width: 680px;
	margin: auto;
	padding: 10px 20px 0px 20px;
}

header {
	width: 100%;
	max-width: 680px;
	margin: auto;
	padding: 0px 20px 10px 20px;
}

.parent {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
  	padding: 0px 20px 0px 20px;
  	margin: 0;
	position: relative;
}

.child {
	width: 100%;
	max-width: 480px;
	margin: auto;
	border: 1px solid black;
	padding: 5px 0px 5px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 60px;
	position: relative;
	height: auto;
	background-color: white;
}

.inner-child-href {
	border: none;
	text-decoration: none;
	display: flex;
	text-align: center;
	padding: 16px 65px 16px 65px;
	position: relative;
}

.inner-child-href:hover {
	text-decoration: underline;
	color: black;
}

.fake-link {
	cursor: pointer;
}

.inner-child-href-text {
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
 	word-wrap: break-word;
	word-break: break-word;
}

.linkContainer {
	position: relative;
}

.linkImage {
        width: 55px;
        height: 55px;
        margin-left: 5px;
        position: absolute;
}

.text-muted {
    	opacity: 0.5;
}


a {
	color: black;
	text-decoration: none;
}


#footerBrandContainer {
	width: 100%;
	margin-top: 20px;
}


#mainContainer {
    height: 100vh;
    align-content: center;
}

.avatar {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.social-link {
	text-decoration: none;
	font-size: larger;
	padding: 5px;
}

.title {
    color: #f1f3f5;
	margin-bottom: 0px;
	margin-top: 20px;
}

.bio {
    color: #f1f3f5;
	margin-top: 5px;
}

.pageTextStyle {
    color: #f1f3f5;
}


.linkImageStyle {
    border-radius: 4px;
}

.linkBoxLinkStyle {
    color: #000000;
}

.linkBoxLinkStyle:hover {
    color: #000000;
}

.linkBoxStyle { 
    border-color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
}
