@font-face {
  font-family: kufi;
  font-style: normal;  
  src:  url('../fonts/DroidKufi-Regular.woff') format('woff'),
        url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}
.kufi{
  font-family: kufi;
  font-style: normal;
  font-weight: 300;  
}
ol,ul {
	list-style:none;
}

.container{
	position: relative;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}