﻿@charset "utf-8";

header#page-header {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* Logo */

header#page-header > a#logo {
	width: 100px;
	height: auto;
	margin-top: 5em;
}

header#page-header > a#logo > img {
	width: 100%;
	height: auto;
}