body {
	background: white;
	font-family: 'Gilda Display', serif;
	color: black;
}

h1, .h1 {
	font-family: 'Gilda Display', serif;
}

h1.blog-title {
	font-family: 'Satisfy', cursive;
}

h2, h3, .h2, .h3 {
	font-family: 'Satisfy', cursive;
}

.description {
	font-size: 1.5em;
	font-family: 'Satisfy', cursive;
}

.greeting {
	font-size: 2.5em;
	font-family: 'Satisfy', cursive;
}

hr {
	border-bottom: 1px solid black;
}

a.reference {
	line-height: inherit;
	color: #2ba6cb;
	text-decoration: underline;
	cursor: pointer;
}

ul.icon {
	list-style-type: none;
	margin: 0 1rem 0 0rem;
}

footer {
	font-size: 0.8rem;
}

a.blog-item {
	color: black;
	font-family: 'Satisfy', cursive;
}

i.icon {
	padding-right: 1rem;
}

ul.checked {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 2rem;
}

ul.checked li:before {
	font-family: 'foundation-icons';
	content: '\f127';
	margin: 0 1rem 0 -1.8rem;
}

img.headshot {
	border-radius: 2rem;
}

img.smooth-edges {
	border-radius: 0.3rem;
}

.special-height {
	height: 43vh;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.special-height {height: 112vh;}
}

@media only screen and (min-width: 768px) {
	.special-height {height: 66vh;}
}

.button {
	font-size: 1.2em;
}

.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu menu {
	background: #F0EAD6;
}

.hover-underline-menu .menu a {
  color: black;
  padding: 1.2rem 1.5rem;
}

.speech-bubble {
	position: relative;
	background: #2ba6cb;
	opacity: 0.8;
	border-radius: .4em;
	padding: 1rem;
	color: white;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 90%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #2ba6cb;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}

p.quote {
	text-align: right;
}

a.link:link {
  color: black;
  border-bottom: 1px solid black;
}
a.link:visited {
  color: black;
  opacity: 0.6;
  border-bottom: 1px solid black;
}
a.link:hover {
  color: black;
  font-weight: bold;
  border-bottom: 1px solid black;
}
a.link:active {
  color: black;
  border-bottom: 1px solid black;
}

.bottom-box {
  border-bottom: 1px solid black;
}

.is-active.underline-from-center {
  border-bottom: 1px solid black;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.025rem);
  border-bottom: 0.125rem solid black;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.leftborder {
  border-left: 2px solid black;
  padding-left: 1em;
}
