*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'IM Fell Great Primer', serif;
}

.featureText {
	color: #FFD166;
}

.highlightCap {
	transition: all 0.3s ease-in-out;
}

.highlightPunc {
	transition: all 0.3s ease-in-out;
}

.feature {
	cursor: pointer;
	border-bottom: 1px solid #FFD166;
	box-shadow: 0px -8px 0px #FFD166 inset;
	transition: all 0.1s ease-in-out;
}

.feature:hover {
	box-shadow: 0px -25px 0px #FFD166 inset;

}

.definition {
	cursor: pointer;
	border-bottom: 1px solid #06D6A0;
	box-shadow: 0px -8px 0px #06D6A0 inset;
	transition: all 0.1s ease-in-out;
}

.definition:hover {
	box-shadow: 0px -25px 0px #06D6A0 inset;
}

.other {
	cursor: pointer;
	border-bottom: 1px solid #EF476F;
	box-shadow: 0px -8px 0px #EF476F inset;
	transition: all 0.1s ease-in-out;
}

.other:hover {
	box-shadow: 0px -25px 0px #EF476F inset;
}

.speech {
	line-height: 2;
	font-size: 1.1em;
	padding-left: 1em;
	margin-top: 4em;
}

.speech .author {
	font-weight: 700;
	font-variant: small-caps;

}

.speech a {
	text-decoration: none;
	outline: none;
}

.speech a:hover,
a:focus {

}

#footer {
  border-top: thin solid #999;
  font-size: 80%;
  margin-top: 9ex;
  margin-bottom: 5ex;
  padding: 1ex;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#footer .copyright-link {
    padding: 0;
    text-align: left;
}

#footer .usage {
    white-space: nowrap;
    display: inline-block;
}

#footer .references-link {
    padding: 0;
    text-align: right;
}
