@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
body {
	background: url("../images/background-texture-vintage.jpg") lightyellow repeat-y fixed;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 2%;
	margin-bottom: 4%;
}
h1 {
	text-align: center;
	margin-bottom: 0%;
	color: #555;
	font-family: "EB Garamond";
	font-size: 3rem;
	font-weight: bold;
	animation: fadeIn 2s;
}
h2 {
	margin-top: 3%;
	text-align: center;
	color: #555;
	font-family: "EB Garamond";
	font-size: 2rem;
	font-weight: bold;
	animation: fadeIn 2.5s;
}
h3 {
	margin-top: 0%;
	text-align: center;
	color: #555;
	font-family: "EB Garamond";
	font-size: 2rem;
	font-weight: bold;
	animation: fadeIn 2s;
}
h4 {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	text-align: center;
	color: #555;
	font-family: "EB Garamond";
	font-size: 1.5rem;
	font-weight: bold;
	animation: fadeIn 2s;
}
p {
	animation: fadeIn 3.5s;
}
img {
	margin: auto;
	animation: fadeIn 3s;
	max-width: 100%;
}
.ifm-icon {
	display: flex;
	animation: fadeIn 3s;
}
.ifm-icon img {
	margin: auto;
	width: 75%;
	border: 2px solid #312727;
	border-radius: 4px;
	padding: 7px;
}
.navbar {
	display: flex;
}
.navbar h4 {
	text-decoration-line: underline;
}
.navbar h4:hover {
	color: brown;
	cursor: pointer;
}
.events {
	padding-bottom: 4%;
	margin-bottom: 3%;
	border-color: brown;
}
.events h2 {
	font-variant: all-petite-caps;
}
.events img {
	max-width: 35%;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.events img:hover {
	opacity: 0.6;
}
.events .carousel {
	display: flex;
}
.text-and-image {
	display: flex;
	margin-bottom: 2%;
}
.text-and-image img {
	max-width: 17%;
	margin: 1%;
	height: 100%;
}
.coat-of-arms img {
	max-width: 50%;
	margin: -5%;
}
.text-and-image .text-right {
	text-align: right;
	margin-top: 0%;
	margin-bottom: 0.7%;
	text-indent: 0px;
}
.two-columns {
	margin-right: 1%;
	margin-left: 1%;
	width: 100%;
}
.teachers {
	margin-left: 5%;
}
.article p {
	text-align: justify;
	margin-top: 0%;
	margin-bottom: 0.7%;
	text-indent: 40px;
	color: #555;
}
.article p::first-letter {
	font-size: 2rem;
	font-weight: bold;
	color: brown;
	font-family: "Mea Culpa";
}
.section {
	margin-top: 3%;
	font-family: "EB Garamond";
	font-size: 1.5em;
	display: none;
	margin-bottom: 5%;
}
.carousel {
	margin: auto;
	width: 70%;
}
.carousel-images {
	display: flex;
}
.help-us {
	width: 50%;
}
.help-us img {
	max-width: 35%;
	margin-left: 60%;
}