@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Fredericka+the+Great);

html {
	height: 100%;
}

body {
	padding: 40px;
	background: url(images/blackboard.jpg) no-repeat center center fixed;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #efefef;
}

h1, h2, h3, h4, h5 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: normal;
	opacity: .82;
}

.logo {
	max-width: 90%;
}

h1 {
	font-size: 160px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 36px;
}

h5 {
	font-size: 24px;
}

p {
	font-family: 'Amatic SC', cursive;
	font-weight: normal;
	color: #efefef;
	opacity: .82;
	font-size: 42px;
}

.menu table {
	text-align: left;
	width: 100%;
}

.menu td, .menu th {
	padding: 5px;
}

.menu th, .menu td, .menu p.item-name {
	font-family: 'Fredericka the Great', cursive;
	font-weight: normal;
	font-size: 24px;
}

.menu th {
	color: #afafaf;
}

.menu p.item-name, .menu p.item-desc {
	margin: 0px;
}

.menu p.item-desc {
	font-size: 18px;
}

a {
	color: #febbcb;
	text-decoration: none;
	transition: color 1s;
}

a:hover {
	color: #ff88cb;
	border-bottom: 1px solid #ff88cb;
}

.body {
	width: 80%;
	margin: auto 10%;
}

/*
@font-face {
	font-family: 'Rudiment';
	src:url('fonts/rudiment/Rudiment.ttf.woff') format('woff'),
		url('fonts/rudiment/Rudiment.ttf.svg#Rudiment') format('svg'),
		url('fonts/rudiment/Rudiment.ttf.eot'),
		url('fonts/rudiment/Rudiment.ttf.eot?#iefix') format('embedded-opentype'); 
		font-weight: normal;
		font-style: normal;
}
*/