/* Punktype */
@font-face {
  font-family:'Punktype';
  src: url('../fonts/Punktype.ttf') format('truetype'), /* Modern Browsers */
      url('../fonts/Punktype.regular.ttf') format('truetype'), /* Modern Browsers */
       url('../fonts/Punktype.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Punktype.otf') format('otf'); /* Safari, Android, iOS */
}
body {background-color:#c0c0c0;padding:0px;margin:0px;border:0px;}
html {font-family:arial,sans-serif;}
.pagewrapper {
	background-image: url(../imgs/background9-contact.jpg);
	background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    display: table;
    height: 100vh;
    position: relative;
}
h1 {color:#ffffff;font-weight:200;}
a {color:#ffffff;text-decoration:none;}
.formdiv {
	padding:25px;width:100%;max-width:500px;
	text-align:center; 
	margin:0 auto;
	position:absolute;top: 50%;
	left: 50%;transform: translate(-50%, -50%);
}
.submit {
	font-family: 'Punktype', arial, sans-serif;
	line-height: 125%;
	letter-spacing: 1px;
	color: #fff;
	font-size:26px;color:#ffffff;
	padding:10px 35px;background-image:linear-gradient(to top, #17472e, #257149);
	border:0px;display:blockmargin:0 auto;border-radius:4px;margin:20px 0 10px;
	margin:15px;
	max-width: 300px;
	margin: 8px auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.submit:hover {cursor:pointer;background-image:linear-gradient(to top, #000000, #10301f);color: #ffb310;}
