[data-md-color-scheme="margs"] {
    --md-primary-fg-color:        #016a96;
    --md-primary-fg-color--light: #016a96;
    --md-primary-fg-color--dark:  #90030C;
    --md-footer-bg-color: #016a96;
  }

.red {
    color: red;
}

.green {
    color: green;
}

.homepage_image {
    float: right;
    margin: -10px 0 0 10px !important;
    max-width: 50% !important;
}

.note {
    display: none !important;
}

.phone-col-print-width {
    width: 130px;
}

@page {
    size: a4 portrait;
    margin: 25mm 10mm 25mm 10mm;
    counter-increment: page;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    white-space: pre;
    color: grey;
    @top-left {
        content: '2025 St Margaret\'s College Members\' Handbook';
        font-size: 10px;
        text-transform: uppercase;
    }
    @top-right {
        content: string(chapter);
        font-size: 10px;
        text-transform: uppercase;
    }
    @bottom-center {
        font-size: 8pt;
        content: '~ 'counter(page)' ~' !important;
    }
    @bottom-right {
        content: ' ' !important;
    }
}

@page: first {
    @top-left {
        content: ' ' !important;
    }
    @bottom-center {
        content: ' ' !important;
    }
}

@page:nth(2) {
    counter-reset: page !important;
}


@page back_cover {
    background-color: #fff !important;

    @top-left {
        content: '' !important;
    }
  
    @bottom-left {
      content: '' !important;
    }
  
    @bottom-center {
        content: '' !important;
    }
    
    @bottom-right {
      content: '' !important;
    }

}

@media print {
    /* Adjusts positioning of admonition icon */
    /*.md-typeset :is(.admonition-title,summary):before {
      top: 0.6rem !important;
      left: 0.6rem !important;
    }*/

    .admonition-title:before {
        top: 35% !important;
        left: 0.6rem;
    }

    h1, h2 {
        border-color: #016a96 !important;
    }

    h2, h3 {
        padding-left: 0.7rem;
    }

    h4 {
        padding-left: 0.5rem !important;
    }

    .note {
        display: block !important;
    }
   
    .phone-col-print-width {
        width: 12px !important
    }

    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

   article table, ul, ol {
        /*page-break-before: auto !important;*/
        break-inside: avoid !important;
    }

    /*Image and table column width overrides*/

    .crest-print-width {
        max-width: 6rem !important;
    }

    .health-image-print-width {
        max-width: 53% !important;
    }

    .map-print-width {
        width: 85% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

  }