

footer{
	width:100%;
	z-index:98;
	background: url("../img/footerbackground.png");
	background-size: cover;
	background-position:bottom;
	color:var(--color5);
	font-size:0.8rem;
	box-sizing:border-box;
	padding-bottom:10px;
	padding-top:10px;
	line-height:150%;
	position:relative;
	display:none;
}
footer .balancerWider{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;	
	box-sizing:border-box;	
}		
.footerSection1,.footerSection2,.footerSection3,.footerSection4 {
	box-sizing:border-box;
	margin-bottom:50px;
}
address{
	
	font-style:normal;
}	
address a{
	
	color:inherit;
	text-decoration:none;
}	
.footerLogo{
	background:url('../img/navlogo.png');
	width:70px;
	height:70px;
	position:absolute;
	bottom:130px;
	left:calc(50% - 35px);
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.3;
}	


/*for copyright statement*/	
.footerSection5{
	font-size:11px;

	margin-bottom:60px;
    color:var(--color2);
	text-align:center;
	
}	
footer h3{		
	font-family: "Playfair Display", serif;	
	color:var(--color6);
	margin-bottom:0px;
	font-size:1.1rem;
	
}		
.footerheaderline{
	border:1px solid var(--color7);
	width:15px;
	margin-top:6px;
	margin-bottom:20px;
	margin-left:0px;
}	
.leftSide{
	width:50%;
	float:left;
}	

.rightSide{
	width:50%;
	float:left;
}	

@media (min-width:600px){
.footerSection1,.footerSection2,.footerSection3,.footerSection4 {
	padding-right:25px;
}	

}
@media (min-width:1100px){
	

footer{
	padding-top:5px;
	height:380px;
}
	
footer .balancerWider{
	justify-content:space-between;	
	padding-left:25px;
	padding-right:25px;	
}		
	
.footerSection1,.footerSection2,.footerSection3,.footerSection4 {
	box-sizing:border-box;
	padding-left:0px;
	padding-right:0px;
	flex-basis: 25%;
	text-align:left;
}	

/*for copyright statement*/
.footerSection5{
	
	margin-top:20px;
	}	
footer h3{
	padding-bottom:5px;
	font-size:0.9rem;
	margin-top:10px;
	}		
.footerheaderline{
	margin-top:3px;
	margin-bottom:20px;
}
.footerLogo{
	bottom:100px;
}			
	
	
}	



