<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --fontFamily:"Nunito Sans", serif;
    --fontSize:16px;
    --fontWeight: 500;
    --fontColor: #699999;
    
    /*Primary colors*/
    --cp-1: #699999;
    --cp-2: #748C8C;
    --cp-3: #354D4D;
    --cp-4: #B4CCCC;
    
    /*Substituted colors*/
    --cs-1:#444444;
    --cs-2:#444444;
    --cs-2:#444444;
    --cs-2:#444444;

    /*Gray scale colors*/
    --cg-1:#3f3f3f;
    --cg-2:#595959;
    --cg-3:#8d8d8d;
    --cg-4:#9e9e9e;
    --cg-5:#b5b5b5;
    --cg-6:#cccccc;
    --cg-7:#e1e1e1;
    --cg-8:#f7f7f7;

    /*Font siz*/
    --fs-1: 70px;
    --fs-2: 30px;
    --fs-3: 20px;
    --fs-4: 16px;
    --fs-5: 12px;
    --fs-6: 10px;
    --fs-7: 8px;

    /* --primary-color1: #B2CCCC; /**/
    /*  --primary-color: #669999; /**/
    /* --primary-color3: #728C8C; /**/
    /* --primary-color4: #344C4C; /**/

    /* --color-grey1: #F8F8F8; /**/
    /* --color-grey2: #F2F2F2; /**/
    /* --color-grey3: #B8B8B8; /**/
    /* --color-grey4: #797979; /**/


    
}

/** FONT SIZES **/
.fs-1 { font-size: var(--fs-1); }
.fs-2 { font-size: var(--fs-2); }
.fs-3 { font-size: var(--fs-3); }
.fs-4 { font-size: var(--fs-4); }
.fs-5 { font-size: var(--fs-5); }
.fs-6 { font-size: var(--fs-6); }
.fs-7 { font-size: var(--fs-7); }

/** BODY SETUP **/
.social-bar,
body{
    background-color: white !important; /**/
    background-image: none;
}


h1 {
    color: var(--fontColor);
    font-size: 30px;
}


.border-box-50p img { border-radius: 50%; }
.border-box-3 img { border-radius: 3px; }
.border-box-5 img { border-radius: 5px; }
.border-box-7 img { border-radius: 7px; }
.border-box-12 img { border-radius: 12px; }




.container, 
.site-header__inner,
.site-header,
#header {
    background-color: white !important;
}
.site-logo{
    padding-top: 20px;
}



.feed-icons {
    display: none;
}



.site-name {
    color: red !important;
}




.article-teaser{
    padding-bottom: 100px;
    border-bottom: 1px;
}

.item-list{
    padding-bottom: 180px;
}



/* This removes the read more button */
ul.links.inline.solo-ul.ul-1 {
    display: none !important;
}

/* This gives a little space in top o.fp-article-imagef article front page */
.node__meta{
    padding-bottom: 20px;
}

/* We try to give a litle space */



.node__meta {
    display: flex;
    align-items: center;
}


.field--name-user-picture img {
   width: 70px;
   height: 70px;
}

</pre></body></html>