@charset "utf-8";
/* CSS Document */

/* Brighter Energy Colours
 ========================================================================== */
/* 
be green = #6ebe47
be blue = #4fb6b9
green - #97cd78
grey = #8C8C8C
colour thief 1 = #5f5d3b
colour thief 2 = #d5dfe9
colour thief 3 = #4e6c8d
colour thief 4 = #7a89a1
colour thief 5 = #bfa353
colour thief 6 = #c4b082
colour thief 7 = #9ebed4
colour thief 8 = #676986
colour thief 9 = #9698ae
*/

/* Core
 ========================================================================== */
body {
	background-image: url(../images/blur_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.uk-container {
	max-width: 1600px;
	padding: 0 0px;
}
/* Header
 ========================================================================== */
header {
	position: absolute;
	top: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 999;
	height: 100%;
	max-height: 20vh;
	background-size: 90% auto;
}
header img {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-height: 100px;
}
/* Navbar
 ========================================================================== */
.uk-navbar {
	z-index: 99999;
	position: fixed;
	background-color: rgba(103,105,134,1.00);
	width: 100%;
}
.uk-navbar-nav {
	width: 100%;
}
.uk-navbar-toggle {
	color: #FFFFFF;
	height: 100%;
	margin-left: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.be-nav-icon {
	margin-bottom: -16px;
}
.uk-navbar-nav>li>a {
	height: 60px;
	font-size: 10px;
	color: #FFFFFF;
}
.uk-navbar-nav .be-nav-fuel {
	width: 15%;
}
.uk-navbar-nav .be-nav-pv {
	width: 15%;
}
.uk-navbar-nav .be-nav-biomass {
	width: 20%;
}
.uk-navbar-nav .be-nav-energy {
	width: 32%;
}
.uk-navbar-nav .be-nav-homes {
	width: 20%;
	background-color: #f5c850;
}
.uk-navbar-nav .be-nav-homes a {
	color: #000;
}
.be-nav-toggle {
	width: 18%;
	height: 60px;
}
/* SVG-Nav
 ========================================================================== */
.svg-container {
	height: 100vh;
}
.svg {
	max-height: 300px;
}
#svg-nav {
	width: 30%;
	margin-left: 15%;
	position: relative;
}
/* Welcome
 ========================================================================== */
#welcome .bg {
	height: 130vh;
	background-image: url(../images/welcome_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
#welcome .bg:after {
	content: "";
	display: block;
	height: 30vh;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background-image: url(../images/clouds-top.png);
	background-size: cover;
}
.welcome-txt-container {
	height: 109vh;
}
.be-welcome-text {
	background-color: rgba(103,105,134,0.70);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	position: absolute;
}
.be-welcome-text h1 {
	color: #fff;
	font-size: 4vh;
	line-height: 1.2em;
	margin: 0;
	font-family: open_sanslight;
	font-style: normal;
	font-weight: 300;
}
/* About
 ========================================================================== */
#about, #about h1, #about h2 {
	color: #8C8C8C;
}
#about .bg {
	height: 100%;
	background-color: #fff;
	position: relative;
}
#about .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
/* fuel
 ========================================================================== */
#fuel, #fuel h1, #fuel h2 {
	color: #fff;
}
#fuel .bg {
	height: 100vh;
	background-color: #5e7193;
	background-color: #fff;
	background-image: url(../images/fuel-blur-bg.jpg);
	position: relative;
}
#fuel .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
/* pv
 ========================================================================== */
#pv .bg {
	height: 100vh;
	background-color: #d5dfe9;
	background-color: #fff;
	background-image: url(../images/pv-blur-bg.jpg);
	position: relative;
}
#pv .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
#pv hr {
	border-top: 1px solid #000;
}
/* biomass
 ========================================================================== */
#biomass, #biomass h1, #biomass h2 {
	color: #3a2517;
}
#biomass hr {
	border-top: 1px solid #3a2517;
}
#biomass .bg {
	height: 100vh;
	background-color: #96cc78;
	background-color: #fff;
	background-image: url(../images/biomass-blur-bg.png);
}
#biomass .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
/* Energy Survey
 ========================================================================== */
#survey, #survey h1, #survey h2 {
	color: #1D1A1A;
}
#survey hr {
	border-top: 1px solid #1D1A1A;
}
#survey .bg {
	height: 100vh;
	background-color: #6ebe67;
	background-color: #fff;
	background-image: url(../images/survey-blur-bg.png);
}
#survey .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
/* Contact
 ========================================================================== */
#contact, #contact h1, #contact h2 {
	color: #fff;
}
#contact .bg {
	height: 100%;
	background-color: rgba(103,105,134,1.00);
}
#contact .laptop-bg {
}
#contact .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
#contact h3 {
	color: #fff;
}

#contact a {
	color:#fff;
	text-decoration:none;
}

#contact a:hover {
	color:#8C8C8C;
	text-decoration:none;
}
.be-icon {
	height: 25px;
	width: 25px;
	padding: 20px;
	color: #FFFFFF;
	margin: 5%;
	/*	border:solid;
	border-color:#FFFFFF;
	border-width:3px;*/
	transition: linear .2s;
	background-color: rgba(250,250,250,0.20);
}
.be-icon:hover {
	background-color: rgba(250,250,250,0.20);
	-webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);
}
/* brighter energy homes
 ========================================================================== */
#be-homes h1 {
	color: #000;
}
#be-homes p {
	color: #000;
}
#be-homes h2 {
	color: #000;
}
#be-homes .bg {
	height: 100%;
	background-color: #F5C850;
}
#be-homes .laptop-bg {
}
#be-homes .be-padding {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
#be-homes hr {
	border-top: 1px solid #000;
}
.be-homes-top {
	height: 100%;
	margin: auto;
	padding-top: 80px;
}
.be-homes-bottom {
	height: 50vh;
}
.be-homes-bottom .laptop-bg {
	background-color: #FFFFFF;
}
/* Footer
 ========================================================================== */
footer {
	height: 50px;
	z-index: 99999999;
	color: #fff;
	padding-top: 20px;
}
footer p {
	background-color: rgba(103,105,134,1.00);
	padding: 10px;
}

/* Responsive Breakpoints
========================================================================== */


/* Phone */
@media (max-width: 320px) {
}

/* Phone landscape and bigger */
@media (min-width:480px) {
.welcome-txt-container {
	height: 100vh;
	font-family: open_sanslight;
	font-style: normal;
	font-weight: 300;
}
header {
	position: absolute;
	top: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 999;
	height: 100%;
	max-height: 20vh;
	background-size: 90% auto;
}
header img {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-height: 150px;
}
.be-welcome-text {
	background-color: rgba(103,105,134,0.70);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	position: absolute;
}
#contact .bg {
	height: 100%;
	background-color: rgba(103,105,134,1.00);
}
#about .bg {
	height: 100vh;
	background-color: #fff;
	position: relative;
}
}

/* Tablet and bigger */
@media (min-width: 768px) {
#about .bg {
	height: 100vh;
	background-color: #fff;
	position: relative;
}
.be-welcome-text h1 {
	color: #fff;
	font-size: 4vh;
	line-height: 1.2em;
	margin: 0;
	font-family: open_sanslight;
	font-style: normal;
	font-weight: 300;
}
.uk-navbar-nav .be-nav-fuel {
	width: 10%;
}
.uk-navbar-nav .be-nav-pv {
	width: 10%;
}
.uk-navbar-nav .be-nav-biomass {
	width: 10%;
}
.uk-navbar-nav .be-nav-energy {
	width: 20%;
}
.uk-navbar-nav .be-nav-home {
	width: 10%;
}
.uk-navbar-nav .be-nav-about {
	width: 10%;
}
.uk-navbar-nav .be-nav-homes {
	width: 20%;
}
.uk-navbar-nav .be-nav-contact {
	width: 10%;
}
header {
	position: absolute;
	top: 100px;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 999;
	height: 30vh;
	max-height: 30vh;
	background-size: 90% auto;
}
.be-welcome-text {
	background-color: rgba(103,105,134,0.70);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	top: 40vh;
}
.svg-container img {
	position: absolute;
	height: 150px;
}
#svg-nav:before {
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	right: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-left.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100%;
}
#svg-nav:after {
	content: url(../images/intro.svg);
	font-size: 1.5em;
	color: #fff;
	padding-left: 15%;
	padding-right: 15%;
	height: 50%;
	width: 153%;
	position: absolute;
	left: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-right.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
header img {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-height: 100px;
}
.svg {
	max-height: 300px;
}
#svg-nav {
	width: 30%;
	position: absolute;
	top: 30vh;
}
#svg-nav:before {
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	right: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-left.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100%;
}
#svg-nav:after {
	content: url(../images/intro.svg);
	font-size: 1.5em;
	color: #fff;
	padding-left: 15%;
	padding-right: 15%;
	height: 50%;
	width: 153%;
	position: absolute;
	left: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-right.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#contact .bg {
	height: 100%;
	background-color: rgba(103,105,134,1.00);
}
.be-contact-top {
	height: 40vh;
}
.be-contact-bottom {
	height: 60vh;
}
#be-homes .laptop-bg {
	background-image: url(../images/laptop_homes.png);
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: 50% 0%;
}
}

/* Desktop and bigger */
@media (min-width: 960px) {
.svg {
	max-height: 300px;
}
#svg-nav {
	width: 30%;
	position: absolute;
	top: 30vh;
}
#svg-nav:before {
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	right: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-left.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100%;
}
#svg-nav:after {
	content: url(../images/intro.svg);
	font-size: 1.5em;
	color: #fff;
	padding-left: 15%;
	padding-right: 15%;
	height: 50%;
	width: 153%;
	position: absolute;
	left: 100%;
	top: 25%;
	background-image: url(../images/svg-nav-right.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.svg-container {
}
#welcome .bg {
	height: 130vh;
	background-repeat: no-repeat;
	/* [disabled]background-size: cover; */
	/* [disabled]background-attachment: fixed; */
	position: relative;
}
#pv .bg {
	height: 100vh;
	background-color: #d5dfe9;
	position: relative;
}
#biomass .bg {
	height: 100vh;
}
#homes .bg {
	height: 100%;
	background-color: #fff;
}
#about .bg {
	height: 100vh;
	background-color: #fff;
	position: relative;
}
.uk-navbar-toggle {
	color: #FFFFFF;
	z-index: 9999;
	background-color: rgba(103,105,134,0.70);
}
header {
	position: absolute;
	top: 60px;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 999;
	height: 20vh;
	max-height: 20vh;
}
.uk-navbar {
	z-index: 99999;
	position: fixed;
	right: 0px;
	background-color: rgba(103,105,134,1.00);
}
.svg-container img {
	position: absolute;
	height: 150px;
}
#about .be-padding {
	padding-left: 5%;
	padding-right: 58%;
}
#about .laptop-bg {
	background-image: url(../images/laptop_about.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	/* [disabled]background-attachment: fixed; */
}
#fuel .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#fuel .laptop-bg {
	background-image: url(../images/laptop_fuel.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	/* [disabled]background-attachment: fixed; */
}
#pv .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#pv .laptop-bg {
	background-image: url(../images/laptop_pv.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	/* [disabled]background-attachment: fixed; */
}
#biomass .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#biomass .laptop-bg {
	background-image: url(../images/laptop_biomass.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	/* [disabled]background-attachment: fixed; */
}
#survey .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#survey .laptop-bg {
	background-image: url(../images/laptop_survey.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	/* [disabled]background-attachment: fixed; */
}
#be-homes .laptop-bg {
	background-image: url(../images/laptop_homes.png);
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: 50% 0%;
}
}

/* Large screen and bigger */
@media (min-width: 1220px) {
#about .bg {
	height: 100vh;
	background-color: #fff;
	position: relative;
}
#about .laptop-bg {
	background-image: url(../images/laptop_about.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	background-attachment: fixed;
}
#about .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#fuel .laptop-bg {
	background-image: url(../images/laptop_fuel.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	background-attachment: fixed;
}
#fuel .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#pv .bg {
	height: 100vh;
	background-color: #d5dfe9;
	position: relative;
}
#pv .laptop-bg {
	background-image: url(../images/laptop_pv.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	background-attachment: fixed;
}
#pv .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#biomass .bg {
	height: 100vh;
}
#biomass .laptop-bg {
	background-image: url(../images/laptop_biomass.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	background-attachment: fixed;
}
#biomass .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#survey .laptop-bg {
	background-image: url(../images/laptop_survey.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 200% 60%;
	background-attachment: fixed;
}
#survey .be-padding {
	margin-top: -60px;
	padding-left: 5%;
	padding-right: 58%;
}
#be-homes .bg {
	height: 100vh;
	background-color: #F5C850;
}
#be-homes .laptop-bg {
	background-image: url(../images/laptop_homes.png);
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: 50% 0%;
}
#be-homes .be-padding {
}
.be-homes-top {
	box-sizing: border-box;
	height: 50vh;
	margin: auto;
	padding-top: 80px;
}
.be-homes-top {
	height: 50vh;
}
.svg-container {
	height: 100vh;
}
.svg {
	max-height: 400px;
}
#svg-nav {
	width: 30%;
	position: relative;
}
.svg-container img {
	position: absolute;
	height: 200px;
}
#svg-nav {
	width: 30%;
	position: absolute;
	top: 30vh;
}
.uk-navbar-nav .be-nav-fuel {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-pv {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-biomass {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-energy {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-home {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-about {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-homes {
	width: 12.5%;
}
.uk-navbar-nav .be-nav-contact {
	width: 12.5%;
}
#contact .bg {
	height: 100vh;
	background-color: rgba(103,105,134,1.00);
}
#welcome .bg {
	height: 130vh;
	background-repeat: no-repeat;
	/* [disabled]background-size: cover; */
	background-attachment: fixed;
	position: relative;
}
}
