.footerLine {

  border-top: 1px dotted rgb(200, 200, 200);
  width: 100%;
  margin-bottom: 10px;
}

.PrivacyContent {
  padding-left: 25px;

}

.PrivacyContent h3 {
  font-family: 'NutinoBlack', sans-serif;
  color: rgb(220, 220, 220);
  font-weight: bolder;
  font-size: 13pt;
  letter-spacing: normal;
  text-transform: capitalize;

}

.PrivacyContent h2 {
  font-family: 'NutinoBlack', sans-serif;
  color: rgb(220, 220, 220);
  font-weight: bolder;
  font-size: 25pt;
  letter-spacing: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;

}

.NavHeader {
  z-index: 10;
  /* position: fixed;  */
  /* margin-top: -25px; */
  width: 100%;
  /* height: 550px; */
  padding-bottom: 10px;
  /* background-color: #161616; */
  opacity: 1;
  text-align: center;
  overflow: hidden;

}

.MenuBar {
  /* margin-top: 10px; */
  float: right;
  /* min-width: 500px; */
  /* height: 100px; */
  padding-top: 20px;

  font-family: 'NutinoMedium', sans-serif;
}

.invert {
  filter: invert(100%);
}

.MenuBar ul {
  text-decoration: none;
  display: inline-block;

}

.MenuBar h5 {
  text-transform: none;
  letter-spacing: 1.5px;
}

.MenuBar ul li {

  /* text-align: center; */
  /* font-size: 100%; */
  /* padding-right: 0px; */
  /* letter-spacing: 9.9px; */

  vertical-align: middle;
}


.logoHeader {
  /* display: inline-table; */
  float: left;
  margin-top: 20px;
  width: auto;
  text-align: center;
  vertical-align: middle;
  /* width: 150px; */
}

.logoHeader h1 {
  font-family: 'NutinoMedium', sans-serif;
  font-size: 13pt;
}

.logoHeader img {
  width: 35px;
  height: auto;
}

.logoHeader p {
  font-family: 'OrbitronBlack', sans-serif;
  text-align: center;
  padding-left: 10px;

  padding-top: 5px;
  float: right;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}

.copyrightFooter {

  text-align: center;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 20px;
  clear: both;
}

.FooterLinkBar {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 100px;
  font-family: 'NutinoMedium', sans-serif;
}
.FooterLinkBar h5{
  color: rgb(255, 255, 255);
  /* font-weight: 500;ṣ */
  font-size: 12pt;
  letter-spacing: .2em;
}

.FooterLinkBar ul {  
  list-style-type: none;
  display: inline-block;

}
.FooterLinkBar ul li {
 float: left;
 padding-left: 15px;
 padding-right: 15px;
 text-decoration: none;
}


footer {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0px auto;
  padding-top: 2px;
  clear: both;
}

footer img {
  display: block;
  margin: 0px auto 120px auto;
  width: 30px;
  height: 30px;
}

footer .logo:hover {
  -webkit-animation: wiggle 2s linear;
  animation: wiggle 2s linear;
  -moz-animation: wiggle 2s linear;
}

footer .social {
  width: 350px;
  height: auto;
  margin: 60px auto;
}

footer .social img {
  display: inline-block;
  margin: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  opacity: 1;
}

footer .social img:hover {
  opacity: .5;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 640px) {

  .MenuBar {
    /* min-width: 100px; */
    min-width: 500px;
    float: left;
  }
}