@font-face {
	font-family: 'Metamorphous';
	font-style: normal;
	font-weight: normal;
	src:
		local('Metamorphous'),
		url('font/Metamorphous.eot?#iefix') format('embedded-opentype'),
		url('font/Metamorphous.woff') format('woff'),
		url('font/Metamorphous.woff2') format('woff2'),
		url('font/Metamorphous.svg#Metamorphous') format('svg'),
		url('font/Metamorphous.ttf') format('truetype');
}

body {
	color: #fff;
	background: url('macleod_tartan.png') repeat scroll 0% 0% blue;
}

img {
	float: left;
	width: 200px;
}

h1 {
	float: right;
	font-family: 'Metamorphous', cursive;
	font-size: 64pt;
	font-weight: normal;
	text-align: left;
}

p {
	font-size: 18pt;
	text-align: justify;
}

ul {
	font-size: 18pt;
	list-style: none;
	padding: 0;
}

a, a:visited {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #bbb;
}

#content {
	margin: 50px auto;
	text-align: center;
	width: 635px;
}

#click {
	display: none;
}

#contact {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

#contact form {
	display: flex;
}

.form-section {
	margin: 50px auto;
	width: 40%;
}

.form-section textarea, .form-section input {
	box-sizing: border-box;
	width: 100%;
}

.form-section .close {
	position: absolute;
	bottom: 70px;
}
