/* -*- mode: css -*- */

/* @import url("/fonts/liberationserif/stylesheet.css"); */

:root {
    --bulma-footer-padding: 1.5rem
}

html, body { height: 100vh;}

body {
    background: #bbb;
    background-image: url("https://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_2025.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif; */
    font-size: 120%;
}

 
.pagedate {
    visibility: hidden;
}

#pagebody {
    background-color: rgba(255,255,255,0.8);
}


/* #body {
    background-color: rgba(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    width: 80ex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
}

#pagebody h1 {
    text-align: center;
}

.pageheader .actions ul {
        border-bottom: 0;
}

.pageheader .actions {
    display: none;
}

#searchform {
    display: none;
}

#backlinks {
    display: none;
}

#pageinfo {
        margin: 1em 0;
        border-top: 0;
}

.pageheader {
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
}
    
*/
