@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fontstatic/Urbanist-Regular.ttf");
  src: url("../fontstatic/Urbanist-Regular.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Regular.woff") format("woff"), url("../fontstatic/Urbanist-Regular.otf") format("otf"), url("../fontstatic/Urbanist-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-Medium";
  src: url("../fontstatic/Urbanist-Medium.ttf");
  src: url("../fontstatic/Urbanist-Medium.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Medium.woff") format("woff"), url("../fontstatic/Urbanist-Medium.otf") format("otf"), url("../fontstatic/Urbanist-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fontstatic/Urbanist-SemiBold.ttf");
  src: url("../fontstatic/Urbanist-SemiBold.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-SemiBold.woff") format("woff"), url("../fontstatic/Urbanist-SemiBold.otf") format("otf"), url("../fontstatic/Urbanist-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fontstatic/Urbanist-Bold.ttf");
  src: url("../fontstatic/Urbanist-Bold.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Bold.woff") format("woff"), url("../fontstatic/Urbanist-Bold.otf") format("otf"), url("../fontstatic/Urbanist-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Urbanist", sans-serif;
}

@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fontstatic/Urbanist-Regular.ttf");
  src: url("../fontstatic/Urbanist-Regular.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Regular.woff") format("woff"), url("../fontstatic/Urbanist-Regular.otf") format("otf"), url("../fontstatic/Urbanist-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-Medium";
  src: url("../fontstatic/Urbanist-Medium.ttf");
  src: url("../fontstatic/Urbanist-Medium.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Medium.woff") format("woff"), url("../fontstatic/Urbanist-Medium.otf") format("otf"), url("../fontstatic/Urbanist-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fontstatic/Urbanist-SemiBold.ttf");
  src: url("../fontstatic/Urbanist-SemiBold.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-SemiBold.woff") format("woff"), url("../fontstatic/Urbanist-SemiBold.otf") format("otf"), url("../fontstatic/Urbanist-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fontstatic/Urbanist-Bold.ttf");
  src: url("../fontstatic/Urbanist-Bold.eot") format("embedded-opentype"), url("../fontstatic/Urbanist-Bold.woff") format("woff"), url("../fontstatic/Urbanist-Bold.otf") format("otf"), url("../fontstatic/Urbanist-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Urbanist", sans-serif;
}

.privacy-wrapper {
  background: #c5c2b8;
}

.inner-content {
  background: #eeeae0;
  padding: 20px;
}

.privacy-wrapper .privacy-bg {
  background: url(../images/privacy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 250px;
  box-shadow: inset 0 0 0 2000px rgba(4, 12, 32, 0.6);
}
.privacy-wrapper .privacy-bg h1 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

@media screen and (max-width: 768px) {
  .privacy-wrapper .privacy-bg {
    min-height: 190px;
  }
}/*# sourceMappingURL=privacy.css.map */