/* Removes title on each page (which is originally part of Omega thene)
--------------------------------------------- */
h1.entry-title 
{
  display: none;
}

/* Adds background color (box) behind nav bar text to indicate which page user is on
--------------------------------------------- */
.omega-nav-menu .current-menu-parent,
.omega-nav-menu .current-menu-item {
    background: #BCCEDE;
}


/* Freezes navigation menu
---------------------------------------------*
.omega-nav-menu {
position:fixed;
background: #FFFFFF;
top: 30px;
margin: 0 auto;
max-width: 980px;
height: 100px;
z-index:999999;
padding: 20px 20px;
}
#header {
    margin-top: 100px;
}*/
