@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
.container {
max-width:970px;
}
h1, h2, h3, h4, h5, h6 {
font-family:'Roboto Slab', serif;
font-weight:600;
color:#336699;
}
body {
background: url("http://marlowcarnival.co.uk/i/pub/common/img/bg1.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.top-banner {padding:20px}
div.transp {
background-color: rgba(245, 245, 245, 0);
}
.toprow {
background: #ffc578;
background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%);
background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%);
background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 );
}