/* css styles */

@media only screen and (max-width: 767.98px) {
  .quarto-title-block .quarto-title-banner {
      background-size: cover;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 20px;
  }
  
  #title-block-header.quarto-title-block.default .quarto-title .title {
      margin-bottom: 0;
      color: white;
      font-size: 50px;
      padding-left: 20px;
  }
  
  p.subtitle {
      margin-top: .25em;
      margin-bottom: .5em;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding-left: 20px;
  }
  
}

@media only screen and (min-width: 768px) {
  .quarto-title-block .quarto-title-banner {
      background-size: cover;
      height: 600px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #title-block-header.quarto-title-block.default .quarto-title .title {
      margin-bottom: 0;
      color: white;
      font-size: 80px;
      padding-left: 20px;
  }
  
  p.subtitle {
      margin-top: .25em;
      margin-bottom: .5em;
      color: white;
      font-size: 30px;
      font-weight: bold;
      padding-left: 20px;
  } 
}

.quarto-title.column-body {
  background: lightgrey;
  background-color: rgba(0, 0, 0, 0.4);
}

h4, .h4 {
  font-style: italic;
  text-align: center;
  color: #44642D;
}

div.columns {
    vertical-align: center;
}