figcaption {
  margin: auto;
  text-align: center;
}

.about-entity{
  padding-right: 0px !important;
}

@media(max-width: 600px){
  .logo {
    display: none !important;
  }
}

@media(min-width: 600px){
  .content {
    text-align: justify;
  }
  .grid {
    display: grid !important; 
  }
}

.quarto-light #quarto-header{
    /*border-bottom: 2px solid darkgrey; /* Sets a thin grey border */
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);*/
    background-color: #2d2d2d !important; 
    transition: none;
    opacity: 0.995;
}

.navbar-dark{
  background-color: #2d2d2d !important; 
}

.quarto-dark #quarto-header{
    /*border-bottom: 2px solid white; /* Sets a thin grey border */
    background-color:#2d2d2d	 !important; 
    transition: none;
    opacity: 0.995;
}

.navbar-container {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  letter-spacing: 0.75px;
}

.navbar-brand {
  pointer-events: none;  /* Disables clicking */
}

.nav-footer-left{
  align-self: center;
}

.nav-footer-right{
  align-self: center;
}

h1, h2, h3, h4, .subtitle, .menu-text, .navbar-title{
  text-align: left;
  font-family: Montserrat !important;
  letter-spacing: 1px;
}

body{
 letter-spacing: 0.1px; 
}

/* FONTS */

/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v30-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/merriweather-v30-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}