
h1{
    font-family: "Georgia",Sans-serif;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing:6px; 
    text-shadow:0px 10px 10px rgba(0,0,0,0.3);
    color: white;
    padding: 10%;
}

h2{
    font-size: 5vw;
    font-weight: bold;
    padding-top: 2%;
    color: blue;
    margin:3%;
}

h3 {
  font-size: 150%;
  font-weight: 400;
  line-height: 155%;
  color:blue;
}

p {
  font-size: 120%;
  line-height: 150%;
  text-indent: 50px;
  padding: 0 3%;
}
/* main  */
/* section-a */
#section-a{  
  background: url(../../images/home/contacts.jpg) no-repeat fixed center;
  background-size: cover;
  margin-top:50px;
}

/* section-b */
#section-b{
  margin: 30px 0;
}
::placeholder { color: #ddd;
  opacity: 1;}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ddd;}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #ddd;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #ddd;}

::-moz-placeholder { /* Firefox 19+ */
   color: #ddd;}

:-moz-placeholder { /* Firefox 18- */
   color: #ddd;}

form{
  width: 100%;
  padding:0 3%;
}
/* #tracking-number */

input[type="text"],input[type ="Email"],input[type ="tel"],textarea{
  font: 1.5em sans-serif;
  padding: 10px;
  border: 5px solid blue;
  border-radius: 20px;
  color:black;
  background: transparent;  
  width: 100%;
}
input[type="submit"]{  
  margin: 20px 10px;  
  font: 1.5em sans-serif;
  background-color:blue;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
}

input[type="submit"]:hover{  
  background-color: burlywood;
  cursor: pointer;
  transform: scale(1.1);
  border: 1px solid rgb(255, 255, 255);
}  
#VerifyError {
  color: #FF6464;
  font-weight: 700;
  text-align: center;
  text-indent: 30px;
}
/* section-c */
#section-c{
  margin:30px 0;
}
/* end of main */

@media (min-width: 768px) {
  /* main */
  /* section-b */
  .column{  
    float: left;
    padding: 20px 0;
    margin:10px;
    height: 50px;
  }
  input[type="text"],input[type ="Email"],input[type ="tel"]{
    width:70%;
  }
  .h4-col{ 
    width:25%;
  }
  #message{
    clear:left;
  }
  /* end of main */
}