body {
	font-size: 16px;
	font-family: serif;
}

h1 {
	font-size: 1.4em;
	color: navy;
}

h1 .initial {
	font-size: 3rem;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

nav {
	overflow: hidden;
	font-size: small;
}

nav a {
	float: left;
	display: block;
	padding: 0.25em;
}

nav a:last-child {
	float: right;
}

#colorBtn {
	border-radius: 5px;
	padding: 0.4em;
	margin-top: 0.25em;
}

#mainWrapper {
	display: flex;
	flex-direction: column-reverse;
}

#main {
	width: 100%;
}

#aboutme {
	display: none;
	text-align: center;
	font-style: italic;
	padding: 0 50px 50px 50px;
	margin-bottom: 50px;
	border-left: none;
	border-bottom: 1px solid lightgray;
}

header, footer, #intro, #notice {
	text-align: center;
}

header > h1 {
	margin: 0.2em;
	margin-top: 0;
}

#motto {
	margin: 0.2em 0;
}

#intro {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0
}

#services {
	padding: 1em 0;
}

#services > dl {
	margin: 0 auto;
	text-align: center;
}

#services dt {
	font-weight: bold;
}
/*#services dt:before {
	content: "• ";
}*/

#services dd {
	font-size: small;
	margin: 0 0 0.5em 0;
}

#notice {
	font-size: small;
}

@media screen and (min-width: 620px) {
	body {
		margin: 0 50px;
	}

	nav {
		margin: 0 50px;
	}

	#mainWrapper {
		flex-direction: row;
	}

	#main {
		margin: 0 50px;
	}

	#services > dl {
		max-width: 800px;
		column-count: 2;
	  column-gap: 100px;
  	column-fill: balance;
		text-align: left;
	}

	#services dd {
		margin: 0 0 0 40px;
	}

	h1 {
		font-size: 2em;
	}
	
	h1 .initial {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 1.75em;
	}
	
	h3 {
		font-size: 1.6em;
	}
	
	h4 {
		font-size: 1.2em;
	}

	#aboutme {
		text-align: left;
		padding: 0 0 0 50px;
		margin-bottom: 0;
	  border-left: 1px solid lightgray;
		border-bottom: none;
	}
}
