/* Footer */
	
	footer {position: relative; width: 100%; height: 2in; margin: auto; margin-top: 2%; padding: 0.1in;  border: none;   box-sizing: border-box;  background-image: linear-gradient(141deg,rgba(137,117,100,0.5), rgba(50,40,30,0.4) ,rgba(40,36,20,0.4) , rgba(137,117,100,0.5) ); box-shadow: 0in 0in 0.035in 0in black; color: rgba(180,180,180,0.54); text-shadow: 0in 0in 0.01in rgba(180,180,180,0.54);  display: flex; flex-direction: row;   align-items: flex-start; justify-content: space-between; flex-wrap: nowrap;  }
	
	.Footer1, .Footer2 { position: relative;  /* width: 35%; */ height: 85%;  box-sizing: border-box;  display: flex; flex-direction: row;   align-items: flex-start; justify-content: flex-start;   }
	.Footer3 { position: relative;   max-width: 45%;  height: 85%;  box-sizing: border-box;  display: flex; flex-direction: column;   align-items: flex-start; justify-content: space-between;   }
	.Footer3a { position: relative;   width: 100%;  height: 50%;  box-sizing: border-box;  display: flex; flex-direction: column;   align-items: flex-start; justify-content: space-between;   }
	.FooterSocial { position: relative;   width: 100%;  height: 48%;  box-sizing: border-box;  display: flex; flex-direction: row;   align-items: flex-start; justify-content: space-evenly;    }
	.Footer2bLink, .Footer2bLinkDisabled { position: relative;  box-sizing: border-box;   display: flex; flex-direction: row; align-items: center; justify-content: center;  }
	.Footer2bLinkDisabled {   /* pointer-events: none;  filter: grayscale(100%); */ }
		.Footer2bLinkDisabled img { filter: grayscale(100%); }
	.Footer2bBadge { position: relative;   max-width: 0.25in;  max-height: 0.25in;  box-sizing: border-box;  display: flex; align-items: center; justify-content: center; }
	.Footer1a {position: relative;  height: 100%; margin: 0in 0.1in;  padding: 0.1in 0.05in;   border-left: 0.01in solid rgb(200,200,180); border-image:  radial-gradient(   white , rgba(0,0,0,0) ) 1;   box-sizing: border-box; display: flex; flex-direction: column;   align-items: flex-start;  justify-content: flex-start; }
	.Footer1b, .Footer4b { position: relative; margin: 0.02in 0in ;  padding: 0.02in 0.04in;  box-sizing: border-box; font-size: 0.12in; color: rgb(180,180,180);  } 
	/* .Footer1b:hover, .Footer4b:hover { color: rgb(200,200,200); text-decoration: 0.01in underline dashed rgb(110,110,110) !important;  } */
	
	.Footer2 { /* width: 45%;  */ height: 100%; }
	
	.Footer4 { position: absolute; bottom: 0in; width: 70%; height: 15%;  box-sizing: border-box;  display: flex; flex-direction: row;   align-items: center; justify-content: flex-start;   }
	
	
	 .FooterPartner {position: relative; width: 12.5vw;  height: 33%; margin: 0in 0.1in;  padding: 0.1in 0.05in;  box-sizing: border-box; display: flex; flex-direction: column;   align-items: flex-start;  justify-content: flex-start;   }
	.FooterPartner1 { position: relative;  width: 100%;  box-sizing: border-box; display: flex; flex-direction: column;   align-items: center;  justify-content: flex-start;   } 
	.FooterPartner1a { position: relative;  padding: 0.02in 0.04in;  box-sizing: border-box; font-size: 0.12in; color: rgb(200,200,200);    } 
	.FooterPartner1b { position: relative;  max-width: 100%; max-height: 100%; margin: 0.05in 0in; box-sizing: border-box;   }
	
  /* Footer Done */
