@font-face {
  font-family: "Carlito";
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.eot"); /* IE9 Compat Modes */
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.otf") format("opentype"), /* Open Type Font */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.svg") format("svg"), /* Legacy iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.woff") format("woff"), /* Modern Browsers */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Carlito";
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.eot"); /* IE9 Compat Modes */
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.otf") format("opentype"), /* Open Type Font */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.svg") format("svg"), /* Legacy iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.woff") format("woff"), /* Modern Browsers */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Carlito";
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.eot"); /* IE9 Compat Modes */
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.otf") format("opentype"), /* Open Type Font */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.svg") format("svg"), /* Legacy iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.woff") format("woff"), /* Modern Browsers */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Carlito";
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.otf") format("opentype"), /* Open Type Font */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.svg") format("svg"), /* Legacy iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.woff") format("woff"), /* Modern Browsers */
    url("https://filmchief.com/festivals/aestheticafilmfestival/fonts/carlito/Carlito-BoldItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: italic;
}

/* Typography and color defaults */
body {
    font-family: 'Source Sans Pro', sans-serif;
	font-size:1.5rem;
	color:#111;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Carlito', 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#111;
}


.navbar-brand.primary>img {
	height:70px;
	margin:10px 0;
}

.navbar-default {
    background-color: #fff;
    border:none; 
}
