
/*Styling large type on bottom of page*/
h1 {
font-family: "Lato", Arial, sans-serif;
font-size: 56px;
line-height: 70px;
color: #1a79af;
font-weight: 100;
font-style: normal;
text-decoration: none;
}

h1 a:link {
font-family: "Lato", Arial, sans-serif;
font-size: 56px;
line-height: 70px;
color: #1a79af;
font-weight: 100;
font-style: normal;
text-decoration: none;
}

h1 a:hover {
font-family: "Lato", Arial, sans-serif;
font-size: 56px;
line-height: 70px;
color: #000000;
font-weight: 100;
font-style: normal;
text-decoration: none;
}



/*resetting home text to image*/

#menu-item-76 a{
    text-indent: -9999px;
    width:100px;
  	height:49px; !important;
}
 
#menu-item-76 a{
    background: #ffffff url(http://imaginal-labs.com/wp-content/uploads/2013/09/mobius-static.gif) top left no-repeat; 
}

#menu-item-76 a:hover {
    background: #ffffff url(http://imaginal-labs.com/wp-content/uploads/2013/09/mobius-31.gif) top left no-repeat;
}
 

.ddsmoothmenuh ul li:hover,.ddsmoothmenuh ul li a.selected,.ddsmoothmenuh ul li a:hover,.ddsmoothmenuh ul li ul.sub-menu li, .ddsmoothmenuh ul li ul.sub-menu li a {
/* default fallback */
background-color: rgb(255, 255, 255) transparent;
/* nice browsers */
background-color: rgba(255, 255, 255, 0.8); 
}
