h1{
  color: #0F75BD;
  text-align: center; //or whatever looks best
}
h2{
  color: #0F75BD;
  text-align: center; //or whatever looks best
}
h3{
  color: #F72C93;
}
h4{
  color: #F72C93;
}

.post {
  margin: auto; /* Adds margin on the top and bottom */
  padding-left: 10px;
  padding-right: 10px;
}


li {
  font-size: larger; /* increases the font size */
}

.custom-list ul {
    padding-left: 0;
    list-style-type: none; /* removes default bullets */
  }
.custom-list li {
    font-size: larger; /* increases the font size */
    position: relative;
    padding-left: 30px; /* space for custom bullet or icon */
    margin-bottom: 10px; /* space between list items */
  }
.custom-list li:before {
    content: '•'; /* custom bullet */
    font-size: 20px; /* size of custom bullet */
    position: absolute;
    left: 0;
    top: 0;
  }

.btn {
  border-color: white;
}
body {
  font-family: sans-serif;
}

.store-badge img {
width: 100px;  /* Adjust this value as needed */
height: auto;  /* This ensures the images maintain their aspect ratio */
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
padding-bottom: 5px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}  

.wrapper {
  text-align: center;
}
.wrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom:1;
  *display: inline;
}
.wrapper li {
  float: left;
  padding: 2px 5px;
  border: 1px solid black;
}

/* Center the text */
.col-lg-9 {
  margin: 0 auto;
  text-align: center;
}

/* Adjust the width on large screens */
@media (min-width: 992px) {
  .col-lg-9 {
    width: 75%;
  }
}

/* 
/* DNA Kit section */
@media (min-width: 768px) {
  .dnaparent {
    display: flex;
  }
  .dnaoption1 {
    flex: 1;
    padding-right: 10px;
    margin-right: 10px;
  }
  .dnaoption2 {
    flex: 1;
    padding-left: 20px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .dnaoption1-before,
  .dnaoption2-before {
    text-align: center;
  }
} */