@charset "utf-8";
/* CSS Document */
h1, h2 {
 background: none;
 color: #333333;
}
p {
 margin: 0;
}
body {
 margin: 0;
 padding: 0;
}
img {
 width: 100%;
}
.free-form header {
 background: inherit;
 border-bottom: none;
 width: auto;
 height: auto;
 max-height: none;
 padding: 0;
}
header#header {
 position: static;
}
header h1 {
 width: auto;
}
.free-form footer {
 background-image: none;
 padding-top: auto;
 /*background: none;*/
}
@media screen and (hover: none) and (pointer: coarse) {
 .free-form footer {
  padding-top: 0;
  padding-top: auto;
 }
}