/*  */

/*  */

body {
    background-color: #FFFFFF;
    background-image: url('https://mahara.infotech.monash.edu/artefact/file/download.php?file=336710&view=81923');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
}

/* we want some elements to have a solid background irrespective of user settings */
body > .main-content > .row {
    background-color: #FFFFFF;
}

/* Heading background customizations */
.pageheader {
    background-color: #F7F7F7;
    background:  ;
    background-size: 100%;
}

.collection-nav h2 {
    color:  #000000;
    border-bottom: 1px solid #000000;
}

/* Used to style author, tag links in page headers */
.pageheader-content .text-small {
    color: #000000;
}
.pageheader-content .text-small a {
    color: #000000;
    text-decoration: underline;
}
.pageheader-content .text-small a:hover,
.pageheader-content .text-small a:active {
    color: #000000;
    text-decoration: underline;
}

/* All other custom settings should be scoped to be within .user-page-content */
/* with the exception of the page title and page description */

/* page settings (also page description) */

.user-page-content,
.user-page-content .card .card-body table,
.user-page-content .card-body ul,
#view-description {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
    color: #545B5D;
    
}

.user-page-content pre {
    color: #545B5D;
    
}


/* links and headings */

.user-page-content a,
.user-page-content a:link,
.user-page-content a:visited {
    color: #1f6c88;;
    text-decoration: none;
}
.user-page-content a:hover,
.user-page-content a:active {
    color: #1d6781;
    text-decoration: none;
}
.user-page-content h1,
.user-page-content h2,
.user-page-content h3,
.user-page-content .card-body h3,
.user-page-content h4,
.user-page-content h5,
.user-page-content h6,
.user-page-content .list-group-item-heading,
#viewh1 {
    color: #000000;
    font-family: 'Monotype Corsiva', 'Apple Chancery', 'Zapf Chancery', 'URW Chancery L', cursive;
}


/* blocks */

.user-page-content .block-header a {
    color: #FFFFFF;
}

.user-page-content .card .card-header:not(.feedtitle) {
    font-weight: bold;
    color: #333333;
    font-family: 'Verdana', 'DejaVu Sans', sans-serif;
    border-color: #333333;
    background: none;
}
.user-page-content .card .card-header a:hover {
    color: #1d6781;
    text-decoration: none;
}
.user-page-content .card .card-header .collapse-indicator {
    color: #333333;
}
.user-page-content .link-blocktype:hover {
    background-color: transparent;
}
.user-page-content .card {
    background-color: transparent; /* take away default white card bg */
}


/* list groups */

.user-page-content .list-group-item {
    background-color: transparent;
}


/* pagination */

.user-page-content .pagination > .active > a,
.user-page-content .pagination > .active > a:focus,
.user-page-content .pagination > .active > a:hover,
.user-page-content .pagination > .active > span,
.user-page-content .pagination > .active > span:focus,
.user-page-content .pagination > .active > span:hover {
    background-color: #1f6c88;;
}


/* advanced: custom css */


