body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}

#hfs-header {
	z-index: 20;
}
footer#app {
    max-width: 700px;
    margin: auto;
}
#credit-container {
    text-align: center;
    margin: 0 auto 20px;
    font-family: FoundersGroteskMono;
    font-size: 1rem;
    letter-spacing: -.04em;
}
footer > p {
    text-align: center;
    margin-bottom: 20px;
}
footer p em a {
    color: #0495F4;
    text-decoration: underline;
}
@media (max-width: 800px) {
    footer > p, #credit-container {
        padding: 0 15px;
    }
}
@media (min-width: 2500px) and (max-width: 2600px) {

	*:focus {
		outline: none !important;
		background-color: none;
		border: none !important;
	}

	#credit-container {
		display: none;
	}

	#hfs-header {
		display: none;
	}

	#hfs-footer {
		display: none;
	}

	.footer-link {
		display: none;
	}
}
