@font-face {
   font-family: Opensans;
   src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
   font-family: Opensanslight;
   src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
   font-family: PTSans;
   src: url(../fonts/PTSans.ttf);
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: #f1f1f1;
  font-family: 'Opensans', sans-serif;
  
}

h1 {
  text-align: center;
  color: #a8a8a8;
  text-shadow: 1px 1px 0 white;
}

form {
  max-width: 500px;
  text-align: center;
  margin: 20px auto;
}
.formInput, form textarea {
  border: 0;
  outline: 0;
  padding: 1.1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
  background-color:whitesmoke;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #00e64d !important;
  -webkit-box-shadow: 0 0px 2px #00e64d !important;
  box-shadow: 0 0px 2px #00e64d !important;
}
form #input-submit {
  color: white;
  background: #009933;
  cursor: pointer;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height: 150px;
}
#contact-container{
  font-family:PTSans;
  padding-top:120px;
}

#contact-container-image img{
  max-width:550px;
}

@media screen and (max-width: 1700px) {
    #contact-container-image img{
      max-width:400px;
   }
}

@media screen and (max-width: 1000px) {
    #contact-container-image img{
      max-width:320px;
   }
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

#formContainer{
    padding-top:100px;
    padding-bottom:100px;
    padding-left:10px;
    padding-right:10px;
    background-color:white;
}

#checkboxContainer{
  margin-top:10px;
  background-color:whitesmoke;;
  border: 0;
  outline: 0;
  padding: 0.7em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   font-family: 'PTSans', sans-serif;
   color:gray;
}
#checkboxContainer h4{
color:#009933;    
}
#checkboxContainer label{
padding:20px;   
padding-top:10px; 
}
#buttonSubmit{
margin-top:10px;  
width:50%;  
}

#contactAlvista{
font-size:50px;
font-family:PTSans;
color:#333;
}

#alvistaHeader{
  background-color:whitesmoke;
  padding:0;
  padding-top:5px;
  padding-bottom:5px;
  border: 0;
  outline: 0;
  margin-left:auto;
  margin-right:auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  max-width:500px;
}


@media screen and (max-width: 768px) {
    #alvistaHeader h1{
        font-size:30px;
    }
}