* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

title {
  color: FFFFFF;
  justify-content: center;
}

body {
  color: #484848; /*Dark gray*/
  justify-content: center;
  align-content: center;
  display: block;
  vertical-align: baseline;
  unicode-bidi: isolate;    /may need to go in div/
  -webkit-font-smoothing: auto; /may need to go in div/
}

ul {
  text-align: right;
  padding: 20px;
  list-style-type: none;
  margin: 10px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
}

body p {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #484848;
  align-content: justify-center;
  font-size: 20px;
  width: 90%;
  background-color: FFFFFF;
}


body {
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: justify-center;
  align-items: center;
}

.background {
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('images/rvs.gif') center/cover no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.things-to-consider {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('images/things-to-remember-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    flex-wrap: wrap;
    width: 100%;
    height: 90%;
    max-width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-2 {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    flex-wrap: wrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 90%;
    padding: 20px;
    background: url('images/looking-for-book-value-background.png');
}

.container-2 {
    flex-wrap: wrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 85.5%;
    padding: 20px;
    background: url('images/looking-for-book-value-background.png');
    background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}


.flexbox {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: row;
  max-width: 100%;
  width: auto;
  height: auto;
  background: url('images/looking-for-book-value-background.png');
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flexbox-2 {
  display: inline-flex;
  flex-wrap: wrap;
  background: url('images/looking-for-book-value-background.png');
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: row;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image {
  justify-content: center;
  width: 100%;
  height: 90%;
  flex: 2;
}

.image-1 {
  margin: 0 10px;
  padding-top: 10px;
  justify-content: center;
}

.image img {
    max-width 98%;
    height: auto;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px 5px 5px 5px;
}

.image-1 img {
    width: 98%%;
    height: auto;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px 5px 5px 5px;
    flex: 2;
}

.text {
    padding: 20px;
    text-align: center;
    width: 585px;
    background: ffffff;
    font-family: "Helvetica", "Arial", sans-serif;
}

.text h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.text p {
    font-size: 16px;
    color: #333;
    font-family: "Helvetica", "Arial", sans-serif;
}

h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 10px 0 10x 0;
  align-content: center;
}

.illustration img {
  width: 100%;
  display: block;
  justify-content: center;
}

.banner img {
  justift-content: spaced-evenly;
}

.navbar ul {
  list-style: none;
  background: #FFFFFF;
  padding: 0;
  margin: auto;
  text-align: center;
  justify-content: space-evenly;
  max-width 33%;
}

navbar li {
  display: inline-block;
  text-align: center;
  max-width: 33%;
}

.navbar a {
  display: block;
  color: #414141;
  font-family: "Palatino", "Calibri", sans-serif;
  color: #414141;
  max-width 33%;
  width: 300px;
  padding: 20px 20px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
}

.navbar a:hover {
  background: #414141;
  color: #000000;
}

ul li {
  float: left;
}

a {
  background color: #FFFFFF;
}

ol a {
  padding: inherit;
}

ol li {
  padding-bottom: 5px;
}

.blog img {
  border: 3px solid #000000;
  margin: 10px 10px 10px 10px;
  box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
  max-width: 90%;
}

.responsive {
  width: 100%;
  height: auto;
}

header {
    background-image: url('images/rvs.gif');
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

.book-values-text {
  color: 484848;
  text-align: center;
  max-width: 75%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  margin: 15px 15px 15px 15px;
}

.explanation-of-rv-book-values h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  color: 484848;
  align-content: justify-center;
  margin: auto;
  max-width: 90%;
}

.explanation-of-rv-book-values p {
  margin: 25px 25px 25px 25px;
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

.form {
  color: #484848;
  font-family: "Arial Black", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border-radius: 8px;
}

.form input {
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
}

.form-row textarea {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  border: 1px solid #D6D9DC;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 7px;
  resize: none;
  width: 200px;
}

.form-row .instructions {
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
  min-width: 300px;
  display: center;
}

.form-row select {
  width: 100%;
  padding: 5px;
  font-size: 14px;            /* This won't work in Chrome or Safari */
  -webkit-appearance: none;   /* This will make it work */
}

.vehicle-valuation-form-header {
  text-align: right;
  background-color: #484848;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  width: 80%;
  margin: 40px 0;
  padding: 50px;
}

.vehicle-valuation-form-header h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.menu-container {
  color: #484848;
  background-color: #FFFFFF;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
}

.menu {
  border: 1px solid #fff;  /* For debugging */
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.contact-us p {
  font-size: 16px;
  text-align: center;
  align-items: center;
  margin: 5px 0px 5px 0px;
}

.contact-us h1 {
  text-align: center;
  align-items: center;
  margin: 5px 0px 5px 0px;
}

.form-newsletter {
  color: #484848;
  background-color: #FFFFFF;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.things-to-consider-text {
  margin: 0 10px 10px 50px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.looking-for-rv-book-value-text {
  margin: 0 10px 10px 50px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}


.looking-for-rv-book-value-text p {
  width: auto;
  max-width: 95%;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  color: 484848;
  margin: 25px 25px 25px 25px;
  font-size: 25px;
}

.looking-for-rv-book-value-text h2 {
  width: 550px;
  max-width: 95%;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  color: 484848;
  margin: 25px 25px 25px 25px;
}

.things-to-consider-text {
  margin: 10px 10px 10px 50px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  text-align: center;
}

.things-to-consider-text img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 5px 5px 5px 5px;
}

.things-to-consider-text p {
  width: auto;
  max-width: 95%;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  color: 484848;
  font-size: 25px;
  margin: 25px 25px 25px 25px;
}

.things-to-consdier-text h2 {
  width: 550px;
  max-width: 95%;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  color: 484848;
  margin: 25px 25px 25px 25px;
}

.looking-for-book-text img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.testimonials img {
  border: 3px solid #000000;
  margin: 25px 25px 25px 25px;
  border-radius: 8px;
  box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
}

.ask-an-expert-box {
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: 90%;
  text-align: center;
  display: center;
}


.ask-an-expert-box img {
  border: 3px solid #110935;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
  display: block;
  max-width: 90%;
}

.ask-an-expert-box h3 {
  font-size: 15px;
  color: #484848;
}

.vehicle {
  margin-bottom: 2em;
  width: 100%
  max-width: 425px;
  float: left;
  vertical-align: top;
  position: relative;
  padding: 0;
  border: 0;
}

.gallery {
  position: relative;
  text-align: center;
  top: 0;
  bottom: 0;
}

.specs p {
  text-align: center;
  padding-bottom: 5px;
}

.specs h3 {
  text-align: center
}

.gallery {
  position: relative;
  text-align: center;
  top: 0;
  bottom: 0;
}

.gallery {
  margin: 10px 10px;
}

.gallery img {
  transition: .1s;
  padding: 15px 15px 15px 15px;
}

.gallery img:hover {
  transform: scale(1.1, 1.1);
  transition: .5s;
}

.see-full-rv-listing-box {
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: 90%;
  text-align: center;
  display: center;
}

.see-full-rv-listing-box img {
  border: 3px solid #5f1616;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
  display: block;
  max-width: 90%;
}

.form-row label {
  width: 350px;
}

.blog-container {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: row;
  }

/*Mobile Styles*/
@media only screen and (max-width: 425px) {
  body {
    background-color: #FFFFFF;
    justify-content: center;
  }
  .flexbox {
    padding: 0;
    margin: 0;
  }
  .things-to-consider-text {
    padding: 0;
    margin: 0;
    max-width: 98%;
  }
  .looking-for-rv-book-value-text {
    padding: 0;
    margin: 0;
    max-width: 98%;
}

.gallery img {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  width: 350px;
  max-width: 90%;
}

.gallery {
  margin: 0;
  padding: 0;
  text-align: center;
}

.blog-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

/*Tablet Styles*/
@media only screen and (min-width: 426px) and (max-width: 960px) {
  body {
    background-color: #FFFFFF;
  }
}

/*Desktop Styles*/
@media only screen and (min-width: 961px) {
  body {
    background-color: #FFFFFF;
  }
}
