.footer-container{
	background-color: white;
	display: flex;
	flex-direction: row;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font-size: 0.89rem;
	flex-wrap: wrap;
    align-content: center;
    gap: 10vw;
}

.footer-col-1{
	display: flex;
	flex : 1;
	flex-direction: column;
	padding-top: 2vh;
}

.footer-col-1 p{
	color: black;
    margin-bottom: 0;
    max-width: 370px;
    font-size: smaller;
}

.footer-col-2{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
}

.footer-col-3{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 2vh;
}

.footer-col-2 p{
	color: white;
	font-weight: bold;
}

.footer-col-3 p{
	color: black;
	font-weight: bold;
}

.footer-image{
	width: 100%;
    max-width: 270px;
}

.footer-image-container{
	display: flex;
	justify-content: center;
}

.footer-col-2 a{
	color: black;
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: normal;
}

.footer-col-2 a:hover{
	color: grey;
}

.copyright-container{
	background-color:#35a01e;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100vw;
	height: fit-content;
    gap: 10vw;
}

.copyright-text{
	color: black;
	font-weight: normal;
	font-size: 0.7rem;
}

.footer-min-icon{
	width: 1rem;
	height: 1rem;
	margin-right: 5px;
	opacity: 0.3;
}

.footer-col-1 h5{
    font-weight: bold;
    color: #437239;
}

.follow-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 7px;
}

.follow-icon {
    color: #437239;
    padding-right: 7px;
    width: 34px;
}

.follow-item a {
    text-decoration: underline;
    color: black;
}

.copyright-text a {
    text-decoration: underline;
    color: black;
}

.link-style {
    text-decoration: underline !important;
    color: black !important;
}
