/*----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

.contactmain h1, h4, h5 {
  color: #f8f6f6 !important;
  margin-bottom:1%;
  font-family: 'Lato', sans-serif;
}

.contactmain h4,h5{
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

/*----------------------------------------------------------------------------- 
CONTACT FORM IMAGE
-----------------------------------------------------------------------------*/
#contact-form img {
  position:absolute;   
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-filter:grayscale(65%);
  filter: grayscale(65%);
}

.page-wrap { 
  position: relative; 
  z-index: 2; 
  width: 70%; 
  margin-right: 15%;
  margin-left:15%;
  margin-top: 10%;
  padding: 5%; 
  background-color: transparent;
  -moz-box-shadow: 0 0 20px black; 
  -webkit-box-shadow: 0 0 20px black; 
  box-shadow: 0 0 20px black; 
}

/*----------------------------------------------------------------------------- 
CONTACT FORM AND PAGE WRAP
-----------------------------------------------------------------------------*/

.contactmain h1 {
  font-weight: bolder;
}

.contactmain h4 {
  font-weight: bolder;
}

input, textarea { 
  padding: 4px; 
  border: solid 1px #E5E5E5; 
  outline: 0; 
  width: 92%; 
  max-width: 92%;  
  background: #f8f6f6;
  border-radius: 2px;
  line-height: 225%; 
} 

.form label { 
  color: #999999; 
} 

.submit-button input { 
  width: auto;
  padding: 6px 26px;
  border: 15px;
  border: #f8f6f6;
  font-size: 15px;
  color:#f8f6f6;
  border: solid 1.5px #f8f6f6; 
  background-color: transparent;
  font-family: 'Lato', sans-serif;
}

.submit-button p {
   padding-left: 0px;
}

.submit-button input:hover{
  color: #666;
  background-color: rgb(255, 255, 255);
} 

/*----------------------------------------------------------------------------- 
THANK YOU MESSAGE
-----------------------------------------------------------------------------*/
#sweetsubmit {
    font-family: 'Lato', sans-serif;
 }


/*----------------------------------------------------------------------------- 
RESPONSIVE
-----------------------------------------------------------------------------*/



@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}