* {
	margin: 0;
	padding: 0;
}

body {/*errore bastardissimo */
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: "Montserrat";
}

.intro {
    background-image: linear-gradient(rgba(4,3,2,0.6),rgba(255,255,255,0.1)),url("../media/img_no_copyright/backProds.jpg");
	height: 50vh;
	background-position: center;
	background-size: cover;
}
.nav > img {/*logo*/
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 8px;
	cursor: pointer;
}
/*slogan*/
.hero-text h2 {
    font-family: "Montserrat", cursive;
	color: white;
    font-weight: 200;
    font-size: 35px;
	position: relative;
	margin-top: 200px;
}

.navbar-custom {
	background: transparent;
}

.icon-bar {/*hamburger*/
	background: white;
}
.header .navbar-collapse {
    box-shadow: none;
}
.navbar-custom .navbar-nav li a:hover {
	background-color: transparent;
    border-radius:0.3em;
    transition: all 0.3s ease 0s;
}
/*prende la barra del menu*/
.navbar-custom .navbar-nav li a {
	color: white;
	margin-top: 12px;
    font-size: 18px;
}
.header nav .navbar-collapse {
	border-top: red;
}
.navbar-brand {
	color: lightgrey;
}

.offer {
	font-family: "Montserrat";
}

.offer h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
}
.offer .descriptions {
    font-family: "Montserrat";
    margin-bottom: 40px;
}
/*.offer h1:after {
	content: "";
	width: 150px;
	height: 2px;
	background-color:#008B45;
	position: absolute;
	bottom: -150px;
	margin-left: -170px;
}*/

.offer .img-product {
    margin-left: 20px;
    margin-right: 20px;
}

.lista li{/*lista API*/
    margin-left: 40px;
    margin-top: 20px;
}

.offer .header-buttons {
    margin-bottom: 20px;
}

.offer #imgServicios {
    max-width: 100%;
    max-height: 100%;
}

.header-buttons .btn-API a{
    font-family: "Montserrat", cursive;
	margin-top: 12px;
	margin-left: 30px;
	color: black;
    font-size: 14px;
    font-weight: normal;
}
.btn-primary {
	width: 300px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gaps {
	margin-top: 40px;
}

.contact {
    margin-top: 40px;
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.4)),url("../media/img_no_copyright/ContactPic.jpg");
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}
.contact h2 {
    color: white;
}
.contact .btn-success {
    margin-bottom: 80px;
    text-align: center;
    height: 40px;
}

.contact .container input {
    margin-top: 40px;
    filter: blur(0);
    -webkit-filter: blur(0);
}
.contact .container textarea {
    margin-top: 40px;
}
.contact .container #oggetto {
    text-align: center;
}
.footer {
	font-family: "Montserrat";
    color: black;
    background-color: #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fa-angle-up {
    margin-left: 20px;
    text-align: center;
}

.footer .fa-angle-up  {
    font-size: 30px;
    color: black;
}




































