/*  Northern Star Multifunction Overrides  */

/* Table font size and spacing */
td { font-size: 1rem !important; padding: 0.2rem !important; }
th { font-size: 1rem !important; padding: 0.1rem 0.3rem !important; }

/* Make the top green */
.headerTop {background: rgba(9,107,3,0.9) !important; }
#header_style {background: rgba(9,107,3,0.9) !important; }
.skin_banner { background: rgb(9,107,3) !important; }

/* Make the footer black */
.footer_bg {background:#000000 !important; }

/* Hide the big yellow "join" button */
.join { display: none; }

/* No idea. */
.cb01_top { background-color:#097b03 !important; }

/* Make the footer green */
.footer_top, .content_blackbg { background: rgba(9,107,3,0.9) !important; }

/* Changes the background and hover color of the imagehover module, which is used to display articles */
/* The colorback is the old name, the imagehover is the replacement created by Liam */
.colorback, .imagehover { background-color: rgba(9,107,3,0.9) !important; }
.colorhover:hover, .imagehover p { background-color: rgba(9,107,3,0.7) !important; }

/* Changes the background color of "the Team" module rollovers and navigation on the homepage */
.project_inner, .project_rollover { background-color:#097b03 !important; }
.caroul_prev02, .caroul_next02 { background-color:#097b03 !important; }

/* Changes the color of links for expandables (such as the dropdowns on the Family Camping page) */
.panel-heading > h4 > a { color:#097b03 !important; }

/* Generic Header Color Change */
h1 { color: #086003 !important; }
h3 { color: #086003 !important; }



