html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background:#1d1d1d;
	background-size:contain;
	font-family: 'Barlow Condensed', sans-serif;
}
*{
	box-sizing:border-box;
}
.cover-container{
	align-items:center !important;
}
.logo{
	width:100%;
	max-width:450px;
	margin:0px auto;
}
.logo img{
	width:100%;
	max-width:100%;
	height:auto;
}
.logo h3{
	margin:0px;
	text-align:center;
	font-size:2rem;
	color:#464646;
}
.logo a.linkedin{
	display:block;
	margin:1rem auto 0px auto;
	text-align:center;
	max-width:40px;
	height:auto;
}
.h-100{
	height:100%;
}
.w-100{
	width:100%;
}
@media screen and (min-width:0) and (max-width:840px) {
.logo h3{font-size:1.5rem;}
}