#header-logo-image {
    content: url("../images/logo.png");
    /*Could also use path to site logo, which can be located by inspecting the page source of the site and viewing the src tag for the site logo */
    left: -2%;
    top: 10px;
    position: absolute;
    display: none;
}
