#footer{
	width: 100%;
	height: 300px;
	background:#9c7613;
	bottom: 0;
	padding-top:10px;

}
#socialIcons{
	text-align: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top:-25px;
}
ul#social{
	display: flex;
	flex-direction: row;
	width: 400px;
	padding-left: 0px;
	padding-top: 1rem;
}
.socialicon{
	width: 100%;

	list-style: none;
}
.socialicon svg{
	fill: white;
	height:40px;
}

#footerDetails{
	color: white;
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1rem;
}



@media only screen and (max-width:500px){
	ul#social{
		width: 300px;
	}
	.socialicon{
		margin-left: 20px;
		margin-right: 20px;
	}
} 