
/* CSS supplied by coraln on 9th May 2023 */
body {
    font-family: 'Montserrat', sans-serif;
    }
h1 {
    font-weight:300;
    font-size:48pts;
    line-height:54pts;
    color: #0593A1;
    padding-bottom:18px;
    }
h2 {
    font-weight:600;
    font-size:30pts;
    line-height:32pts;
    color: #231F20;
    padding-bottom:10px;
    }
h3 {
    font-weight:600;
    font-size:24pts;
    line-height:28pts;
    color: #0593A1;
    padding-bottom:8px;
    }
h4 {
    font-weight:700;
    font-size:16pts;
    line-height:18pts;
    color: #231F20;
    padding-bottom:9px;
    }
p   {
    font-weight:400;
    font-size:16pts;
    line-height:18pts;
    color: #231F20;       
    }
li {
    font-weight:400;
    font-size:16pts;
    line-height:18pts;
    color: #231F20;
    padding-bottom:8px;
    }
/* Paligo related changes below.  Needed to change the default theme to match blastshield colours */

/* reduce width of category header boxes to squeze 5 onto the same row.  original width was 25% */
/* @media (min-width: 768px) */
@media (min-width: 768px) {
    .portal-single-publication {
        float: left;
        width: 20%;
    }
}
/* set portal title text to white and make the background image clear by changing opacity and turn off the greyscale filter */
.portal-header h1 {
    color: #ffffff;
    }
.portal-header::after {
    opacity: 1;
    filter: grayscale(0%);
    }
/* Primary color for links, buttons, sidebar, portal-header etc  */
a, .text-primary, .btn-link, .pagination>li>a, .pagination>li>span, .publication-contents a:hover {
    color: #BE4E4E;
}
/* search button on portal page header*/
.portal-header .portal-search button, .publication-contents h4 span {
    background-color: #0593A1;
}
/* make notes and wornings in a blue colourscheme and add some padding afterwards */
.warning, .note, .important, .caution, .tip {
    background-color: #c2f1f5;
    margin-bottom: 2em;
}
.warning h3, .note h3, .important h3, .caution h3, .tip h3 {
    background-color: #0593A1;
} 
/* sidebar and publication icon colors */
.bg-primary, .btn-primary, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .site-sidebar, .portal-single-publication .publication-icon {
    background-color: #0593A1
}
/* set the blue colour for the procedure step number icons */
.theme1 .procedure > li::before {
    background-color: #0593A1;
}
/* change the category panel icons.  using font awesome icons */
.cat-panel-1:before {
    content: "\f0e7";
}
.cat-panel-2:before {
    content: "\f0ed";
}
.cat-panel-3:before {
    content: "\f19d";
}
.cat-panel-4:before {
    content: "\f1cd";
}
.cat-panel-5:before {
    content: "\f185";
}
