@font-face{

	font-family: f1;
	src:url(fonts/TitilliumWeb-Regular.ttf);
}

.copyright{
    position: relative;
	width: 100%;
	height: 60px;
	background: rgb(41, 54, 70);
	z-index:1;

}

.footer-copy{
   font-family:f1;
   padding-top: 20px;
   text-align: center;
   text-transform: uppercase;
   color:#FFF;

}

