body {
	font-family: 'Roboto', sans-serif;
	background-color: silver;
}

#cover {
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
}

#banner {
	font-weight: 400;
	text-align: center;
	background-color: rgba(220, 220, 220, 0.7);
	transition: linear 0.2s;
	transition-property: font-size;
	font-size: 4rem;
	width: 100%;
	left: 0px;
	position: absolute;
	top: 35%;
}

#sub-banner {
	font-size: 0.5em;
	font-weight: 100;
}

#socials {
	line-height: 0;
	white-space: nowrap;
}

.social-logo {
	width: 2em;
	margin: 0.5em;
}

.sticky {
	position: fixed !important;
	font-size: 2rem !important;
	top: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-weight: 100;
	font-size: 2rem;
}

p {
	font-weight: 300;
	font-size: 1rem;
}
