
.color_footer_bg{
	background-color: transparent !important;	
}

#footer{
	position: relative !important;
	padding-top: 0 !important;
	clear: both !important;
	height: 30vh !important;
	background-color: var(--color-green-a) !important;
}
#footer .home_footer_line{
	position: relative;
	width: 100%;
	margin: 0;
	height: 0px;
	background-color: var(--color-orange-footer-line);
}
#footer .home_foot_body{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
#footer .home_foot_body .home_foot_left{
	display: block;
	margin-left: 2vw;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	position: absolute;
}
#footer .home_foot_body .home_foot_left img{
	height: 8vh ;
}
#footer .home_foot_body .home_foot_center{
	display: flex;
	/* float: right; */
	width: 70%;
	padding: 1vw;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#footer .home_foot_body .home_foot_center .column{
	font-size: 1em;
	font-weight: 300;
	width: 25%;
	color: var(--color-white-a);
}
#footer .home_foot_body .home_foot_center .column h1{
	margin-top: 0;
	margin-bottom: 2em;
	color: var(--color-white-a);
	font-size: 1.2em;
	font-weight: 500;
}
#footer .home_foot_body .home_foot_center .column ul{
	list-style: inside none;
	padding: 0;
   width: fit-content;
}
#footer .home_foot_body .home_foot_center .column ul li{
	margin: 0.8em 0;
}
#footer .home_foot_body .home_foot_center .column ul li a{
	cursor: pointer;
	text-decoration: none;
	color: var(--color-white-a);
}
#footer .home_foot_body .home_foot_center .column ul li a:hover{
	border-bottom: 1px dotted var(--color-white-a);
}

@media screen and (max-height: 700px) {
	#footer{
		height: 40vh !important;
	}
}
@media screen and (max-height: 400px) {
	#footer{
		height: 50vh !important;
	}
}
@media screen and (max-width: 800px) {
	#footer .home_foot_body .home_foot_center{
		position: absolute;
		right: 0;
		width: 80%;
	}
	#footer .home_foot_body .home_foot_center .column{
		font-size: 0.8em;
	}
	#footer .home_foot_body .home_foot_center .column h1{
		font-size: 1em;
	}
}
@media screen and (max-width: 500px) {
	#footer .home_foot_body .home_foot_center .column{
		font-size: 0.6em;
	}
	#footer .home_foot_body .home_foot_center .column h1{
		font-size: 0.8em;
	}
}