* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  font-family: "Libre Baskerville", serif;
}

/* nav bar style */

header {
  background-color: #3b4254;
}

li {
  text-align: center;
  list-style: none;
}

a {
  color: white;
  text-decoration: none;
}

.askew-link {
  color: blue;
}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
}

.nav-link {
  transition: 0.7s ease;
}

.nav-link:hover {
  color: rgb(150, 159, 172);
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

/* main banner style */

h1 {
  color: #bb5361;
  font-weight: bold;
  font-size: 45px;
  text-shadow: 2px 2px black;
}

.banner {
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  color: white;
}

.banner img {
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* home page style */

.home {
  margin: 25px;
  padding: 15px;
}

.home td {
  text-align: center;
  padding: 0px 30px 0px 30px;
}

.home p {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
}

.title {
  padding-bottom: 10px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}

/* about-cp style */

.about-cp {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 30px;
  margin: 25px;
  padding: 20px;
}

.about-cp p {
  line-height: 35px;
  padding: 0px 30px;
  margin: 25px;
  padding: 20px;
}

figure {
  color: #bb5361;
  width: 30%;
  float: right;
  margin-left: 10px;
}

blockquote {
  margin: 0;
}

blockquote p {
  font-weight: bolder;
  padding: 25px;
  background: #eee;
  border-radius: 5px;
}

figcaption {
  padding-left: 15px;
  font-weight: bolder;
}

.logo {
  margin: 15px;
  padding: 20px;
  float: right;
}

.bold {
  font-weight: 800;
  padding-top: 0;
  padding-bottom: 0;
}

/* about-jd styles */
.about-jd {
  font-family: "Libre Baskerville", serif;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  padding: 0px 35px 0px 35px;
  margin: 25px;
  padding: 45px;
}

.quote {
  display: flex;
  margin: auto;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  font-size: 30px;
  color: #7d8a98;
  width: 50%;
  flex-direction: column;
  align-items: center;
}

/* testimonials styles */

.testimonials img {
  filter: blur(8px);
}

.notes-container {
  overflow: scroll;
  display: flex;
  flex-wrap: wrap;
  max-height: 800px;
  align-content: space-between;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 40px;
  padding: 25px;
}

.note {
  margin: 15px;
  width: 30%;
  height: 30%;
}

/* faq style */

.faq {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

.faq {
  margin: 25px;
  padding: 35px;
  line-height: 40px;
}

.faq-q {
  font-size: larger;
  font-weight: bolder;
  color: #672531;
  text-align: left;
}

.faq-a {
  text-align: left;
  line-height: 25px;
}

/* label styles */

.cp-label,
.notes-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7d8a98;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 3px 1px #3b4254;
}

.jd-label,
.faq-label,
.contact-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bb5361;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 3px 1px #672531;
}

/* footer style */
.footer-table {
  max-height: 150px;
  width: 100%;
  background-color: #672531;
  margin-top: auto;
}

.footer-row-1 {
  color: white;
  padding: 20px 15px;
}

.footer-col-1 {
  padding: 20px;
  font-size: 25px;
  text-align: center;
  width: 30%;
}

.footer-col-2 {
  font-size: 25px;
  padding: 20px;
  text-align: center;
  width: 30%;
}

button {
  border-radius: 10px;
  color: white;
  background-color: #7d8a98;
  font-size: 15px;
  padding: 10px 15px 10px;
}

button:hover {
  cursor: pointer;
}

.phone {
  padding: 10px;
  line-height: 15px;
  font-size: 14px;
  text-align: center;
}

.address {
  padding: 10px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}

.footer-col-3 {
  padding: 20px;
  width: 30%;
}

.disclaimer {
  width: 100%;
  background-color: #672531;
  color: white;
  font-size: 12px;
  line-height: 18px;
  padding: 0 15px;
  padding-bottom: 10px;
}

/* .bottom {
  margin-top: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
} */

/* media queries */

/* tablet */
@media (max-width: 799px) {
  /* nav style */

  .hamburger {
    display: block;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #3b4254;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    z-index: 10;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu.active {
    left: 0;
  }

  /* banner style */
  h1 {
    font-size: 35px;
  }
}

/* moblie */
@media (max-width: 420px) {
  /* nav style */

  .hamburger {
    display: block;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #3b4254;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    z-index: 10;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu.active {
    left: 0;
  }

  /* banner style */
  h1 {
    font-size: 35px;
  }

  /* blockquote */

  figure {
    color: #bb5361;
    width: 60%;
    height: 30%;
    float: right;
    margin-left: 10px;
  }

  blockquote {
    margin: 0;
  }

  blockquote p {
    line-height: 8px;
    font-size: 12px;
    font-weight: bolder;
    padding: 15px;
    background: #eee;
    border-radius: 5px;
  }

  figcaption {
    padding-left: 10px;
    font-weight: bolder;
  }

  /* footer styles */
  .footer-table {
    max-height: 150px;
    width: 100%;
    background-color: #672531;
    margin-top: auto;
  }

  .footer-row-1 {
    color: white;
    padding: 20px 15px;
  }

  .footer-col-1 {
    padding: 15px;
    font-size: 15px;
    text-align: center;
    width: 30%;
  }

  .footer-col-2 {
    font-size: 15px;
    padding: 15px;
    text-align: center;
    width: 30%;
  }

  button {
    border-radius: 10px;
    color: white;
    background-color: #7d8a98;
    font-size: 12px;
    padding: 10px 15px 10px;
  }

  button:hover {
    cursor: pointer;
  }

  .phone {
    padding: 10px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
  }

  .address {
    padding: 10px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
  }

  .footer-col-3 {
    padding: 10px;
    width: 30%;
  }

  .footer-col-3 img {
    width: 150px;
  }

  .disclaimer {
    width: 100%;
    background-color: #672531;
    color: white;
    font-size: 12px;
    line-height: 18px;
    padding: 0 15px;
    padding-bottom: 10px;
  }
}
