@charset "utf-8";
body {
    background-color: #949494;
    background-size: 30% auto;
    background-attachment: scroll;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    background-image: url(../images/Hill%20Valley%20Naturals%20Brand%20Elements_Lone%20Pine.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    padding-top: 30px;
    clear: both;
    text-align: left;
}
h1 {
 font-family: 'Alfa Slab One', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  height: 1em;
}
h2 {
  font-family: 'Alfa Slab One', cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  font-size: 1em;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 25px;
}
footer {
    font-size: small;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    color: #fff;
    padding: 0.01em 16px;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0.52%, rgba(255, 0, 0, 0.74) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0.52%, rgba(255, 0, 0, 0.74) 100%);
    background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0.52%, rgba(255, 0, 0, 0.74) 100%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0.52%, rgba(255, 0, 0, 0.74) 100%);
}
.assideLeft {
    width: 28%;
    float: left;
    margin-left: 5%;
    margin-top: 30px;
    margin-right: 1%;
    text-align: center;
}
Footer {
  clear: both;
}
.sectionRight {
    width: 55%;
    float: right;
    margin-top: 30px;
    margin-left: 1%;
    margin-right: 5%;
    padding-left: 2.5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 0, 0, 0.59) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 0, 0, 0.59) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 0, 0, 0.59) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 0, 0, 0.59) 100%);
    border-top-right-radius: 25px;
    margin-bottom: 200px;
    text-align: center;
}
header {
    text-align: center;
    margin-top: 10px;
    float: none;
}
nav {
  background-color: #FCFCFC;
}
.navlist {
  padding: 0px;
  overflow: hidden;
}
.navlistitem {
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  color: #545454;
}
.navlistitem a {
  display: block;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  color: #818181;
}
.navlistitem a:hover {
  color: #000000;
  background-color: #E2211C;
  text-decoration: none;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light .navbar-brand {
  font-family: alfa-slab-one;
  font-style: normal;
  font-weight: 400;
  color: #E2211C;
}
.formstyle {
  width: 100%;
}

@media (max-width: 650px) {
  .assideLeft {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-top: 40px;
    margin-right: 5%;
    font-style: oblique;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
    clear: both;
  }

  .sectionRight {
    width: 90%;
    float: none;
    margin-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    margin-bottom: 40px;
  }
  body {
    background-color: #949494;
    background-size: cover;
    background-attachment: fixed;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    height: 100%;
  }
  h1 {
    font-family: alfa-slab-one;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    line-height: 1em;
    height: 1em;
  }
  h2 {
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;
    font-size: 1em;
    height: 1em;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-top: 0px;
  }
  header {
    text-align: center;
    margin-top: 30px;
    padding-top: 0px;
  }
}
