.parallaxcontact {

  background-image: url("../forestpara.jpg");
  min-height: 250px; 
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:100px;
  
}

#titrepara h1 {

font-style: normal;
font-weight: 300;
margin: 0 auto 0px auto;
text-align: center;
color: #ffffff;
font-size: 44px;
position: relative;
z-index: 0;
padding-top: 80px;

}

#textepara p {

text-align: center;
color: #ffffff;
font-size: 22px;
z-index: 0;
font-style: normal;
padding-top:30px;

}



#contain2{
    /* width:600px; */
    /* margin-top:50px; */
	/* margin-bottom:5%; */
	/* margin-left:27.5%; */
	
    width:600px;
	margin:auto;
	margin-top:50px;
	margin-bottom:100px;
}
/* Bordered form */
form {
    width:100%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

form a{
	text-align: center;
	font-size: 12px;
	font-style: normal;
	padding-top:30px;
}

#sc{
	color:#51aeed;
	text-decoration:underline;
}

form a:hover{
	color:inherit;
}

#contain #contain2 h1{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 10px;
	margin-left:2.2em;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0 ;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius:5px;
}

input[type=email], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius:5px;
	
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #51aeed;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid;
    cursor: pointer;
    width: 50%;
	transition: background-color 150ms ease-in-out 0s, color 100ms ease-in 0s;
	transition-property: background-color, color;
    transition-duration: 150ms, 100ms;
    transition-timing-function: ease-in-out, ease-in;
    transition-delay: 0s, 0s;
	display: block;
	margin : auto;
	margin-top:10px;
	margin-bottom:20px;
	border-radius:5px;
	margin-top:25px;
}

input[type=submit]:hover {
    opacity:75%;
	color:white;

}

.g-recaptcha{
	margin-top : 25px;
}

label{
	margin-top:10px;
	margin-bottom:0px;
}

