
footer {
	box-sizing: inherit;
	background-color: #FFF2E4;
}

div.footer_s_c {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 3rem 2rem;
	padding-bottom: 1.5rem;
}

div.sponsors {
	padding-left: 6rem;
	box-sizing: inherit;
}

.footer h1 {
	font-size: 2rem;
	font-weight: 700;
	color: rgb(65, 57, 57);
	padding-left: 1rem;
	padding-bottom: 1.1rem;
}

.contact_us h1{
	padding-left: 4rem;
}

div.sponsors_pics {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.sponsors_pics > img:nth-child(1) {
	max-height: 100px;
	max-width: 100px;
}

.sponsors_pics > img:nth-child(2) {
	max-height: 115px;
	max-width: 115px;
}

.sponsors_pics > img:nth-child(3) {
	max-height: 180px;
	max-width: 180px;
}

div.contact_us {
	padding-left: 3rem;
	box-sizing: inherit;
}

.contact_us a {
	display: block;
	padding-left: 4rem;
	margin-top: 1.8rem;
	font-size: 1.3rem;
	font-weight: 500;
	border-left: 2px solid;
	padding-bottom: 1.6rem;
	line-height: 1.4;
}

p.copyright {
	padding: 1.5rem 9rem;
	font-size: .6rem;
	padding-top: 0;
	line-height: 1.4;
}

@media screen and (755px <= width < 980px) {
	div.sponsors {
		padding-left: 3rem;
	}
	
	p.copyright {
		padding: 1.5rem 6rem;
	}
	
	.sponsors_pics > img:nth-child(1) {
		max-height: 80px;
		max-width: 80px;
	}
	
	.sponsors_pics > img:nth-child(2) {
		max-height: 85px;
		max-width: 85px;
	}
	
	.sponsors_pics > img:nth-child(3) {
		max-height: 130px;
		max-width: 130px;
	}
}

@media screen and (max-width: 755px) {
	footer {
		box-sizing: inherit;
		background-color: #F7E1CE;
		display: flex;
		flex-direction: column;
		row-gap: 2rem;
		padding: 3rem 2rem;
	}
	
	div.footer_s_c {
		all: revert;
	}
	
	div.sponsors {
		padding-left: 2rem;
	}
	
	.sponsors_pics > img:nth-child(1) {
		max-height: 15vh;
		max-width: 15vw;
	}
	
	.sponsors_pics > img:nth-child(2) {
		max-height: 20vh;
		max-width: 20vw;
	}
	
	.sponsors_pics > img:nth-child(3) {
		max-height: 30vh;
		max-width: 30vw;
	}
	
	div.contact_us {
		padding-left: 2rem;
		margin-top: 2rem;
	}
	
	.contact_us h1{
		padding-left: 1rem;
	}
	
	.contact_us a {
		padding-left: 1rem;
		margin-top: revert;
		border-left: revert;
		padding-bottom: revert;
	}
	
	p.copyright {
		padding: 1.5rem 3rem;
	}
}

.footer_link{
	
}
