@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

#wrapper_logo_footer{

	display: grid;
		/*position:relative;*/
		margin-left:0%;
		margin-right:0%;
		margin-top: 0px;
		padding-top:20px;
		bottom:0px;
		/*height:50px;*/
		margin-bottom:0px;
		
		width: 110%;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 100px 0px;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		
		background-color: #ffffff;
		
		z-index:10000001;

}

#footer_a_img{
	
	grid-row: 2/3;
	grid-column: 2/4;
	align-self: center;
	margin:0px 0px 0px 0px;
	/*min-width: 480px;*/
	width: 75%;
	height: auto;
	justify-self: start;
}

#footer_b_img{
	
	grid-row: 2/3;
	grid-column: 4/6;
	align-self: center;
	margin: 0px 0px 0px 0px;
	/*min-width:610px;*/
	width: 75%;
	height: auto;
	justify-self: end;
}

#img_fa{
	width: 20%;
	min-width: 150px;
	height: auto;
	justify-self: start;

	
}

#img_fb{
	width: 20%;
	min-width: 120px;
	height: auto;
	justify-self: start;
	margin-left: -30px;
}


@media screen and (max-width: 700px) {
	#footer_b_img{
		/*margin:60px 0px 0px -15%;
		min-width:610px;*/
	}
}
@media screen and (max-width: 600px) {
	#footer_b_img{
		/*margin:60px 0px 0px -40%;
		min-width:610px;*/
	}
	
}

@media screen and (max-width: 500px) {
	/*
	#wrapper_logo_footer{

		display: grid;
		
		margin-left:0%;
		margin-right:0%;
		margin-top: 50px;
		padding-top:20px;
		bottom:0px;
	
		margin-bottom:-30px;
		
		width: 110%;
		grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
		grid-template-rows: auto auto;
		grid-column-gap: 0px;
		grid-row-gap: 40px;

	}
	
	#footer_a_img{
		grid-row: 1/2;
		grid-column: 2/3;
		align-self: center;
		margin:40px 0px 0px 0px;
		min-width: 380px;
		max-width: 100px;
	}
	#footer_b_img{
		grid-row: 1/2;
		grid-column: 2/3;
		align-self: center;
		margin:40px 0px 0px 0px;
		min-width:510px;
	}
	*/
	#img_fb{
		margin-left: -10px;
	}
}
@media screen and (max-width: 450px) {
	
	#img_fb{
		margin-left: 0px;
	}
}
#wrapper_footernid{
	/*
	position:absolute;
	bottom:0px;
	width: 100%;
	height: auto;
	*/
	/*position:relative; /*absolute;*/
	display: grid;
	/*position:relative;*/
	margin-left:0%;
	margin-right:0%;
	margin-top: 0px; /*50px;*/
	padding-top:0px;
	bottom:0px; /*-50px;*/
	/*height:50px;*/
	margin-bottom:0px; /*-44px;*/
	
	width: 110%;
	grid-template-columns: 5% 22.5% 22.5% 22.5% 22.5% 5%;
	grid-template-rows: 10px 100px 30px 5px;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
	
	background-color:rgba(255, 255, 255,1);
	
	z-index:10000001;
}

#footer_log {
	grid-row: 1 / 2;
	grid-column: 1 / 2;

}
	
	
#a_fn {grid-row: 3 / 4;}
#a_fn {grid-column: 2 / 3;
	margin-left: 30px;
	}
#a_fn, #b_fn, #c_fn, #d_fn {	
		/*margin:10px 0px 60px 25%;*/
		/*display: flex;*/
		align-items: center;
		text-align: left;
		/*font-size: 1.2vw;*/
		
		background-color:rgba(255, 255, 255,1);
	}

#b_fn {grid-row:  3 / 4;}
#b_fn {grid-column: 3 / 4;
	text-align: center;
}

/*#b_fn {	margin:10px 0px 50px 70px;
		display: flex;
		align-items: center;
		cursor:pointer;
		font-size:calc(10px + 0.2vw);
		background-color:rgba(0,0,0,1);
	}
*/
#c_fn {grid-row:  3 / 4;}
#c_fn {grid-column: 4 / 5;
	text-align: center;
}

/*#c_fn {	margin:10px 0px 50px 20px;
		display: flex;
		align-items: center;
		cursor:pointer;
		font-size:calc(10px + 0.2vw);
		background-color:rgba(0,0,0,1);
	}
*/
#d_fn {grid-row:  3 / 4;}
#d_fn {grid-column: 5 / 6;
	text-align: right;
	margin-right: 30px;
}
/*#d_fn {	margin:10px 0px 50px 45%;
		display: flex;
		align-items: center;
		cursor:pointer;
		font-size:calc(10px + 0.2vw);
		background-color:rgba(0,0,0,1);
	}
*/	
  		
@media screen and (max-width: 400px) {
	
	/*#wrapper_footernid{
		margin-top: 30px;
		grid-row-gap: 5px;
		height:40px;
		grid-template-rows: 15px 15px;
		
	}*/
	
	#a_fn, #a_fn, #a_fn, #a_fn {
	
		font-size: 1.7vw;
		
	}
	
	/*#a_fn {grid-row: 1 / 2;}
	#a_fn {grid-column: 1 / 3;}
	#a_fn {	margin:-25px 0px 0px 30px;
		display: flex;
		align-items: center;
		font-size: 1.7vw;
		}
	
	#b_fn {grid-row: 2/ 3;}
	#b_fn {grid-column: 1 / 3;}
	#b_fn {	margin:-25px 0px 0px 30px;
		display: flex;
		align-items: center;
		font-size: 1.7vw;
		}
	
	#c_fn {grid-row: 1 / 2;}
	#c_fn {grid-column: 3 / 5;}
	#c_fn {	margin:-25px 30px 0px 30px;
		display: flex;
		align-items: center;
		justify-items: right;
		font-size: 1.7vw;
		justify-self:right;
		}
	
	#d_fn {grid-row: 2 / 3;}
	#d_fn {grid-column: 3 / 5;}
	
	#d_fn {	margin:-25px 30px 0px 30px;
		display: flex;
		align-items: center;
		justify-items: right;
		font-size: 1.7vw;
		justify-self:right;
		}
	*/
}
	


@media screen and (max-width: 900px) {

	#wrapper_footernid{
		grid-template-columns: 0.1fr 1fr 1fr 0.5fr;
		grid-template-rows: 30px 30px 30px 30px 30px;
	}
	
	#footer_a_img{
		grid-row: 2/4;
		grid-column: 3/4;
		justify-self: start;
	}
	#footer_b_img{
		grid-row: 4/6;
		grid-column: 3/4;
		justify-self: start;
	}
	
	#a_fn {grid-row: 2 / 3;}
	#a_fn {grid-column: 2 / 3;}
	#a_fn { text-align: left;
		margin-left: 0px;
	}
	
	#b_fn {grid-row: 3 / 4;}
	#b_fn {grid-column: 2 / 3;}
	#b_fn { text-align: left;}
	
	#c_fn {grid-row: 4 / 5;}
	#c_fn {grid-column: 2 / 3;}
	#c_fn { text-align: left;}
	
	#d_fn {grid-row: 5/ 6;}
	#d_fn {grid-column: 2 / 3;}
	#d_fn { text-align: left;
		margin-right: 0px;
	}
	
}

@media screen and (max-width: 400px) {

	#footer_a_img{
		grid-column: 4/5;
		/*justify-self: end;*/
	}
	#footer_b_img{
		grid-column: 4/5;
		/*justify-self: end;*/
	}
}