* {
	box-sizing: border-box;
}

body {
	background: url(../images/blackboard.jpg) no-repeat scroll 50% 50% / cover #232323;
	height: 100vh;
	margin: 0;
	padding: 0;
}

body > section {
	padding: 40px 0;
}

#logo {
	margin-bottom: 40px;
	display: block;
}

img {
	max-width: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.anchor {
	display: inline-block;
}

section {
	background: white;
	min-height: 600px;
	text-align: center;
	overflow: hidden;
}

section > .wrap {
	padding: 40px 0;
}

footer {
	display: none;
	padding: 30px 0;
}

.strikeout {
	text-decoration: line-through;
}

.chalkboard {
	font-family: "Homemade Apple";
	background: transparent;
	/* background: url(../images/blackboard.jpg) no-repeat scroll 50% 50% / cover #232323; */
	color: #efefef;
	text-align: center;
	font-size: 22px;
	line-height: 52px;
}

.chalkboard h1 {
	font-family: 'Fredericka the Great', cursive;
	font-size: 4rem;
	line-height: 82px;
	margin: 0 0 80px;
	font-weight: normal;
}

.chalkboard ul {
	list-style: none;
	font-size: 24px;
	letter-spacing: 1.5px;
}

.chalkboard ul li {
	display: block;
	list-style: none;
	font-size: 24px;
	letter-spacing: 1.5px;
}

@media (min-width: 1200px) {
	.chalkboard {
		font-size: 28px;
		line-height: 64px;
	}
	.chalkboard h1 {
		font-size: 6rem;
	}
	.chalkboard ul li {
		font-size: 36px;
		letter-spacing: 2px;
	}
}

.blueprint {
	background: url('../images/blueprint.png') repeat scroll 50% 50% transparent;
	font-family: 'Fredericka the Great', cursive;
	color: white;
}

.portfolio h1 {
	font-size: 8rem;
	color: white;
	text-transform: uppercase;
}

.code {
	background: url('../images/code.jpg') no-repeat scroll 50% 50% / cover transparent;
}

