
/* ==========================================================================
   Header
   ========================================================================== */

    #header {
        background-image: url(https://kundo-web-uploaded-files-prod.s3.amazonaws.com/logo/PzNxjn_PkmJb.png?AWSAccessKeyId=AKIAJNMVIWHN72K2GIEA&Signature=aUGgVJgCvl%2F7QjYgzHmXXUtX49s%3D&Expires=1609524822);
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
    @media only screen and (min-width: 600px){ 
        #header {
            background-image: url(/site_media/logo/euNo6qIOM52F_90L9r9A.jpg);
        }
    }


#header, .system-message-placeholder {
    
        background-color: #FFFFFF;
    
}



/* ==========================================================================
   Background
   ========================================================================== */

    @media only screen and (min-width: 600px) { 
        #content {
            background-color: #fcfcfc;
        }
    }


/* ==========================================================================
   Official comments
   ========================================================================== */

    .comment-list .official-answer,
    .signature-extended .editors-only{
        background-color: #E8E1DC
    }


/* ==========================================================================
   Messages
   ========================================================================== */

    .message-important {
        
            background-color: #D1C4BA;
        
        
    }
    


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #0076BD;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .article-footer a {
        color: #0076BD;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #0076BD;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: white;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #00AEDD;
    }

    .search-form a {
        border-bottom: 1px dotted #0076BD;
    }





