* {
  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;
}

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: center;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #484848;
  align-content: justify-center;
  font-size: 20px;
  margin: 25px 25px 25px 25px;
  width: 78%;
  background-color: FFFFFF;
}


body {
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: justify-center;
  align-items: center;
}

.background {
    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;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.overlay {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    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%;
    padding: 20px;
    background: url('images/looking-for-book-value-background.png');
}

.container-2 {
    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: 1371px;
    padding: 20px;
    background: url('images/things-to-consider-background.png');
    background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}


.flexbox {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
  max-width: 90%;
  width: 90%;
  height: 90%;
}

.flexbox-2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
  max-width: 90%;
  width: 100%;
  height: 100%;
}

.image {
  justify-content: center;
}

.things-to-consider-text {
  margin: 0 10px 10px 0;
  justify-content: center;
}

.image-1 {
  margin: 0 10px;
  justify-content: center;
}

.image img {
    width: 100%;
    height: auto;
}

.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: 0;
  text-align: center;
  justify-content: space-evenly;
}

navbar li {
  display: inline-block;
  text-align: center;
}

.navbar a {
  display: block;
  color: #414141;
  font-family: "Palatino", "Calibri", sans-serif;
  color: #414141;
  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;
}

.blog img {
  border: 3px solid #000000;
  margin: 10px 10px 10px 10px;
}

.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;
}

.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;
  min-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 */
}

.form-row label {
  width: 350px;
}

.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;
}

.contact-us h1 {
  text-align: center;
  align-items: center;
}

.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;
}

.looking-for-book-text {
  height: 735px;
  width: 530px;
  background: ffffff;
}

input {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.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);
}

.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);
}

.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 #4e58e8;
  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;
}

.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;
  }
  .ask-an-expert-box {
    padding: 0;
    margin: 0;
  }
  .explanation-of-rv-book-values {
    padding: 0;
    margin: 0;
    max-width: 98%;
  }
  .explanation-of-rv-book-values h1 {
    padding: 0;
    margin: 0;
    max-width: 98%;
  }
  .blog img {
    padding: 0;
    margin: 0;
    max-width: 95%;
  }
  .testimonials img {
    max-width: 95%;
  }
  .explanation-of-rv-book-values h1 {
    max-width: 95%;
  }
  .explanation-of-rv-book-values h3 {
    max-width: 95%;
  }
  h1 {
    max-width: 90%;
  }

  .blog-container {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

/*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;
  }
}
