a{
	
}
a:hover,
a:focus,
a:active{
	text-decoration:none;
}
.fontlight{
	font-weight: 300;	
}
.fontnormal{
	font-weight: 300;	
}
.fontbold{
	font-weight: 500;	
}
.fontextrabold{
	font-weight: 700;	
}
.whitetext{
	color:white;
}
.whitetext::hover{
	color:white;	
}
.clearfix::before, 
.clearfix::after{
    display: block;
    content: "";
    clear: both;	
}