body,
h1, h2, h3, h4, h5, h6, p, ul li {
    font-family: 'Kanit', sans-serif!important;
	font-weight: 100!important;
}

h1, h2, h3, label {
    font-weight: 100!important;
    font-family: 'Kanit', sans-serif!important;
}

bitton {
	font-weight: 300!important;
}

#header {
    position: relative;
    width: 100%;
    padding: 100px 0;
    height: calc(100vh - 204px);
    padding-bottom: 25px!important;
}

#header h1 {
    text-align: center;
}

#header .social-links a {
    font-size: 36px;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}

section {
    padding: 0px;
}

#contact {
    display: block;
    height: auto;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 100px;
    -webkit-transition:1s linear;
    -moz-transition:1s linear;
    -ms-transition:1s linear;
    -o-transition:1s linear;
    transition:1s linear;
}

#contact.nascondi {
    height: 0px;
    overflow: hidden;
    -webkit-transition:1s linear;
    -moz-transition:1s linear;
    -ms-transition:1s linear;
    -o-transition:1s linear;
    transition:1s linear;
}

.contact input[type=submit] {
    background: #24b7a4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact input[type=submit]:hover {
    background: #36d8c3;
  }

  .wpcf7 .wpcf7-submit:disabled {
    background: #999999;
  }

