@font-face {
  font-family: 'Spotnik';
  /*font-style: normal;*/
  /*font-weight: 300;*/
  src: url("../fonts/spotnik-demo.woff") format('woff');
}

@font-face {
  font-family: 'Avenir';
  /*font-style: normal;*/
  /*font-weight: 300;*/
  src: url("../fonts/avenir-light.woff") format('woff');
}



.spotnik {
	font-family: 'Spotnik' !important;
}

.avenir {
	font-family: 'Avenir' !important;
}

.black {
	color: #000 !important;
}

.about {
	background: #f1f0e7 !important;
}

.choose {
	background: #ecf0f1 !important;
}

.footer-emp-w3ls {
	background: #b6d4e4 !important;
}