footer{
	position: relative;
	width: 100%;
  	display: block;
  	background-color:#ffffff;
  	color:#4b4c4d;
  	height:14em;
	
		padding-top:20px;
	
  	
}
.footer-clean{
	display: block;
	
	position: relative;
	height: 12em;
	
}
.columnContainer
{	
	display: flex;
	width: 70%;
	float: left;
	line-height:20px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5%;
	flex-direction: row;

}

.column1{
	margin-right: 50px;
}
.column2{
	
}
.footer-clean ul {
  list-style:none;
  list-style-type: none;
  font-family: 'Nunito Sans', sans-serif;
  color:black;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
/* identical to box height */

  letter-spacing: 0.13em;
  text-transform: uppercase;

}

.footer-clean ul a {
  text-align: left;	
  color:inherit;
  text-decoration:none;

  font-size: inherit;
  opacity: 0.8;
  

}
.footer-clean ul li{
	margin-top: 10px;
}

.footer-clean ul a:hover {
  opacity:1;
}





.footerLogo{
	
	display: inline;
	float: right;
	margin-top: 20px;
    margin-right: 6%;
    
}
.footerLogo img{
	margin:0 auto;
}
.TnC_PoweredBy{
	position: relative;
	width: 100%;
	height: 3em;
	display: block;
	bottom: 0px;
	color: white;
	background-color: black;
	padding: 0 2% 0 2%;	


}

ul{
	list-style: none;
}
#ig_logo{
	width: 16px;
	height: 16px;

}
#yt_logo{
	height: 16px;
	width: 18.9px;
}

#TnC{
	display: block;
	width: auto;
	background-color: black;
	color: white;
	
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 11px;
	/* identical to box height */
	height: auto;
	display: block;
	letter-spacing: 0.09em;
	padding-left:7rem ;
	padding-right:7rem;
	padding-top:13px; 
	padding-bottom:27px;

}
#TnC a{
	color:white;
}
.left{float: left;}
.right{float:right;}