/********************************
Scuola Mohole - Sezione Feedback
Stile generale

********************************/

body {
  font-family: Helvetica,Arial,sans-serif;
  padding-bottom: 100px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  box-shadow: 3px -11px 26px #000;
  z-index: 999;
}

.banner {
  background: #fff url('Graphic-Des-1.jpg') no-repeat center;
  background-size: cover;
  display: block;
  height: 250px;
  margin:90px 0 80px 0;
}

header img {
  height: auto;
  vertical-align: middle;
}

h3, h4 {
  margin-bottom: 25px;
}

h4 {
  text-transform: uppercase;
}

select {
  display: block;
  margin-bottom: 25px;
  padding: 5px;
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  outline:0px !important;
}

form {
  margin: 0 auto;
  margin-top: 50px;
}

button {
  background-color: #fff;
  border: 1px solid #000;
  display: block;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  transition: all ease 1s;
  outline:0px !important;
  -webkit-appearance:none;
}

button:hover{
  background-color: #000;
  color: #fff;
}

input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 5px;
  padding: 5px;
  outline:0px !important;
  -webkit-appearance:none;
  transition: all 1.5s ease;
}

input[type=text]:focus {
  background:rgb(230, 230, 230);
}

#form-home button {
  margin-top: 30px;
}

#certificate {
  display: inline;
}

#certificate button {
  background: none;
  border: none;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: inherit;
  text-align-last: left;
  padding: 0;
}

#certificate button:focus {
  outline: none;
}