body {
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

main {
    min-height: 700px;
    margin: 5px 0;
}

.banner {
    min-height: 720px;
}

.navbar-brand .navbar-item img { min-height: 1.1em }
.navbar-brand .navbar-item:hover {
    background: transparent;
}

.clear { clear: both; }
.pointer { cursor: pointer; }
.centered { text-align: center; }

.bquote {
  font-style: italic;
}
.bquote > p {
  display:inline;
}
.bquote:before {
  content: '“';
}
.bquote:after {
  content: '”';
}

#faqs > li { margin-top: 20px; border-bottom: 1px solid #ddd; padding: 10px 0; }
#faqs li h6 { font-weight: bold; }
#faqs li p { margin-top: 5px; }

.pin {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 7px;
    background: #eb4d4b;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font: 18px Arial, sans-serif;
}

.email-mask {
    color: hsl(217, 71%, 53%);
    text-decoration:underline;
    text-decoration-style: dotted;
    cursor: pointer;
}

.alt-bg-block {
    background-color: var(--bulma-scheme-main-bis);
}

#support-project img { width: 116px; height: 100px; }

.circle-crop { clip-path: circle(); }

.minh375 { min-height: 375px; }

.use-case { min-height: 200px; }
