/* font converted using font-converter.net. thank you! */
/*
@font-face {
  font-family: "modernist";
  src: url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.eot"); 
  src: url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.eot?#iefix") format("embedded-opentype"), 
    url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.otf") format("opentype"), 
    url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.svg") format("svg"), 
    url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.ttf") format("truetype"), 
    url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.woff") format("woff"), 
    url("//filmchief.com/festivals/shortwaves/fonts/modernist/sk-modernist-regular-web.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}
*/

/* Typography and color defaults */
html {
	font-size:14px;
}
html, body {
	font-family: "Poppins", sans-serif;
}
body {
	font-size:1rem;
}

.navbar-brand.primary>img {
	height:55px;
	margin:20px 0;
}
/*
.navbar-shortwaves {
	background-color:#acaad5;
}
.navbar-shortwaves .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #acaad5;
}*/
