.kp-nav-bg {
  background-color: #00838f;
  padding-left: 6px;
  padding-right: 6px;
  box-shadow: 0px 2px 4px #00000055
}

img.title_logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-top: -2px;
  height: 14px;
}

img.home_logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 24px;
}

img.store {
  margin-right:8px;
}

img.icon {
  border-radius: 20%;
  box-shadow: 0px 2px 4px #00000055, 0 28px 12px -15px #ffc40066;
}

#container {
  padding-top: 90px;
  text-align: center;
  /*position: absolute;*/
  left: 0;
  right: 0;
}

#container strong {
  font-size: 20px;
  line-height: 26px;
}

#container p {
  font-size: 16px;
  line-height: 12px;
  margin: 0;
}

#container a {
  text-decoration: none;
}

h4 {
  color: #666666;
}

hr {
  width: 100%;
  color: black;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.policy {
  a {
    font-size: 12px;
    color: #aaa;
  }
  color: #aaa
}

div.pp { 
  margin-top: 64px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; 
  color: #4a4a4a;
}

.br { 
  display: block; 
  margin-bottom: 2em; 
} 

.cflex {
  display: flex;
}

.iosbtn {
  padding-left: 7px;
  padding-right: 8px;
  display: flex;
  background-color: black;
  color: white;
  text-decoration: none;
  div {
    width: 100%
  }
  img {
    filter: invert(85%);
  }
  span {
    opacity: 0.4;
  }
}

.iosbtn:hover {
  color: white;
  text-decoration: none; /* Removes the underline on hover */
  background-color: black;
}

#pbtn {
  width:100%;
}

.cbtn {
  background-color: #00838f;
  color: white;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.7px;
  word-spacing: 3px;
  opacity: 0.9;
  box-shadow: 0px 2px 4px #00000055;
}

.cbtn:hover {
  color: white;
  text-decoration: none; /* Removes the underline on hover */
  background-color: #00838f;
}

/*hide ad on mobile - portrait*/
@media only screen and (max-width: 575.98px) and (orientation: portrait) {
  .divban {
    display: none !important;
  }
}
