<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sermon-section .container .sermonwrap .sermonvideo .video {
    height: 250px;
   
}
.navbar a, .navbar a:focus {
	padding: 10px 15px 10px 15px;
    
}
.dailydevotion-featured-image div {
	
	width: 100%;
	max-width: 700px;
	margin:0 auto;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.dailydevotion-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-primary {
  color: #f5c13a !important;
}
.ddhome {
	background:#FFFBEF;
}
.ddhome .ddmaintitle h2 {
	text-align: center;
	color:#000;
}
.ddhome .ddmaintitle h2 span {
	color: #F5C13A;
}
.msglibrary-section.alter2 .container .msglibrary-wrap p {
	font-size: 16px;
}

.msglibrary-section.alter2 .container .msglibrary-header {
	text-transform: uppercase;
}
.msglibrary-section.alter2 .msglibrary-wrap {
	max-width: 1100px;
}
.featuredworship-section .featuredworship-wrap {
	max-width: 1100px;
	margin:0 auto;
}
.dailydevotion-card {
	display: block;
	margin-top: 20px;
	text-decoration: none!important;
}
.dailydevotion-card .image {
	height: 200px;
	width: 100%;
	border-radius: 10px;
	background: #795800;
	overflow: hidden;
}
.dailydevotion-card .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dailydevotion-card .content {
	text-align: left;
}
.dailydevotion-card .content h5 {
	margin-bottom: 10px;
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700;
}
.dailydevotion-card .content p {
	font-size: 16px;
}


/* Pagination Container */
.dailydevotionlist .pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Pagination Links */
.dailydevotionlist .pagination a,
.dailydevotionlist .pagination span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  background-color: #f0f0f0;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover &amp; Active States */
.dailydevotionlist .pagination a:hover {
  background-color: #f5c13a;
  color: #fff;
}

.dailydevotionlist .pagination .current {
  background-color: #f5c13a;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 480px) {
  .dailydevotionlist .pagination {
    justify-content: center;
  }

  .dailydevotionlist .pagination a,
  .dailydevotionlist .pagination span {
    font-size: 14px;
    padding: 6px 10px;
  }
}
</pre></body></html>