/* Docsify-themable settings */

:root {
  /* Reduce the font size */
  --base-font-size: 14px;

  /* Change the theme color hue */
  /* --mono-hue: 166; */
  --theme-hue: 166;
  --theme-saturation: 38%;
  --theme-luminance: 58%;

  --sidebar-width: 21rem;

  --base-font-size: 15px;
  --notice-tip-background: #e9faec;
  --notice-tip-border-color: var(--theme-color);

  --notice-important-background: #fdecea;
  --notice-important-border-color: #f44336;
  
  --link-color: var(--theme-color);
}

@media print {
    h1 {page-break-before: auto;}
    h1 + h2, h1 + p, h1 + ul, h1 + ol, h1 + img, 
    h2 + h3, h2 + p, h2 + ul, h2 + ol, h2 + img,
    h3 + p, h3 + ul, h3 + ol, h3 + img
    {page-break-before: avoid;}
    h1, h2, h3, h4 {page-break-after: avoid;}
    p, img, li, span {page-break-inside: avoid;}
  }

  @page {
    margin: 1cm 1cm;
  }

@media (min-width: 1200px) {
  .markdown-section {
       max-width: 1200px;
    }
}
img, video
{
    display: block;
    margin: auto;
    box-shadow: 0 0 5px 3px #ccc;
}

.noshadow
{
  box-shadow: none;
}

img.inline
{
    display: inline;
    box-shadow: none;
}

.app-name-link img
{
  width: 80%;
  max-width: 150px;
  box-shadow: none;
}

.title
{
  font-weight: bold;
  font-size: 15pt;
  text-align: center;

}

