/*----------------------------------------------------------------------------------------
  File:       privacyPolicy.css
  Author:     Jack Cohen
  Custodian:  Jack Cohen (jc@enpira.io)
  Date Added: 2022-09-01
  Purpose:    Provides style markup for the privacy-policy page.
  Notes:      Direct copy of contact-us page with edits
----------------------------------------------------------------------------------------*/

html {
  background: #323232;
}

body,
p {
  font-family: "lato", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button {
  font-family: "lato", Times, "Times New Roman", serif !important;
  font-style: normal;
  font-weight: 400;
}

#privacyPolicyContainer h1 {
  font-size: 24px;
  color: #3d5ba9;
  margin-top: 1em;
}

.container-fluid {
  padding: 0px;
  width: 100%;
}

.pageTitle {
  background: #3e5aa8;
  height: 90px;
  text-align: center;
}

#privacyPolicyContainer {
  background: #f5f6f7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

#privacyPolicyContainer a,
.enpira-blue {
  color: #3d5ba9 !important;
}

.centeredHeader {
  text-align: center;
  width: 50%;
}

.megaPad {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container {
  display: block;
  position: relative;
  margin: 0 auto;
}
