* {
	margin: 0;
	padding: 0;
}

body {/*errore bastardissimo */
	overflow-y: scroll;
	overflow-x: hidden;
}

#intro {
    background: transparent;
	height: 7vh;
	background-position: center;
	background-size: cover;
}

.nav > img {/*logo*/
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 8px;
	cursor: pointer;
}

.header-buttons a{/*buttons*/
	border: 3px solid #008B45;
	margin-right: 6px;
	padding: 20px 35px;
	color: white;
	text-decoration: none;
    font-weight: bold;
    font-size: 18px;
	transition: all 0.2s ease-in;
}
/*First button*/
.header-buttons a.btn-full {
	background: #008B45;
}
/*Second button*/
.header-buttons a.btn-half:hover {
	background: #008B45;
	color: white;
}
/*Fontawesom near second button*/
i fas fa-angle-down {
	margin-left: 6px;
}

.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;
}
nav.black ul {
	background: #000;
}
.navbar-brand {
	color: lightgrey;
}
.contact {
    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;
}
#map {
    width: 100%;
    height: 700px;
}

.footer
{
    color: white;
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fa-angle-up {
    margin-left: 20px;
    text-align: center;
}
.footer .fa-angle-up  {
    font-size: 30px;
    color: white;
}
.map {
    
}










