* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
body {
   font-family: 'calibrib_0', Calibri, Arial, sans-serif;
   background: #ffffff;
   color: #000s;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
header {
   text-align: center;
   padding: 50px 20px;
}
footer {
	text-align: center;
	padding: 2rem 1rem;
	background: #86B03F;
	color: #fff;
}

.logo img {
   width: 350px;
   margin-bottom: 20px;
}
.footer-logo {
	max-width: 200px;
	width: 100%;
	height: auto;
}

 img {
	width: 65%;
	height: auto;
}

h1 {
	color: black;
	font-size: 2rem;
	margin-bottom: 10px;
}
h2 {
	color: white;
	font-size: 1.2rem;
	margin: 0;
	line-height: 1rem;
}

p {
   font-size: 1.2em;
   margin-bottom: 20px;
}


/* footer */
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.9rem;

}

footer .footer-section {
	margin: 1rem 0;
	text-align: center;
}


footer .social-media img {
	width: 100px;
	height: auto;
}

a {
	color: #fff;

}


@media (min-width: 900px) {
  footer {
    flex-direction: row;
    justify-content: space-around;
	flex-wrap: wrap;
  }

  footer .footer-section {
	width: 20%;
	min-width: 150px;
  }

  .section {
	padding: 3rem 2rem;
  }
}

@font-face {
	font-family: 'Hausschriften';
	src: url ('fonts/calibrib_0.ttf') format ('truetype'),
		 url ('fonts/Pinky Apple.ttf') format('truetype');
		 font-style: normal;
}
