p {
  /*color: #FFF;*/
  /*font-family: Lato, sans-serif;*/
  /*font-weight: 100;*/
  /*max-width: 1024px;*/
  /*margin: 0 auto;*/
}

@media (max-width:767px) {
  p {
    font-size: 14px;
    margin: 0px 25px;
  }
}

.dh-header-non-rectangular-container h1, p {
  /*color: white;*/
  /*font-weight: bold;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

a:hover {
  color: #0056b3;
  text-decoration: initial;
}

