.body{
	font-family: 'Nunito', sans-serif;
}
.legal-main-title{
	font-size:72px;
	font-weight:700;
	text-align:center;
	
}

.legal-section-title h2{
	font-weight: 500;
	font-size: 3.375rem;
}

/* Nav bar*/
.nav-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-legal li {
  line-height: 60px;
  font-weight: 500;
  padding: 0 24px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.nav-legal li a {
  text-decoration: none;
  color: #7c818b;
  display: block;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.nav-legal li.active a {
  color: #000;
}

.nav-legal li.active {
  border-left: 4px solid #000;
}

.nav-legal li:hover,
.nav-legal li a:hover,
.nav-legal li a:focus {
  border-left-color: transparent;
  outline: none;
  box-shadow: none;
}

/*Content-section*/

.section-title{
	font-weight:500;
	line-height:1.25;
	font-size: 3.375rem;
}

.last-rev{
	font-size:1rem;
	font-weight:500;
	line-height:1.25;
}
.legal-divider {
  height: 1px;
  background-color: #ecf0f4;
  width: 100%;
  margin: 45px 0 15px 0; /* top right bottom left */
}

.legal-content-title{
	font-size:1.75rem;
	font-weight:500;
	line-height:1.25;
	margin-bottom: 0.75rem;
}

.legal-content-paragraph{
	color: #1d2128;
  font-family: "Roboto",Sans-serif;
  font-size: 18px;
  font-weight: 400;
	margin-bottom: 1.5em;
}

/* Sticky sidebar */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .sticky-sidebar {
    position: static;
  }
}
