@charset "utf-8";


body {

}

.contact-thanks footer{
margin: 80px auto 0!important;
}

h1.form-title{
padding:20px 20px 20px 20px;
color: #000;
width:400px;
margin:0 auto 20px;
text-align: center;
font-weight: 700;
font-style: normal;
font-size: 34px;
transform: skew(-15deg);
border:solid 4px #000;
}
@media screen and (max-width:767px) {
  h1.form-title{
    width: auto;
		margin-right: 40px;
		margin-left: 40px;
		font-size: 30px;
  }
}


h1.form-title span{
transform: skew(15deg);
display: block;
}

a:link,
a:visited {

text-decoration:none;
}

a:hover,
a:active {
text-decoration: none;
}








/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */




