body {
  background: url('fog.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: 'Sinkin Sans' !important;
  font-size: 18px;
  line-height: 1.3em;
}

h1 {
  font-size: 1.7em;
  line-height: 1.7em;
  text-align: center;
  margin: 1em 0;
  margin-bottom: 2em;
}

h2 {
  margin: 0.8em 0;
  font-size: 1.4em;
  line-height: 1.5em;
}

form {
  width: 50%;
  margin: 5em auto;
  box-sizing: border-box;
}

input, input[type='submit' i], textarea, label {
  font-family: 'Sinkin Sans' !important;
  box-sizing: border-box;
}
input[type='submit' i] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  display: block;
}

.domain {
  color: #ba0c2e;
}

.error {
  color: crimson;
  font-weight: bold;
  font-size: 0.7em;
}

.success {
  color: #98fb98;
  font-weight: bold;
  font-size: 0.7em;
}

.form-submit {
  width: 6em;
  margin: 0 auto;
  margin-top: 1em;
  border-radius: 0.3em;
  -webkit-transition: background 0.5s, color 0.5s, border-color 0.5s;
  transition: background 0.5s, color 0.5s, border-color 0.5s;
}
.form-submit:hover {
  background: #ceb888;
  color: black;
  border-color: #ceb888;
}

#wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

#header {
  height: auto;
  background: black;
}

.form-input {
  display: block;
  width: 100%;
  margin-top: 2.5em;
}
label, input {
  width: 100%;
  display: block;
  margin: 0.7em 0;
}
.form-input input {
  height: 2.7em;
  padding-left: 0.8em;
  border-radius: 0.2em;
  border: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  height: 11em;
  min-height: 11em;
  max-height: 25em;
  padding-left: 0.8em;
  border: none;
  border-radius: 0.3em;
  resize: vertical;
}

.clearfix {
  overflow: hidden;
}

.row {
  width: 100%;
}

.row-col {
  max-width: 1170px;
  margin: 0 auto;
}
.row-col img {
  width: 300px;
  height: auto;
}

.pos-rel {
  position: relative;
}

.half-width {
  width: 47.5%;
  float: left;
}

#content {
  margin-top: 5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}

#right-content {
  margin-left: 5%;
  padding-right: 2em;
  box-sizing: border-box;
}

#footer {
  height: 5em;
  width: 100%;
  text-align: center;
  background: black;
}

#copyright, #copyright a {
  font-style: italic;
  color: grey;
  line-height: 5em;
}

/*
Honeypot CSS to make sure its not visible for normal users but still visible in the code for the bots to fill in.
*/
.sg-bee {
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}


@media screen and (max-width: 750px) {
  #right-content {
    margin-left: 0;
    margin-top: 4em;
  }
  .half-width {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  form {
    width: 100%;
    padding: 0 2em;
  }
}
