@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

body {
    background-color: #E9EAEA;
    font-family: 'Source Sans Pro', sans-serif;
}

.backstretch {height: 500px;}

h1, h2, h3, h4, h5, p {
    font-family: 'Source Sans Pro', sans-serif;
}

.log-bg {background-image: url('../img/logs.png'); background-repeat:repeat-y; background-attachment: fixed;}

.logo {width: 440px; padding: 1rem;}

.menu-holder {
    background-color: #829140;
    border-top: 4px solid #515E27;
    border-bottom: 4px solid #515E27;
}

table tr:first-child {background:#829140; color: #ffffff !important; }

.headerimage {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100% !important;
    min-height: 500px;
    z-index: 0;
}

.button {
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    width:100%;
    background-color:#A34743;
}

.button:hover {background-color: #515E27;}

.subheader {color: #A34743; margin: 2rem 0rem;}


.page-container {padding-top: 4rem;}
.page-content {font-size: 1.4rem;}
.page-content h1 {color: #67683B; margin-bottom: 2rem; text-transform: uppercase; font-weight: bold;}
.page-content a {color: #515E27;}
.page-content .caption {display: none !important;}
.contact-name {margin-top: 4rem;}

.adverts {margin-bottom: 4rem;}

.ads img {
    width:100%;
}

.ad {position: relative;}

.ad .tree-bottom {position: absolute; bottom: 1rem; left: 0px; width: 100%;}

.tag-line {
    padding:20px;
}

.top-trees { width: 100%; height: 8px; background-image:url('../img/triangle.png'); background-repeat:repeat-x;}
.bottom-trees { width: 100%; height: 8px; background-image:url('../img/trianglebottom.png'); background-repeat:repeat-x; position: absolute; top: 0px; left: 0px; width: 100%;}
.top-bar ul{background-color: transparent!important; }
.top-bar {
  
    margin: auto;
background-color: #829140;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.top-bar-left {
    margin-right: auto;
}

.no-bullet li {width: auto;}

.menu a{color:#fff;}

.impact {
    font-family: 'Catamaran', sans-serif;
    line-height: 2rem
} 

h2.impact {
    font-size: 2.5rem;
}

.colouring {
    color:#A34743;
}

.menu .active>a {
    background:#515E27;
    font-weight: bold;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.footer {margin-top: 4rem;}

@media screen and (max-width: 1024px) {
    .headerimage {min-height: 300px !important;}   
}