body{
	background-image: url('background.jpg');
	background-repeat: repeat;
	background-position: center center;
	background-color: #FEFEFE;

	color: #FFFFFF;
	text-align: center;

	font-family: Montserrat, Verdana, Arial, Helvetica;
	font-size: 16px;
	padding: 0px;

	text-align: center;
}

.top{
	font-family: Bebas Neue, Open Sans;
	color: #D7B463;
	margin-top: 2rem;
	letter-spacing: 2px;
}

.top-line{
	border-bottom: 3px solid #D7B463;
	margin-top: -5px;
}

.logo-name{
	padding: 2em 1em 0;
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.1em;

	color: #FFFFFF;
}

.explaination{
	display: flex;
	justify-content: center;
    padding: 2em 0;
}

.explaination div{
	max-width: 500px;
}

.highlight{
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.15em;
	color: #D7B463;

	display: flex;
	justify-content: center;
}

div.line-holder{
	width: 100px;
	margin: 0 20px 0 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}

div.line-holder.right{
	align-items: flex-end;
}

div.line-holder .line{
	border-top: 1px solid #D7B463;
	margin: 2px 0;
}
div.line-holder .line.one{
	width: 100%;
}

div.line-holder .line.two{
	width: 70%;
}

div.line-holder .line.three{
	width: 40%;
}

.wind-turbine{
	padding: 0 10%;
}

a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.wind-turbine .line{
	border-top: 3px solid #FFFFFF;
	margin-top: -7px;
}

.image {
	background-color: #F0AC02;
}

.image img{
	/*width: 100%;*/
	max-height: 300px;
}

.address{
	padding: 0 1em;
}
