﻿@font-face {
    font-family: "impulse";
    src: url("/fonts/impulse.eot");
    src: url("/fonts/impulse.woff") format("woff"),
         url("/fonts/impulse.otf") format("opentype"),
         url("/fonts/impulse.svg#filename") format("svg");
}

body {
    position: relative;
}

.navbar-dark a.company {
    font-family: 'impulse';
    font-size: 1.6em;
    color: #bf0411;
}

:target::before {
    content: "";
    display: block;
    height: 60px; /* fixed header height*/
    margin: -60px 0 0; /* negative fixed header height */
}

.title {
    font-family: 'impulse';
    font-size: 8em;
    color: #1e1d1e;
}

.fancybox-caption__body {
    font-family: 'impulse';
    font-size: 3em;
}
@media (max-width: 768px) {
    .fancybox-caption__body {
         font-size: 2em;
    }
}