* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-family: SourceSans;
	font-size: 1.8rem;
	min-width: 28.8rem;
}
section {
	text-align: center;
	width: 100%;
	float: left;
}
#home {
	height: 100%;
	padding: 0;
}
#home #profile-image {
	padding-top: 50vh;
	margin-top: -27rem;
	margin-bottom: 0.9rem;
}
#home #profile-image img {
	height: 16rem;
}
#home #title {
	font-family: JosefinSans;
	color: #000;
	font-size: 12.4rem;
	line-height: 12.4rem;
	position: relative;
	cursor: default;
}
@media only screen and (max-device-width: 50rem) {
	#home #profile-image {
		margin-top: -22rem;
	}
	#home #title {
		font-size: 7.4rem;
		line-height: 7.4rem;	
	}
}
#home #description {
	font-size: 2.4rem;
	letter-spacing: 1.5rem;
	color: #000;
	cursor: default;

	-webkit-font-feature-settings: "liga" 0, "clig" 0;
	-moz-font-feature-settings: "liga" 0, "clig" 0;
	font-feature-settings: "liga" 0, "clig" 0;
}
#home #links a {
	color: #222428;
}
#home #links .icon {
	font-size: 3.2rem;
	color: #222428;

	margin: 1.8rem;
}
#home #links .icon svg {
	pointer-events: none;
}