body {
    margin: 0 auto 0 auto;
    width: 60%;
    box-shadow: 0 0 20px 1px #737373;
}

#header {
    background-image: url("header-text.svg");
    /*,url(img/header.jpg);*/
        /*Jeremy Bishop
        https://freestocktextures.com/texture/sae-water-motion-blur,1050.html*/
    background-size:100% 100%;
    height: 149px;
    text-align: center;
}

#header:hover {
    background-color: #b0c8ad;
}



#header-text {
    height:149px;
    width:100%;
}

#bulb{
	height: 600px;
	width: auto;
	background-image: url("bulb.svg");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}

#bulb:hover{
	height: 600px;
	width: auto;
	background-image: url("ogre.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 600px;
	width: auto;
}



/*.kaitlin:hover{*/
    /*filter: url(#wherearemyglasses);}
