footer {
	background-color: #1a1a1c;
	margin-top: 60px;
	
}


.footer_nav_container {

	height: auto;
    padding-top: 10px;
	text-align: center;
}
.footer_nav_container ul {
	box-shadow: 0 1px 10px 2px #ffffff3b;
    background: rgb(8 8 8);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 35px;
    padding: 15px;
}
.footer_nav_container ul li {
	display: inline-block;
	
}
.footer_nav_container ul li a {
	font-family: 'Times New Roman', serif;
    font-weight: 200;
    color: White;
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
	opacity: 0.6;
}
.footer_nav_container ul li a:hover {
	opacity: 0.8;
	
}
.footer_selected {
	opacity: 1 !important;
	padding-bottom: 8px;
	border-bottom: solid thin red;
	
}


.footer_Social_Main_Container {
	
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	
}

.footer_image_container {
		
	
	text-align: center;
	height: 200px;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-content: center;
}
.footer_image_container a {
	
}
.footer_image_container a img {
	height: 50px;
	cursor: pointer;
}
.footer_links_container {
	text-align: center;
	height: 200px;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-content: center;
	
}
.footer_links_container a {
	
}
.footer_links_container a img {
	height: 60px;
	cursor: pointer;
}
.footer_social_container {
	text-align: center;
	height: 200px;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-content: center;
}
.footer_social_container a {
		
}
.footer_social_container a img {
	height: 80px;	
	cursor: pointer;
}




.footer_tandc_container {
	
	
	text-align: center;

	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_tandc_container a {
	text-decoration: none;
	color: white;
	cursor: pointer;
	font-size: 18px;
}
.footer_tandc_container a:hover {
	
}
.active {
	opacity: 1 !important;
	padding-bottom: 8px;
	border-bottom: solid thin red;
}

@media only screen and (max-width: 1060px) {
	
	.footer_nav_container ul {
		width: auto;

	}
	
	
	
	
	
	

}

@media only screen and (max-width: 802px) {
	
	.footer_nav_container {
		height: auto;
		padding-top: 0 !important;
		text-align: center;
		
	}
	.footer_nav_container ul {

		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		border-radius: 0 !important;
		background-color: black !important;
	}
	.footer_nav_container ul li {
		display: inline-block;
		margin: 10px;
	}
	.footer_nav_container ul li a {
		font-family: 'Times New Roman', serif;
		font-weight: 200;
		color: White;
		font-size: 20px;
		text-decoration: none;
		margin-left: 15px;
		margin-right: 15px;
		opacity: 0.6;
	}
	
	
}
@media only screen and (max-width: 510px) {
	
	.footer_nav_container {
		height: auto;
		padding-top: 0 !important;
		text-align: center;
		
	}
	.footer_nav_container ul {

		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		border-radius: 0 !important;
		background-color: black !important;
	}
	.footer_nav_container ul li {

		margin: 10px;
		
			
	}
	.footer_nav_container ul li a {
		font-family: 'Times New Roman', serif;
		font-weight: 200;
		color: White;
		font-size: 20px;
		text-decoration: none;
		margin-left: 15px;
		margin-right: 15px;
		opacity: 0.6;
	}
	
	
}

/*  IE Only   */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.footer_Social_Main_Container {
		justify-content: space-around;
		
		
	}
	.footer_image_container {
		
		justify-content: space-between;
		
	}
	.footer_links_container {
		justify-content: space-between;
	}
	.footer_social_container {
		justify-content: space-between;
	}
	
	
	
}

@supports (-ms-ime-align:auto) {
	.footer_Social_Main_Container {
		justify-content: space-around;
		
		
	}
	.footer_image_container {
		
		justify-content: space-between;
		
	}
	.footer_social_container {
		justify-content: space-between;
	}
	
	
}