/* Site specific tweaks on top of the theme stylesheets. */

/*
 * The name in the top bar. This lives here rather than in a style attribute on
 * the link: a quoted font family inside an html attribute is one bad rewrite
 * away from being unreadable, and a stylesheet is served untouched.
 * The face ships a single weight, so do not ask for a bolder one - the browser
 * would fake it and smear the hairlines.
 */
a.logo.logo-script {
    font-family: 'Monsieur La Doulaise', cursive;
    font-weight: 400;
    font-size: 3vh;
    padding-top: 2vh;
    color: #fff;
}

/* An uploaded logo image, when one is set instead of the name. */
a.logo img {
    max-height: 6vh;
    width: auto;
}

/* Home slider: the whole thumbnail (image + caption) is a link to the project. */
.swiper-bottom-scrollbar-full .slide-link,
.swiper-bottom-scrollbar-full .slide-link:hover,
.swiper-bottom-scrollbar-full .slide-link:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.swiper-bottom-scrollbar-full .slide-link img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Pull menu: the "Projects" label opens its own sub menu. */
.full-width-pull-menu [data-dropdown-trigger] {
    cursor: pointer;
}
