Here is the website:
https://redpinewebdesign.com/
Here is the code:
[

](index.html)
[

](index.html)
.retina-logo {
height: 40px;
}
.standard-logo {
height: 40px;
}The problem:
I initially had only the retina-logo, but if I only use that, it won't appear on some computers (certain types of Macs?). So, I added standard-logo and now it appears. The problem is the standard-logo is massive. I am using the same images as retina-logo and even changed it to the same CSS size, as shown, but it's still too big!
Also, another small problem is that sometimes there is a white line that appears horizontally in the middle of the header when transparent.

