/* Start of CSS*/
/* reduce title height */
#content-head {
padding-top: 0px;
padding-bottom: 0px;
}

/* Reduce font size title */
#content-head h1 {font-size: 25px;}

/* capitalize title */
#content-head h1 {text-transform: capitalize;}

/* Reduce font menu */
#primarynav > ul > li > a {font-size: 14px;}

/* Remove breadcrumb at Spaces */
#breadcrumb, #breadcrumb a {font-size: 0px;}

/*change colour footer background*/
#footer {background-color: #1c76bb;}

/*hide Igloo logo*/
#footer-system {display: none;}

#trailer {padding-top: 7px !important;}