/* Footer */

.zyoa-footer {
	position: relative;
	margin-top: 100px;
	text-align: center;
	background-color: #55708C;
	padding: 40px 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
	flex-direction: column;
	
}
.Zyoa-footer-container {
	display: flex;
	flex-direction: row;
	width: 100;
	overflow: hidden;
	padding: 20px;
	justify-content: space-between;

}
.zyoa-footer-content-container {
	display: flex;
	flex-direction: row;
	margin-left: 30px;
}
.footer-social-icons-container h3 {
	font-size: 1.1rem;
	max-width: 300px;
	margin-top: 50px;
	color: whitesmoke;
	text-align: start;
}
.footer-social-icons {
	display: flex;
	flex-direction: row;       
	justify-content: start;
	gap: 20px;
	margin-top: 20px;
}
.footer-social-icons svg {
	width: 30px;
	height: auto;
	fill: whitesmoke;
}
.explore-container {
	display: flex;
	flex-direction: column;
	text-align: start;
	margin-left: 100px;
	justify-content: start;
	color: whitesmoke;
}
.explore-links {
	display: flex;
	flex-direction: column;
	max-width: 200;
	justify-content: space-between start;
	text-align: start;
	color: whitesmoke;
	gap: 15px;
}
.explore-links a {
	color: whitesmoke;
	font-size: 1rem;
	text-decoration: none;
	
}
.footer-get-in-touch-container {
	display: flex;
	flex-direction: column;
	text-align: start;
	margin-left: 100px;
	justify-content: start;
	color: whitesmoke;
	gap: 10px;
}
.contact-address {
	display: flex;
	flex-direction: column;
	gap: 10px;
	
}
.contact-plus-address {
	display: flex;
	flex-direction: row;
	justify-content: space-between start;
}
.contact-plus-address svg {
	width: 20px;
	height: 20px;
	fill: whitesmoke;
	margin-right: 15px;
}
.contact-plus-address a {
	color: whitesmoke;
	font-size: 1rem;
	width: 200px;
	text-decoration: none;
}
.location-foot {
	display: flex;
	flex-direction: row;
	justify-content: space-between start;
}
.location-foot svg {
	width: 20px;
	height: 20px;
	fill: whitesmoke;
	margin-right: 15px;
}
.location-foot a {
	color: whitesmoke;
	font-size: 1rem;
	width: 200px;
	text-decoration: none;
}
.footer-map {
	display: block;
}
.footer-map img {
	width: 200px;
	height: auto;
	max-width: 400px;
	border-radius: 6px;
	margin-right: 20px;
	align-self: flex-end;
}
.bottom-copy {
	display: flex;
	flex-direction: column;
	border-radius: 8px; 
	background-color: 55708C; 
	padding: 10px;
}
.bottom-copy h6 {
	color: whitesmoke;

}
.bottom-copy a {
	color: whitesmoke;
	font-size: 0.8rem;
	text-decoration: none;
}
.footer-spacer-line {
	position: absolute;
	visibility: hidden;
	height: 0px; background-color: white; border-radius: 0px; 
	margin-left: 0px; margin-right: 0px;
	z-index: -10;
}
.footer-at-medium-screen {
	position: absolute; visibility: hidden; width: 0px; z-index: -10;
}



@media screen and (max-width: 768px) {
	.green-world-svg {
		width: 100%;
		height: auto;
		max-width: 50px;
	}
	.zyoa-footer {
		flex-direction: column;
	}
	.Zyoa-footer-container {
		flex-direction: column;
	}
	.zyoa-footer-content-container {
		flex-direction: column;
		margin-left: 0px;
		justify-content: center;
		align-items: center;
	}
	.footer-get-in-touch-container {
		margin-left: 0px;
	}
	.footer-get-in-touch-container h3 {
		text-align: center;
	}
	.footer-social-icons-container h3 {
		font-size: 1rem; visibility: collapse; position: absolute; top: 0px; left: 0px; max-width: 0px;
	}
	.footer-social-icons {
		gap: 20px;
	}
	.footer-social-icons svg {
		width: 22px;
	}
	
	.explore-container{
		margin-left: 0px;
		width: 100%;
		flex-direction: column;
		justify-content: space-evenly;
		text-align: center;
	}
	.explore-container h3 {
		text-align: start;
	}
	.explore-links {
		max-width: 100%;
		flex-direction: row;
		justify-content: space-evenly;
		font-weight:500;
		margin-left: 0px;
		text-align: center;
	}
	.footer-spacer-line {
		position: relative; visibility: visible; width: 100%; z-index: 4;
		height: 3.5px; background-color: white; border-radius: 8px; 
		margin: 50px 30px 20px 30px;
	}
	.footer-get-in-touch-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		margin-left: 0px;
		margin-top: 20px;
		gap: 1px;
		justify-content: space-between;
	}
	.footer-get-in-touch-container h3 {
		text-align: start;
	}
	.contact-address {
		width: 100%;
		display: flex;
		margin-left: 0px;
		flex-direction: row;
		justify-content: space-evenly;
		gap: 5px;
		height: auto;
	}
	.contact-plus-address {
		justify-content: center;
		justify-self: center;
	}
	.contact-plus-address  a{
		text-align: center;
		width: 100%;
	}
	.location-foot {
		position: absolute;
		visibility: hidden;
		max-width: 0px;
		height: 0px;
	}
	.footer-map {
		position: absolute; visibility: hidden; width: 0px; height: 0px;
	}
	.footer-at-medium-screen {
		position: absolute; visibility: hidden; width: 0px; z-index: -10;
	}
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
	.green-world-svg {
		position: relative;
		width: 100%;
		height: auto;
		max-width: 180px;
		max-width: 100px;
	}
	.footer-social-icons-container h3 {
		position: relative;
		width: 500px;
		font-size: 1.0rem;
		width: 100%;
		height: auto;
		
	}
	.footer-get-in-touch-container {
		position: absolute;
		visibility: hidden;
		z-index: -12;
		width: 0px;
		margin-left: 0px;
		gap: 0px;
		height: 0px;
	}
	.explore-container {
		position: absolute;
		visibility: hidden;
		z-index: -12;
		width: 0px;
		margin-left: 0px;
		gap: 0px;
		height: 0px;
	}
	.footer-map {
		position: absolute;
		visibility: hidden;
		z-index: -12;
		width: 0px;
		margin-left: 0px;
		gap: 0px;
		height: 0px;
	}
	.footer-at-medium-screen {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 0px;
	justify-content: space-between;
	}
	.explore-container-at-medium-screen {
	display: flex;
	width: 100%;
	margin-left: 50px;
	justify-content: center;
	justify-items: start;
	text-align: start;
	color: white;
	flex-direction: column;

	}
	.explore-links-at-medium-screen {
	flex-direction: row;
	justify-content: space-evenly;
	font-weight:500;
	margin-top: 0px;
	margin-left: 0px;
	text-align: start;
	}
	.explore-links-at-medium-screen a {
	text-decoration: none;
	color: white;
	margin-right: 20px;
	}
	.footer-get-in-touch {
	display: flex;
	width: 100%;
	margin-left: 50px;
	margin-top: 20px;
	color: white;
	text-align: start;
	flex-direction: column;
	}
	.contact-address {
	width: auto;
	display: flex;
	margin-left: 0px;
	flex-direction: row;
	justify-content: start;
	}
	.footer-at-medium-screen {
		position: relative; visibility: visible; width: 100%; z-index: 1;
	}
	

}
