/* BODY */

p,
h1,
h2,
h3,
a,
a:hover {
	font-family: 'Roboto', 'Open Sans';
	font-weight:100;
	color: #65666a;
	text-decoration: none;
		max-width: 720px;
}

h1, h2, h3 {
	font-size:59px;
	padding-left:0;
		margin: 0;
}

.content p {
	font-size:25px;
	padding-left:0;
	margin:10px 0;
	line-height:1.5em;
}

p.first {
	margin-bottom: 145px;
}

p.second {
	font-weight:300;
}

.presentation {
    margin: 100px 0;
    text-align: center;
}

.presentation a {
    margin-left: 2%;
    margin-right: 2%;
}

.third a,
strong {
	font-weight:300;
}

.third a,
p.third {
	font-size:22px;
}

.third {
	margin-bottom:120px !important;
}

body {
	background-image: url(../images/enerdat-bck.jpg);
	background-repeat:no-repeat;
	margin:0;
	font-size:100%;
	background-position:top right;
	border-bottom:15px solid #0086b8;
}
div {display: block;}

.container {
    max-width: 1130px;
    margin-left: auto;
	margin-right:auto;
}


/* CONTENT */

#menurow {width: 100%;
    height: 130px;
}
#contentrow .container {
    padding: 50px 20px 0 20px;
}

.mp_logo {
	padding: 45px 0;
}

.presentation br {
	display: none;
}

img {
    max-width: 100%;
}

/* RESPONSIVE */


@media (max-width: 1200px) {
.container {
	padding: 0 20px;
}

.container {
	background-color: rgba(255, 255, 255, 0.7);
}
}

@media (max-width: 991px) {
p,
h1,
h2,
h3,
a,
a:hover {
	color: #000;
	max-width:100% !important;
}
.content p {
    line-height: 1.8em;
}

.middle .presentation a {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    width: 268px;
    height: 161px;
    margin-bottom: 15px;
}

#menurow .container {
    background-color: #fff;
}

#menurow {
	    border-bottom: 2px solid #0086b8;
}
p.first {
    margin-bottom: 25px;
}
.presentation {
    margin: 20px 0;
}
h1, h2, h3 {
	font-size:39px;
}
.content p {
	font-size:19px;
}
}
