/* Reset all styles */

@import url("/css/reset.css");

/* Now begin our styles */

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  height: 100%;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  background-color: #d9d9d9;
  color: #500000;
}

.clear-floats {
  clear: both;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #76323f;
}

a:visited {
  text-decoration: none;
  color: #76323f;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

h1 {
  padding: .9em 0 .5em 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
}

h2 {
  padding: .7em 0 .5em 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
}

h3 {
  padding: .7em 0 .5em 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
}

p {
  padding: .1em 0 .3em 0;
  line-height: 1.5em;
}

.redstar {
  color: #8b0000;
}

.error-message {
  color: #8b0000;
  font-size: 1.4em;
}

.standard-input {
  font-size: 1.1em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: .6em .3em;
  border: 1px solid #c0c0c0;
  background-color: #d9d9d9;
  color: #3c3c3c;
  width: 90%;
}

.button {
  font-size: 1.2em;
  background-color: #945d60;
  color: #d9d9d9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 10px;
  border: 1px solid #c0c0c0}

.button-highlight {
  background-color: #8b0000;
}

.gen-page-pad {
  padding: 25px 20%;
}

#page-div {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 3px solid #c0c0c0}

#banner-bg-div {
  width: 100%;
  height: 260px;
  z-index: 4;
  background-color: #76323f;
  background-image: url(../images/web-banner-blur-260.jpg );
  background-size: cover;
}

#banner-div {
  max-width: 700px;
  height: 100%;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/web-banner-260.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* Menu button */

#menu-btn-container {
  position: absolute;
  top: 261px;
  left: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  background-color: #3c3c3c;
  transition: 0.4s;
}

.change-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}

.change-menu .bar2 {
  opacity: 0;
}

.change-menu .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

#menu-div-col {
  width: 0;
  position: absolute;
  z-index: 2;
  top: 261px;
  left: 0;
  bottom: 0;
  background-image: url(../images/menu-col-bg.jpg );
  background-repeat: repeat-y;
  overflow-x: hidden;
  padding-top: 40px;
  transition: 0.5s;
}

#menu-div {
  font-size: .85em;
  margin-top: 2px;
}

#menu-div ul {}

#menu-div li {
  list-style-type: none;
  color: #500000;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #3c3c3c;
  padding: 0 .1em;
}

#menu-div li.menuitem-on {
  background-color: #945d60;
  color: #d9d9d9}

#menu-div li.menuitem-off {
  color: #500000;
}

#menu-div ul li a {
  color: #500000;
  font-weight: bold;
  display: block;
  padding-left: 1em;
}

#menu-div ul li a:hover {
  color: #d9d9d9;
  background-color: #945d60;
  text-decoration: none;
}

#menu-div ul li.menuitem-on a {
  color: #d9d9d9;
}

#content-div {
  margin: 0;
  padding: 0;
  transition: margin-left .5s;
}

#page-content-div {
  width: 100%;
  padding: 0;
  margin: 0;
}

#index-sect-1 {
  text-align: left;
  background-color: #d7cdc7;
  padding-top: 40px;
}

#index-sect-2 {
  background-color: #c09f80;
  overflow: hidden;
}

#index-sect-2 a {
  color: #8b0000;
}

#index-sect-2 a:hover {
  color: #8b0000;
}

#index-sect2 a:visited {
  color: #8b0000;
}

.genc-img {
  max-width: 100%;
  height: auto;
  padding-right: 5%;
  padding-bottom: 25px;
  float: left;
}

#contact-content {
  text-align: left;
  background-color: #d7cdc7;
  padding-top: 40px;
}

#contact-form-wrapper {
  background-color: #c09f80;
  padding: .8em;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.contact-error-message {
  padding: 1em .4em;
  line-height: 1.4em;
  background-color: #d9d9d9;
}

.contact-error-intro-text {
  color: #000;
}
.contact-form-item {
  padding: .4em .2em;
}

.contact-form-label {
  padding: .1em 0 .4em;
}

.contact-textarea {
  width: 80%;
  height: 10em;
}

#rates-content {
  text-align: left;
  background-color: #d7cdc7;
  padding-top: 40px;
}

#rates-content p {
  padding-bottom: 1.5em;
}

#rates-content p.subtext {
  color: #8b0000;
  font-size: .8em;
  padding-left: 2.0em;
}

#services-content {
  text-align: left;
  background-color: #d7cdc7;
  padding-top: 40px;
}

.services-list {
  padding: 20px 10%;
}

#services-content ul {
  font-size: .85em;
  padding-top: .3em;
  padding-bottom: .5em;
  list-style: disc outside none;
}

#services-content ul li {
  margin-left: 1.3em;
  padding: .2em 0;
}

#about-content {
  text-align: left;
  background-color: #d7cdc7;
  padding-top: 40px;
}

#about-content p {
  padding-bottom: 1.2em;
}

#footer-div {
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  margin-top: .3em;
  padding: .2em;
}

#footer-div a {
  font-size: .85em;
  font-weight: bold;
}

#footer-copyright {
  font-size: .6em;
  text-align: center;
  color: #000;
  margin-top: .2em;
  margin-bottom: .2em;
  padding: .2em;
  line-height: 1.2em;
}

#footer-validation {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: .2em;
  margin-bottom: .2em;
}

#footer-validation img {
  max-width: 88px;
  height: auto;
}

@media screen and (max-width: 380px) {
    body {
    font-size: 1.0em;
    line-height: 1.0em;
  }

  #banner-bg-div {
    height: 90px;
  }

  #menu-btn-container {
    top: 91px;
  }

  #menu-div-col {
    top: 91px;
  }

  #menu-div li {
    padding: .7em .1em;
  }

  .gen-page-pad {
    padding: 25px 5%;
  }

  .genc-img {
    max-width: 140px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 381px) and (max-width: 670px) {
    body {
    font-size: 1.0em;
    line-height: 1.0em;
  }

  #banner-bg-div {
    height: 130px;
  }

  #menu-btn-container {
    top: 131px;
  }

  #menu-div-col {
    top: 131px;
  }

  #menu-div li {
    padding: .7em .1em;
  }

  .gen-page-pad {
    padding: 25px 5%;
  }

  .genc-img {
    max-width: 200px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 671px) and (max-width: 800px) {
    body {
    font-size: 1.0em;
    line-height: 1.0em;
  }

  #banner-bg-div {
    height: 190px;
  }

  #menu-btn-container {
    top: 191px;
  }

  #menu-div-col {
    top: 191px;
  }

  #menu-div li {
    padding: .5em .1em;
  }

  .gen-page-pad {
    padding: 25px 8%;
  }

  .genc-img {
    max-width: 240px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  body {
    font-size: 1.0em;
    line-height: 1.0em;
  }

  #menu-div li {
    padding: .5em .1em;
  }

  .gen-page-pad {
    padding: 25px 10%;
  }

  .genc-img {
    max-width: 310px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  #menu-div li {
    padding: .5em .1em;
  }

  .gen-page-pad {
    padding: 25px 10%;
  }
}
