@charset "UTF-8";
/* CSS Document */

body {
  background: whitesmoke;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  padding-bottom: 3%;
}

a {
  color: #e2000f;
  text-decoration: none;
}

a:hover {
  color: #20216e;
  text-decoration: none;
}

h4 {
  font-family: "Fjalla One", sans-serif;
}

/* span {
	font-size: 16px;
  	font-family: 'Fjalla One', sans-serif;
} */

#formContatti {
  font-family: "Fjalla One", sans-serif;
}

.mappa {
  border: none;
  height: 350px;
  width: 100%;
}

.input-group-addon {
  background-color: #000;
  border-radius: 0;
}

.form-control {
  border: 1px solid #000;
  border-radius: 0;
}

.form-control:focus {
  border-color: #000;
}

.btn-primary {
  background-color: #e2000f;
  border-color: #e2000f;
  border-radius: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 26px;
  width: 100%;
}

.btn-primary:hover {
  background-color: #e2000f;
  border-color: #e2000f;
  color: #20216e;
  border-radius: 0;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5) !important;
}

.fa-fw {
  color: white;
}

/*
|--------------------------------------------------------------------------
| Mediaqueries 0 < x < 767px --> Tablet / Mobile 
|--------------------------------------------------------------------------
|
*/

@media screen and (max-width: 767px) and (min-width: 0px) {
  .title {
    margin-top: 15px;
    position: unset;
    font-size: 25px;
    line-height: unset;
  }
}
