﻿body {
	background-color: #444;
	background: url('backgroundtile.png');
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}

h1 {
	border-bottom: 2px solid #111;
}

iframe {
	border: 1px solid black;
}

#contents {
	background-color: #ccc;
	border: 1px solid black;
	box-shadow: 0 0 5px 1px #222;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding: 20px;
	text-align: left;
}

#header {
	text-align: center;

	background-color: #ddd;
	border: 1px solid black;
	box-shadow: 2px 2px 10px -5px #222;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 150px;
	margin-right: 150px;
}

#header .title {
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}

#header .subtitle {
	font-size: 25px;
	font-weight: 500;
}

.details {
	display: inline-block;
	padding: 10px;

}

.details>div {
	text-align: left;
	display: inline-block;
	margin-right: 15px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right-align {
	margin-right: 0;
	text-align: right;
}

.project {
	background-color: #fff;
	border: 1px solid black;
	box-shadow: 2px 2px 12px -5px #222;
	padding: 10px;
	margin-bottom: 20px;
}

.project>.title {
	background-color: #ddd;
	border-bottom: 1px solid #000000;
	box-shadow: 0px -50px 36px -40px #bbb inset;
	font-size: 18px;
	padding: 8px;
	margin: -10px;
	margin-bottom: 0px;
}

.project>.title>.right-align {
	float: right;
	text-align: right;
}

.projectImage {
	border: 2px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

#footer {
	text-align: center;
}