@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: auto;

}
nav ul {
  padding-left: 397px;
}

@media (max-width:990px)
{
  nav ul {
      padding-left: 0px;
  }
}

footer p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #42c0fa;
  font-weight: 600;
  margin-bottom: 0;
}
footer li{
  color: #42c0fa;
}
.policy h1,h2,h3,h4,h5,h6{
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-weight: 800;
}

.policy h1 {
  font-size: 45px;
  line-height: 61px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

.policy p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;

  font-weight: 450;
  margin-bottom: 0;
}

.page-title h1{
  margin-top: 125px;
}
.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}
.section-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.privacy .block {

  padding: 40px 50px;
}
.privacy .block .policy-item {
  padding-bottom: 40px;
}
.privacy .block .policy-item .title {
  margin-bottom: 20px;
}
.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}

.last-updated{
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
}