nav.navbar-dark .navbar-logo {
    color: white;
}

.short-section
{
    padding-top: 120px;
    padding-bottom: 32px;
}

.stubby-section {
    padding-top: 42px;
    padding-bottom: 42px;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-RegularItalic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}
 
