body,
html {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: sans-serif;
  color: #fff;
  background-color: #000;
}

.backgroundimg {
  background: url("../images/back.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  font-size: 76%;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

h1 {
  font-size: 2.4rem;
}

.some_nowhitespace {
  nowhitespace: afterproperty;
}

a {
  outline: 0;
  text-decoration: none;
  color: #ca7d69;
}

.single-page {
  background: #000;
  padding: 1.25em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.single-page ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  overflow: hidden;
}

.single-page li {
  float: left;
  width: 30%;
  text-align: center;
}

.single-page a {
  display: block;
  color: #ca7d69;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
}

.single-page-nav a:hover,
.single-page-nav .current {
  color: #38acec;
}

#content {
  padding: 0;
  margin: 0 auto;
  width: 70%;
  overflow: hidden;
}

.homeheader {
  display: block;
  background: transparent;

  font-size: 24px;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.home {
  float: left;
  color: #4a4a4a;
  width: 90%;
  padding:  0 1.25em;
  background-color: #fff;
  margin: 20px 20px 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
}

.homebig {
  float: left;
  color: #4a4a4a;
  width: 94%;
  min-height: 500px;
  padding: 1.25em;
  background: transparent;
  margin: 20px 20px 20px 20px;
}

.right {
  float: left;
  color: #4a4a4a;
  width: 26%;
  padding: 1.25em;
  background: #fff;
  margin: 20px 10px 30px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.home p {
  padding: 1.25em;
  text-align: center;
}

.big {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 125%;
  margin: 20px 20px 20px 0px;
}

.bigsub {
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  line-height: 2em;
  margin: 20px 20px 20px 0px;
}

.sectionheader {
  margin: 20px 20px 30px 20px;
}

.section p {
  padding: 15px;
}

.clear {
  clear: both;
}

#section1,
#section2,
#section3,
#section4 {
  margin-top: 10px;
  padding-top: 5em;
}

form {
  position: relative;
  margin-left: 24px;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  font-weight: bold;
  color: #4c4c4c;
  text-decoration: none;
}

input {
  width: 60%;
  display: block;
  border: 1px solid #999;
  height: 25px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.button {
  width: 25%;
  background: #ca7d69;
  color: #fff;
  font-weight: bold;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1p solid #999;
}

input.button:hover {
  background: #fff;
  color: #09c;
}

input.bigbutton {
  font-size: 150%;
  width: 85%;
  background: #ca7d69;
  color: #fff;
  font-weight: bold;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1p solid #999;
}

input.bigbutton:hover {
  background: #fff;
  color: #09c;
}

.colorbackground {
  background: #ca7d69;
  padding: 5px;
}

textarea:focus,
input:focus {
  border: 1px solid #09c;
}

textarea,
input[type="text"] {
  margin: 0 0 10px 0;
  padding: 13px 16px;
  text-transform: none;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  font-style: normal;
  border-radius: 0;
  background: #f6f6f6;
  border: 0;
  box-shadow: none;
}
input[type="text"].last {
  margin-right: 0;
}
textarea {
  margin-right: 0;
  min-height: 55px;
  overflow: hidden;
  resize: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.error {
  color: #ca7d69;
}

.home img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media all and (max-width: 64em) {
  /* ===[ 1024px ]=== */

  body {
    font-size: 90%;
  }

  .backgroundimg {
    background: url("../images/back_small.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    max-width: 100%;
    font-size: 76%;
  }

  .single-page a {
    font-size: 1.375em;
  }

  .single-page a {
    font-size: 125%;
  }

  .single-page ul {
    width: 95%;
  }

  .single-page li {
    width: 50%;
    padding: 0.5em 0;
  }

  .home {
    width: 70%;
    padding: 0.3em;
  }

  .homebig {
    float: left;
    color: #4a4a4a;
    width: 94%;
    min-height: 200px;
    padding: 1.25em;
    background: transparent;
    margin: 20px 20px 20px 20px;
  }

  .homeheader {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section {
    width: 90%;
  }

  .sectionheader {
    width: 85%;
    margin-left: 10%;
  }

  #section1,
  #section2,
  #section3,
  #section4 {
  margin-top: 10px;
  padding-top: 20px;
  }

  input {
    width: 75%;
  }

  input.button {
    width: 55%;
  }
  .right {
    width: 70%;
  }

  input.bigbutton {
    width: 85%;
    font-size: 60%;
  }

  .bigsub {
    line-height: auto;
  }
}

@media all and (max-width: 37.5em) {
  /* ===[ 600px ]=== */

  .backgroundimg {
    background: url("../images/back_small.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    max-width: 100%;
    font-size: 76%;
  }
  .single-page a {
    font-size: 125%;
  }

  .single-page ul {
    width: 95%;
  }

  .single-page li {
    width: 50%;
    padding: 0.5em 0;
  }

  #section1,
  #section2,
  #section3,
  #section4 {
  margin-top: 10px;
  padding-top: 20px;
  }

  .home {
    width: 90%;
    padding: 0.3em;
  }

  .homebig {
    float: left;
    color: #4a4a4a;
    width: 94%;
    min-height: 200px;
    padding: 1.25em;
    background: transparent;
    margin: 20px 20px 20px 20px;
  }

  .homeheader {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section {
    width: 95%;
  }

  #section1 {
    padding-top: 7.5em;
  }

  input {
    width: 75%;
  }

  input.button {
    width: 55%;
  }

  .right {
    width: 70%;
  }

  .bigsub {
    line-height: auto;
  }

  input.bigbutton {
    width: 85%;
    font-size: 60%;
  }
}
