#link-credit{
	color: #000;
}
.footer-container{
	width: 100%; 
	height: auto; 
	background-color: #fff;
	border-top: 1px solid #000;
}

.media-container{
	width: 100%; 
	height: 90px; 
	margin: auto; 
	display: inline-flex;
}

.facebook {
	width: 50px; 
	height: 50px;
	margin: auto;
	   
}

.facebook img{
	width: 100%; 
	height: 100%; 
}

.instagram{
	width: 50px; 
	height: 50px;
	margin: auto;   
}

.instagram img{
	width: 100%; 
	height: 100%; 
}


.twitter {
	width: 50px; 
	height: 50px;
	margin: auto;
	   
}

.twitter img{
	width: 100%; 
	height: 100%; 
}

.simple-nav{
	width: 100%; 
	height: 100px;
	text-align: center;
	color: #000;
	
}

.simple-nav li{
    display: inline-block;
	font-size: 24px; 
	color: #000;
    letter-spacing: 3px;
	padding: 20px;
}

#credit{
	text-align: center;
	letter-spacing: 2px;
	color: #000;
	font-size: 15px
}

.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-items: center;  
	padding-left: 4rem;
	padding-right: 4rem;
}

.footer-info a{
	color: #000;
}

.links{
	gap:0;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
}

.links h1, .footer-contact h1{
	color: #7c7b7b;
	font-size: 1.2rem;

}

.footer-contact{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
}


@media only screen and (max-width: 1000px) {
	.footer-info {
		flex-direction: column;
		gap: 2rem;
		padding-bottom: 2rem;
	}
}
 