/* font color 
    
    #79b941; /* green * / 
    #2c93bc; /* blue * /
    */

html, body ,
#page ,
#header ,
#main ,
#footer { color: Black; }

/* Backgrounds */

html, body {
background: #eefffd;
}

#page {
background: inherit;    
}

#header {
background: #eefffd;        
}

#logo {
background: inherit;
}

#nav {
background: inherit; 
color: gray;
}
    
#nav li a {
background: inherit;    
color: gray;
}

#nav li a:hover {
    color: gray; 
}

#gallery {
background: #eefffd url(images/gin-bubbles.png) no-repeat; /* green */
background-size: 100% auto;
}

#main {
background: #eefffd;
}

#halfblock {
background: inherit;
}

#thirdblock {
    background: inherit;
}

#footer {
    background: #eefffd; /* blue */
}
