body {
	padding-top: 30px; /* 60px to make the container go all the way to the bottom of the topbar */
}
a {
	color: #E5E5E5;
}
a:hover {
	color: #888;
}
.container {
	display: none;
}
.catchHolder {
  height: 166px;
}
h1.logo {
  text-align: center;
  margin-bottom: 25px;
}
p.desc {
  font-family: Osaka, sans-serif;
  margin-bottom: 25px;
}
.quform-elements {
	width: 100%;
}
.input-prepend .add-on {
	margin-right: -5px;
}
footer {
  margin-top: 100px;
  padding: 15px 0 36px;
  border-top: 1px solid #E5E5E5;
  color: #E5E5E5;
}

@media screen and (max-width: 940px) {
    .container {
        width: 100% !important;
        position: relative;
    }

    .offset3 {
        max-width: 100%;
        position: absolute;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
        padding: 0 20px;
    }

    footer {
        margin-top: 1000px;
        padding: 15px 10px 36px;
    }
}
