
@font-face {
	font-family: Exo-Light;
	src: url('../fonts/Exo-Light.ttf');
}
@font-face {
	font-family: Exo-ExtraBold;
	src: url('../fonts/Exo-ExtraBold.ttf');
}
html, body, .wrapper{
	height: 100%;
	min-height: 100%;
}
body{
	background-color: #f9d3e6;
	font-family: Exo-Light;
}
.wrapper{
	display: grid;
	grid-template-columns: minmax(25px, auto) minmax(auto, 1200px) minmax(25px, auto);
	text-align: center;
	grid-template-rows: 130px auto 50px;
}
.wrapper img{
	max-width: 100%;
}
footer{
	border-top: solid #3fa535 1px;
	color: #3fa535;
	display: grid;
	grid-template-columns: 8fr 1fr 2fr; 
	padding-top: 17px;
	font-size: 18px;
}
 .fo-line{
	 border-top: 0;
 }
.footer-level{
	display: flex;
	justify-content: space-between;
}
footer .copyright{
	font-size: 14px;
	text-align: right;
	padding-top: 2px;
}
h1, h2{
	color: #e6007e;
}
h1{
	margin-top: 100px;
	margin-bottom: 10px;
	font-size: 50px;
	text-transform: uppercase;
	font-family: Exo-ExtraBold;
}
h2{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 10px;
}
a, a:link, a:visited, a:active{
	color: #3fa535;
}


@media screen and (max-width: 1210px) {
	.footer-level:first-child{
		padding-left: 10px;
	}
	.footer .copyright{
		padding-right: 10px;
	}
}
@media screen and (max-width: 1120px) {
	footer{
		grid-template-columns: 8fr 0.3fr 2fr;
		font-size: 14px;
	}
	footer .copyright{
		font-size: 10px;
	}
}
@media screen and (max-width: 850px) {
	.wrapper{
		grid-template-rows: 90px auto 116px;
	}
	h1{
		margin-bottom: 30px;
	}
	h2{
		font-size: 25px;
		line-height: 125%;
	}
	footer{
		padding-top: 12px;
		grid-template-columns: 50% 0 50%;
	}
	
	
	.fo-line{
		border-top: solid #3fa535 1px;
	}
	.footer-level{
		display: grid;
		text-align: left;
	}
	.footer-level div{
		padding-top:0;
	}
	.li{
		display: none;
	}
	footer .copyright{
		margin-top:82px;
	}
}

@media screen and (max-width: 700px) {
.wrapper{
	grid-template-rows: 50px auto 116px;
}
h1{
	margin-top: 10px;
}
}