/* START OF FOOTER STYLINGS */

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
    margin: 0;
    padding: 0;
    background-color: #dddddd;
    font-family: 'Poppins', sans-serif;
	font-size: 1.0rem;
}
footer a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,0,220);
}
.footer-row {
	padding: 1em 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;    
}
.footer-icon {
	width: 2.0em;
	height: 2.0em;
	margin-right: 1.0em;
}
.footer-icon-with-text {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer-left {
	margin: 0 0;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.footer-middle {
	padding: 0 4%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-right {
	margin: 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

/* END OF FOOTER STYLINGS */
