/*****************************
** Custom site styles can be added to this file - EDIT AT YOUR OWN RISK!!!
*****************************/

/* Special Heading */

.page-header {
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 2px 2px 3px #000;
}

.page-header:before,
.page-header:after {
  background-color: #fff !important;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.page-header:before {
  right: 0.5em;
  margin-left: -50%;
}

.page-header:after {
  left: 0.5em;
  margin-right: -50%;
}

/* Bordered Columns */

.bordered-column {
    border-width: 5px;
    border-color: #103761;
    border-style: solid;
    border-radius: 0;
    padding: 30px;
    background-color: #fff;
  }

/* Location pages */

.featured-rv-section {
      background-repeat: no-repeat;
    background-image: url(https://www.toliverrv.com/wp-content/uploads/2021/06/featuredinventory-background.jpg);
    background-position: 50% 0;
    background-attachment: scroll;
  padding: 35px;
}

.hours-bg {
  background-color: #1c2951;
  width: 100%;
  padding: 50px;
}

.white-bg {
  background-color: #fff;
}

/*Staff Page*/
.teal-bg {
 background-color: #175676;
  width: 100%;
  padding: 50px;
}