html {
/* uncomment this section to setup a background image
    background: url("http://fbh.co.uk/assets/images/pagebg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 */
/* end of background image section */
}

body {
/* uncomment to override font defaults
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: red;
 */
/* uncomment to override background colour
 */
    background-color: #093B6E;
}

.container {
/* uncomment to override contents background colour
 */
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
/* uncomment to override font defaults for headings
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: green;
 */
}

.logo-container {
/* specify the height of the logo image
 * remove this line to default to the size of the image
 */
    height: 100px;
}

.page-title {
/* uncomment this section to override company name with image
 * rememer to set appropriate dimensions
    background: url("http://fbh.co.uk/assets/images/fbhlogo.jpg");
    height: 50px;
    width: 519px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 */
/* end of company name section */
}
