
body {
  background-color: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
}

a:link, a:active, a:visited, a:hover {
  color: #0000FF;
  text-decoration: none;
}

#wpage {
  margin: 0 auto;
  max-width: 600px;
}

header p { width 600px; }

header h1, header p { text-align: center; }

header img {
  height: auto;
  max-width: 100%;
}

footer p { text-align: center; }

footer { margin-top: 100px; }

footer p, .smalltxt { font-size: 0.85em; }

#contactform { padding: 10px 20px; }

form p {
  margin: auto;
  width: 80%;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea, label {
  color: #000;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea {
  background-color: #eee;
  border: 2px solid #eee;
  line-height: 1.5;
  padding: 6px 10px;
}

textarea { resize: none; }

label { font-weight: bold; }

input[type="submit"] {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 10px 24px;
}

input[type="submit"]:focus { outline: none; }

input[type="submit"]:active { transform: scale(0.95); }

.submitbtn {
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}

@media screen and (max-width: 550px) {
  h1, h2 { font-size: 30px; }
}

@media screen and (max-width: 400px) {
  h1, h2 { font-size: 24px; }
}