*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	
	
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	
	text-decoration: none;
	transition: color 0.2s;
}

a:hover, a:focus {
	color: #fff;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Header */

/* Content */
.content {
	padding: 0 0 1em;
	height: 400px;
	min-height: 50vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media screen and (max-width: 55.625em) {
	.content {
		height: auto;
	}
}
