
.content {
	text-align: center;
	height: 100%;
	position: absolute;
	bottom: 50%;	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 200px;
}

.name {
	color: #666666;
	font-family: warnock-pro, serif;	
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.links {
	color: #666666;
	font-family: warnock-pro, serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.divider {
	font-family: warnock-pro, serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem;
	text-transform: none;
	padding: 0, 48px !important;
}

a, a:visited {
	color: #222222 !important;
	text-decoration: none !important;
}

a:hover {
	color: cornflowerblue !important;
}

.top-row {

}

.logo-row {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	align-items: center;
 }

.logo {
	color: #666666;
	font-family: warnock-pro, serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	padding: 1rem 0;
	text-transform: uppercase;
}

.address {
	color: #666666;
	font-family: warnock-pro, serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	padding: 1rem;
}

.portfolio {
	position: absolute;
	width: 100%;
	height: 100%;
}

.top-right {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.icon {
	font-size: 1.5rem;
	color: #666666;
	padding: 1rem;
}

.twitter {
	color: #1DA1F2
}

.linkedin {
	color: #2867B2;
}
