body,
* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}
/* ---------------NAVBAR-------------------- */

/* ---------------TITLE-------------------- */
h1,
h2 {
  text-align: center;

  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}
#title h1 {
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
  font-size: 45px;
  color: #262626;
}
#title {
  height: 20vh;
  position: relative;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin-top: 5%;
}

/* ---------------CONTENT-------------------- */
main {
  margin: 0 15%;
  /* background-color: blue; */
}
p {
  margin-bottom: 4%;
  color: #242424;
  font-size: 19px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
}
br {
  margin: 1% 0;
}
h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #142b51;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
li {
  color: #242424;
  font-size: 19px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
}
.terms_footer h3 {
  margin-top: 60px;
  margin-bottom: 125px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #262626;
  font-family: "RobotoCondensed-Bold";
}

.terms_footer h3 a:link {
  color: #8a50fd;
  text-decoration: none;
}

/* -------FOOTER-------- */
footer {
  background-color: rgb(235, 235, 235);
  margin-bottom: 0 !important;
  text-align: center;
  align-content: center;
}
footer h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
  overflow: hidden;
  color: rgb(141, 141, 141);
}
