.max-width-800px {
    max-width: 800px;
}
.w-5px {
    width: 5px;
}
.top-2px {
    top: 2px;
}
body {
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none !important;
}
a:hover {
    transition-property: all;
    transition-duration: 200ms;
    opacity: 75%;
}
.logo-bar {
    height: 2em;
}
.special {
    transition-property: all;
    transition-duration: 200ms;
    filter: grayscale(100%);
}
.special:hover {
    filter: grayscale(0%);
    cursor: default;
}
figcaption {
    display: flex;
    justify-content: center;
}
figure img {
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12);
}


@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-light-webfont.woff2') format('woff2'),
         url('/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
dt {
    font-style: italic;
}
