/**
 * @file
 * Overall specifications for Megenia.
 */

html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
	min-height: 100%;
	word-wrap: break-word;
	margin:0;
	padding:0;
	font-family: var(--gftk-fontfamily);
	font-weight: var(--gftk-fontweight);
	line-height: 1.5;
	font-size: 110%;
	color: #555;
}
a,
a.link {
  text-decoration: none;
  color: var(--gftk-deepgreen)
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus { text-decoration: none; }
h1 a,
h2 a { border-bottom: none; }

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1, h2, h3, h4, h5, h6 {
	max-width: var(--gftk-alignnorm);
	margin: 1em auto;
	font-weight: 400;
	color: var(--gftk-darkgreen);
}


main .field--name-body > p,
main .field--name-body > ul,
main .field--name-body > ol {
	max-width: var(--gftk-alignnorm);
	margin-left:auto;
	margin-right: auto;
}

@media (min-width: 920px) {
	main .field--name-body > ul,
	main .field--name-body > ol {
		padding-left: 5em;
		padding-right: 2em;
	}
}

.feed-icon {
	display: block;
	margin: 25px 0 0 0;
}
img {
	max-width: 100%;
	height: auto;
}

.comment {
	display: none;
}

video {
background: green;
}
