﻿body {
    background: url("https://www.powellriver.ca/sites/all/themes/zen_powellriver/images/waterbg.jpg") repeat-x fixed 0 30% #48A8D8;
    background-size: cover;
    padding-top:0px;
    margin-top: 0px;
}

.navbar-header {
	height: 150px;
}

/*This css rule will remove the yellow background from all configurable messages*/
.tdg-content .config-message-background
{
    background-color: transparent;
}

/*This css rule will remove the purple background from all configurable messages that need to be edited*/
.config-message-highlight
{
    background-color: transparent;
}

.container {
    max-width: 1000px;
    background-color: white
}

.container, .headertop {
	height: 138px;
}

.main-page-content {
	max-width: 1000px;
	margin: 0px auto 0 auto;
}

.config-message-highlight {
    color: #000;
    font-weight: 700;
}


@media print {
	.navbar-fixed-top {
		position: static;
	}
	.headertop {
		height: 0;
	}
}
