@media (max-width: 999px) {
	body {
		background: lightyellow;
		margin-left: 7%;
		margin-right: 7%;
		margin-top: 3%;
		margin-bottom: 1%;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	a img {
		width: 15%;
	}
	.mobile-background {
		z-index: -1;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: url("../images/background-texture-vintage.jpg");
	}
	.ifm-icon img {
		width: 90%;
	}
	.navbar {
		display: block;
	}
	.events .two-columns {
		display: grid;
	}
	.events img {
		margin-bottom: 3%;
		max-width: 85%;
	}
	.text-and-image img {
		max-width: 60%;
		margin-left: 20%;
	}
	.coat-of-arms img {
		max-width: 100%;
		margin: auto;
	}
	.two-columns {
		display: block;
	}
	.teachers {
		margin-left: 0;
	}
	.article p {
		font-size: 1.25rem;
	}
	.article p::first-letter {
		font-size: 1.6rem;
	}
	.carousel {
		margin: auto;
		width: 90%;
	}
	.help-us {
		display: none;
	}
}