.footer{
  position: relative;
  left: 0;
  bottom: 0;
 }
.footer, .footer_details{
	width:100%;
}
.footer_heading{
	font-size: large;
	padding-left: 5%;
}
.footer_details{
	display:inline-flex;
	justify-content: center;
	background-color: lightgray;
	opacity: 0.80;
}
.footer_element{
	width:300px;
	height:100%;
}
.footer_link{
	padding: 2%;
	font-weight: bold;
	color:black;
	opacity: unset;
	font-size: smaller;
	
}

.footer_link:visited{
	color:#5a8c83;
}
.footer_summary{
	background-color: #aaacab;
	color:white;
	cursor:pointer;
	font-size: x-large;
	font-weight: bold;
	
}
.powered_by_jtb{
	text-align: right;
	color: white;
	font-style: italic;
}
.branding_footer, .branding_link{
	color:white;
	font-weight: bolder;
	font-style: oblique;
	font-size: medium;
	font-family: sans-serif;
}
.branding_link{
	cursor: pointer;
	text-decoration: none;
}
.branding_container{
	width: 100%;
	text-align: center;
	background-color:#5a8c83;
}