@font-face {
    font-family: 'AntennaRegular';
    src: url('https://filmchief.com/festivals/curtas/fonts/antenna-regular-webfont.eot');
    src: url('https://filmchief.com/festivals/curtas/fonts/antenna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-regular-webfont.woff') format('woff'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-regular-webfont.ttf') format('truetype'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-regular-webfont.svg#AntennaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AntennaBold';
    src: url('https://filmchief.com/festivals/curtas/fonts/antenna-bold-webfont.eot');
    src: url('https://filmchief.com/festivals/curtas/fonts/antenna-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-bold-webfont.woff') format('woff'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-bold-webfont.ttf') format('truetype'),
         url('https://filmchief.com/festivals/curtas/fonts/antenna-bold-webfont.svg#AntennaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
	font-family: 'AntennaRegular', sans-serif;
	font-size:1rem;
}
footer .page-footer-inner {
    background-color: #282828;
    color: #f3f3f3;
    font-family: 'AntennaBold', sans-serif;
}
h1,h2,h3 {
	font-family: 'AntennaBold', sans-serif;
}

.navbar-brand.primary img {
	width:300px;
	padding:25px 0;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 4px;
	}
}



.schedule-vpi .filmTitle {
    color: #fff;
}
.schedule-vpi .filmInfo .field-value,
.schedule-vpi .filmInfo .productionCountryAndYear,
.schedule-vpi .filmInfo .duration,
.schedule-vpi .filmInfo .synopsis {
	color: #fff;
}