* {
  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;
  align-items: justify-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: 50%;
  background-color: FFFFFF;
}


body {
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: justify-center;
  align-items: 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;
  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;
}

.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;
}

.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 {
  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 {
  display: block;
  padding: 10px;
  background color: #FFFFFF;
}

.testimonials img {
  border: 3px solid #000000;
  margin: 26px 26px 26px 26px;
  border-radius: 8px;
  box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
}

input {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.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);
}

.blog-container {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

/*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%;
  }
  h1 {
    padding: 0;
    margin: 0;
    max-width: 95%;
  }
  h3 {
    padding: 0;
    margin: 0;
    max-width: 95%;
  }
  h4 {
    padding: 0;
    margin: 0;
    max-width: 95%;
  }

  .testimontials {
    text-align: center;
    justify-content: center;
  }

  .testimonials img {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
}

/*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;
  }
}
