<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, ::after, ::before {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body a {
  /*color: #000000;*/
  color: #0a63ad;
  text-decoration: underline;
}
h1 {
    color: #0a63ad;
    font-size: 15px !important;
}
h2 {
    color: #0a63ad;
    font-size: 14px !important;
}
h3 {
    color: #0a63ad;
    font-size: 14px !important;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	/*font-size: 80% !important;*/
}
.bible-sms-logo {
	max-width: 200px;
    max-height: 35px;
    width: auto;  /* Ensure the aspect ratio is maintained */
    height: auto; /* Ensure the aspect ratio is maintained */
}
.content {
  line-height: 24px;
}
.footer-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80% !important;
  font-weight: bold;
}
/* NAV ITEM */
.nav-link {
  color: #252525 !important;
}
/* BUTTON */
.btn.btn-fast-blue {
  background: #0a63ad;
  border-color: #0a63ad;
  color: #ffffff;
}
.btn.btn-fast-blue:hover, .btn.btn-fast-blue:focus {
  background: transparent;
  color: #0a63ad;
}
.btn.btn-round-edge {
  border-radius: 4px;
}
.btn.btn-very-small {
  font-size: 12px;
  padding: 6px 16px;
}
.donate-btn {
  margin-top: 3px !important;
  font-weight: 500;
  font-size: 14px;
  /* margin: 0 18px; */
  margin-left: 10px !important;
  word-break: normal;
  /* background: #0a63ad; */
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  /*text-transform: uppercase;*/
  width: auto;
  font-family: inherit;
  font-weight: 500;
  font-weight: bold;
  text-decoration: none;
}
/* HERO */
.page-header-hero {
  background-image: url("../images/daily-bible-text-messages.jpg") !important;
  min-height: 200px !important;
  max-height: 200px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  /* -webkit-text-stroke: 1px black; */
  /* color: #333333 !important; */
}

/* ----------- GRID CONTAINERS ----------- */
/* --------------------------------------- */

/* Base grid layout for mobile */
.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 column layout for mobile */
  grid-gap: 10px;
  /*padding: 10px;*/
}

.grid-item {
  /*background-color: #f0f0f0;*/
  /*padding: 20px;*/
  /*text-align: center;*/
  font-size: 16px;
}

/* Tablet layout - 12 columns */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr); /* 12 columns layout for desktop */
  }
  .span-1 { grid-column: span 1; }
  .span-2 { grid-column: span 2; }
  .span-3 { grid-column: span 3; }
  .span-4 { grid-column: span 4; }
  .span-5 { grid-column: span 5; }
  .span-6 { grid-column: span 6; }
  .span-7 { grid-column: span 7; }
  .span-8 { grid-column: span 8; }
  .span-9 { grid-column: span 9; }
  .span-10 { grid-column: span 10; }
  .span-11 { grid-column: span 11; }
  .span-12 { grid-column: span 12; } 
}

/* Desktop layout - 12 columns */
@media (min-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr); /* 12 columns layout for desktop */
  }
  .span-1 { grid-column: span 1; }
  .span-2 { grid-column: span 2; }
  .span-3 { grid-column: span 3; }
  .span-4 { grid-column: span 4; }
  .span-5 { grid-column: span 5; }
  .span-6 { grid-column: span 6; }
  .span-7 { grid-column: span 7; }
  .span-8 { grid-column: span 8; }
  .span-9 { grid-column: span 9; }
  .span-10 { grid-column: span 10; }
  .span-11 { grid-column: span 11; }
  .span-12 { grid-column: span 12; }
}
/* --------------------------------------- */
/* --------------------------------------- */




@media (min-width:1200px) {
  h1 {
    font-size: 120%;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
strong {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
img {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
[type=button], button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.page-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.rounded-image {
    border-radius: 7px; /* Adjust the value to your desired roundness */
}
/*
.images-set {
	height: 300px !important;   
    width: auto !important;     
    object-fit: cover !important; 
}
*/
.main-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row &gt; * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width:768px) {
  /* CUSTOM FOR IMAGE SETS */
  .col-md-SQ {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-MB {
    flex: 0 0 auto;
    width: 17.75%;
  }
  .col-md-4K {
    flex: 0 0 auto;
    width: 52%;
  }
  /* ----------------------- */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666666667%;
  }

}
/* TABLET DEVICES */
@media (min-width: 600px) and (max-width: 1024px) {
  /* NEEDED FOR IMAGES PAGE (IMAGE SET) */
  .col-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* NEEDED FOR IMAGES PAGE (IMAGE SET) */
  .col-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  /* NEEDED FOR IMAGES PAGE (IMAGE SET) */
  .col-md-2-5B {
    flex: 0 0 auto;
    width: 20%;
  }
  /* NEEDED FOR CATEGORY PAGE IMAGES */
  .col-md-2-5 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  font-size: 14px;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  /*background-color: #0d6efd;*/
  background-color: #0a63ad;
}
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  font-size: 14px;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus, .nav-link:hover {
  color: #0a58ca;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar &gt; .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  /*font-size: 1.25rem;*/
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
		border: 1px solid #777777 !important; 

}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  /*box-shadow: 0 0 0 .25rem;*/
	border: 1px solid #777777 !important; 
}

.navbar-toggler:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none; /* Remove the box-shadow */
	border: 1px solid #777777 !important; 
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;

}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  /*color: rgba(0, 0, 0, .7);*/
  color: #3A3A3A;
	
}
.navbar-light .navbar-nav .nav-link.active {
  /*color: rgba(0, 0, 0, .9);*/
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1);

}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mb-4 {
  /*margin-bottom: 1.5rem !important;*/
  margin-bottom: 5px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.bg-light {
  /*background-color: #F2F2F2 !important;*/
  border-bottom: 1px solid !important;
  border-color: rgba(0, 0, 0, .1) !important;
}
.navbar {
  padding: 20px 0;
}
.navbar-brand {
  font-size: 24px;
  font-weight: bold;
}
.navbar-nav {
  /*text-transform: uppercase;*/
}
.gallery-image {
  position: relative;
  /*background: #eaeaea;*/
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 7px;
}
.gallery-image img {
  width: 100%; /* Ensures the image is fully responsive within its container */
  height: auto; /* Maintain aspect ratio */
  transition: transform 0.3s ease; /* Smooth transition for zoom effects */
}
.gallery-image:hover img {
  transform: scale(1.067); /* Zoom effect on hover */
}
/* GALLERY IMAGE SET */
.gallery-image-set {
  position: relative;
  /*background: #eaeaea;*/
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 7px;
}
.gallery-image-set img {
  width: 100%; /* Ensures the image is fully responsive within its container */
  height: auto; /* Maintain aspect ratio */
  transition: transform 0.3s ease; /* Smooth transition for zoom effects */
}
.gallery-image-set:hover img {
  transform: scale(1.02); /* Zoom effect on hover */
}
.gallery-text {
  text-align: left;
  font-size: 80% !important;
}
.signature {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
/*! CSS Used from: Embedded */
.vt-augment {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vt-augment.drawer {
  display: none;
  width: 700px;
  background: white;
  border: 1px solid #e6e6e6;
  text-align: left;
  z-index: 102;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  box-shadow: -4px 5px 8px -3px rgba(17, 17, 17, .16);
  animation: slideToRight 0.5s 1 forwards;
  transform: translateX(100vw);
}
@media screen and (max-width: 700px) {
  .vt-augment.drawer {
    width: 100%;
  }
  .gallery-image:hover img {
    transform: scale(1.01); /* Zoom effect on hover - Relative to Mobile Layout */
  }
  .gallery-image-set:hover img {
    transform: scale(1.01); /* Zoom effect on hover */
  }
  .gallery-text {
    text-align: left;
  }
  .signature {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
  }
  .text-center {
    text-align: left;
  }
  .copyright-details {
    text-align: center !important;
  }
}
/*! CSS Used keyframes */
@keyframes slideToRight {
  100% {
    transform: translateX(100vw);
    display: none;
  }
}
.navbar {
  padding: 20px 0;
}
.navbar-brand {
  font-size: 24px;
  font-weight: bold;
}
.navbar-nav {
  /*text-transform: uppercase;*/
}
.gallery-row {
  margin-bottom: 30px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* CATEGORY PAGE */
.image-item {
  display: block; /* Ensures the link takes the shape of its contents */
  text-decoration: none; /* Removes underline from all links */
}
.image-title {
  display: block;
  font-size: 75% !important;
  font-weight: bold;
  overflow: hidden; /* Hide overflow */
  white-space: nowrap; /* Keep text on a single line */
  text-overflow: ellipsis; /* Add ellipsis at the end of the text */
}
.copyright-section {
  padding-top: 5px;
  padding-bottom: 40px;
  border-top: 1px solid !important;
  border-color: rgba(0, 0, 0, .1) !important;
  background-color: white;
  font-size: 80%;
  line-height: 24px;
}
/* FOOTER */
.footer {
  /*background-color: #F8F8F8;*/
  /*background-color: #0a1536;*/
  background-color: #060f2c;
  /*color: #252525;*/
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.9rem;
  border-top: 1px solid !important;
  border-color: rgba(0, 0, 0, .1) !important;
	margin-top: 30px;
}
.footer a {
  /*color: #000000;*/
  /*color: #0a63ad;*/
  color: #FFFFFF;
  text-decoration: underline;
}
.footer a:hover {
  /*color: #05355E;*/
  color: #EAEAEA;
  text-decoration: none;
}
/* Footer branding and icons */
.footer-brand {
  font-size: 1.2rem; /* Larger font size for branding */
  font-weight: bold; /* Bold font for emphasis */
  margin-bottom: 3px;
}
.icon-list-social {
  display: flex;
  list-style: none; /* Remove list bullet points */
  padding: 0; /* Remove padding */
  margin-bottom: 20px; /* Space below icons */
}
.icon-list-social-link {
  color: #9fadce; /* Matching link colors */
  margin-right: 10px; /* Space between icons */
}
.icon-list-social-link svg {
  width: 24px; /* Fixed size for SVG icons */
  height: auto;
}
/* Footer columns and lists */
.footer-text .row &gt; div {
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-uppercase-expanded {
  text-transform: uppercase; /* Uppercase headers in footer */
  margin-bottom: 15px; /* Spacing below headers */
  font-weight: bold;
}
.list-unstyled {
  list-style-type: none; /* No bullets */
  padding-left: 0; /* Align text properly */
  font-size: 90%;
  line-height: 24px;
}
/* Footer legal and copyright text */
.footer .my-5 {
  margin-top: 20px !important; /* Space above the horizontal rule */
  margin-bottom: 20px !important; /* Space below the horizontal rule */
}
.footer hr {
  border-color: #555; /* Lighter line for distinction */
}
.footer .small {
  font-size: 0.8rem; /* Even smaller font size for legal and copyright */
}
/* Ensure footer columns display as four columns at large screens */
@media (min-width: 992px) {
  .footer .col-lg-3 {
    flex: 0 0 25%; /* Ensure each column takes up 25% of the footer */
    max-width: 25%;
  }
}
/* Adjust footer columns for medium screens to stack in pairs */
@media (max-width: 991px) and (min-width: 768px) {
  .footer .col-md-6 {
    flex: 0 0 50%; /* Each column takes up 50% */
    max-width: 50%;
  }
}

/* MOBILE LAYOUT */
/* Stack columns vertically on small screens */
@media (max-width: 767px) {
  .footer .col-md-6 {
    flex: 0 0 100%; /* Each column takes up 100% */
    max-width: 100%;
  }
  .donate-btn {
    margin-left: 0px !important;
  }
  .footer-container {
	 padding-left: 20px !important;
  margin-top: 10px !important;
	  margin-bottom: 10px !important;
		
  }
  .main-container {
  padding-bottom: 20px;
}
	
}
/* --------------------------- */
.footer-section {
  background-color: #F2F2F2;
  text-align: center;
}
.footer-section ul {
  list-style-type: none;
}
.footer-section a {
  text-decoration: underline;
  color: #676767;
}
.footer-section ul li {
  font-size: 14px;
  line-height: 24px;
}
.footer-section ul, .footer-section ol {
  margin-left: 0;
  padding-left: 0;
}
.copyright-details {
  color: #4F4F4F;
  background-color: #E2E2E2;
  font-size: 14px;
  padding: 15px 0px 15px 0;
}
/* IMAGE TAGS TEXT */
.tags-text {
  color: #676767;
  font-size: 80%;
}
/* ACTION BUTTON */
.action-button {
  background-color: #0a63ad; /* Blue background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 5px 12px 5px 12px; /* Padding around the text */
  text-align: center; /* Center the text inside */
  text-decoration: none; /* No underline */
  display: inline-block; /* Allows setting dimensions */
  font-size: 100%; /* Font size */
  font-weight: bold;
  cursor: pointer; /* Cursor appears as a pointer */
  border-radius: 2px; /* Rounded corners */
  margin-top: 12px;
  margin-bottom: 10px;
}
.action-button:hover {
  background-color: #074B83; 
  color: white;
}
/* MISC */
.reading-text {
  font-style: italic;
  font-family: inherit;
  color: #2D2D2D;
  font-size: 85%;
}

.carriers-footer {
	padding-top: 5px;
	line-height: 12px !important;
	font-size: 80% !important;
	text-align: center;
}
.all-rights-reserved {
	line-height: 12px !important;
	font-size: 90% !important;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

@media (min-width: 992px) {
    .carriers-footer {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width:991px) {
    .carriers-footer {
		padding-left: 30px;
		padding-right: 30px;
    }
}
</pre></body></html>