html, body, .container-fluid {
    height:100%;
    font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:active, a:visited {
	font-weight: 700;
	color: #158c5e;
	text-transform: none;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

i {
	font-size: 22px;

}

#section4 h1 {
	font-size: 32px;
}

.fullscreen-div {
	min-height: 100%;
	min-width: 100%;
}

#social-bar {
	margin-top: 36px;
}

#section1 {
	background-image: url(../toolkit/background-image.png);
	background-size: cover;
	text-align: center;
}

#section2 {
	background-color: #5fbfb7;
	color: white;
	text-align: center;
}

#section3 {
	background-color: black;
}

#section4 {
	background-color: white;
	color: #158c5e;
	text-align: left;
}

#footer {
	background-color: #f3f3f3;
	color: #158c5e;
	text-align: left;
	padding-top:24px;
	padding-bottom: 24px;
	line-height: 72px;
}

.btn {
	padding: 10px;
    text-align: center;
    background-color: #158c5e;
    color: white;
    width: 100%;
    text-transform: none !important;
    border-radius: 0;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

#elettricista {
	bottom: 0px;
	position: absolute;
}

#frase-header {
	margin-top: 20%;
}

#dl-btn {
	margin-top: 24px;
}

#icons-services {
	margin-top: 5%;
}

.mobile-div {
	display: none;
}

.crediti {
	font-size: 12px !important;
	margin-top:4px;
	margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {

.desk-div {
	display: none !important;
}

.mobile-div {
	display: block;
}

}