
@font-face {
    font-family: 'ZurichCn_PFL-Normal';
    src: url('../fonts/ZurichCn_PFL-Normal.eot?#iefix') format('embedded-opentype'),  url('../fonts/ZurichCn_PFL-Normal.woff') format('woff'), url('../fonts/ZurichCn_PFL-Normal.ttf')  format('truetype'), url('../fonts/ZurichCn_PFL-Normal.svg#ZurichCn_PFL-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZurichLtCn_PFL-Normal';
    src: url('../fonts/ZurichLtCn_PFL-Normal.eot?#iefix') format('../fonts/embedded-opentype'),  url('../fonts/ZurichLtCn_PFL-Normal.woff') format('woff'), url('../fonts/ZurichLtCn_PFL-Normal.ttf')  format('truetype'), url('../fonts/ZurichLtCn_PFL-Normal.svg#ZurichLtCn_PFL-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  background: url('../images/asztalos_1920_1080.jpg') no-repeat center center;
  min-height: 100%;
  background-size: cover;
}
body {
  /* Workaround for some mobile browsers */
  min-height: 100%;
  background-color: transparent;
  font-family: 'ZurichLtCn_PFL-Normal', sans-serif;
  overflow-x: hidden;
}

.navbar {
    margin-bottom: 0;
}
.navbar-nav > li > a, .navbar-brand {
    font-size: 1.4em;
    font-weight: bold;
}

footer, .footer {
    font-family: 'ZurichCn_PFL-Normal', sans-serif;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 1.5em;
}