@font-face {
	font-family: fontin_Bold;
	src: url("font/Fontin-Bold.otf");
}
@font-face {
	font-family: Fontin_SmallCaps;
	src: url("font/Fontin-SmallCaps.otf");
}
@font-face {
	font-family: fontin;
	src: url("font/Fontin.otf");
}
@font-face {
	font-family: fontin_Italic;
	src: url("font/Fontin-Italic.otf");
}
@font-face {
	font-family: Pristina;
	src: url("font/Pristina.ttf");
}

*{
	font-family: fontin;
}
footer{
    padding: 50px 10px;
    background: #020202;
    color: #fafafa;
    font-size: 12px;
    font:12px Pristina;
}
footer table{
    width: 80%;
}
footer table td{
    width: 50%;
}

.dark-primary-color			{ background: #0086c3; }
.default-primary-color		{ background: #29b6f6; }
.light-primary-color		{ background: #73e8ff; }

.primary-text-color			{ color: #212121; }
.secondary-text-color		{ color: #fafafa; }

.dark-secondary-color		{ background: #002984; }
.default-secondary-color	{ background: #3f51b5; }
.light-secondary-color		{ background: #757de8; }


:root {
	--dark-primary-color: #0086c3;
	--primary-color: #29b6f6;
	--light-primary-color: #73e8ff;

	--dark-secondary-color: #002984;
	--secondary-color: #3f51b5;
	--light-secondary-color: #757de8;

	--primary-text-color: #212121;
	--secondary-text-color: #fafafa;
}

.jumbotron{
	margin-bottom:0;
}