.home-col1 {
	flex-basis: 30%;
	padding: 20px;
}

.home-col1  img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px;
}

.home-col2 {
	flex-basis: 69%;
	padding: 20px;
}

.home-col2 h4 {
	color: #003366;
	border-bottom: #003366 1px solid;
	margin-bottom: 20px;
	font-weight: bold;
	Font-size: 150%;	 
}

.why {
	background-color: #339999; 
	padding: 40px 40px;
}

.home-txt1{
	font-size: 35px;
	font-weight: bold;
	color: #000000;
}

button {
	background: #003366;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	cursor: pointer;
}

button:hover{
	background: #fff;
	color: #000;	
}


/* Show */
.s-show {
	width: 100%;
	height: 540px;
	position: relative;
	overflow: hidden; 
}

.slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#slideimg {
	width: 100%;
	height: 100%;
	animation: zoom 7s linear infinite;
}

@keyframes zoom {
	0% {
		transform: scale(1.3);
	}
	15% {
		transform: scale(1);
	}
	85% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.3);
	}
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4));
}

.s-content {
	width: 70%;
	color: #fff;
}

.s-content h1{
	font-size: 40px;
	animation: textup 7s linear infinite;
	transform: translateY(100px); 
}

.s-content h4{
	width: 80%;
	margin: 20px auto 15px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.s-content h4, .s-content div{
	animation: textup 7s linear infinite;
	transform: translateX(100px);
}

.slidbtn {
	width: 130px;
	border-radius: 15px;
	background: #003366;
	border: none;
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
}

.slidbtn:hover {
	background: #fff;
	color: #000;
}

@keyframes textup {
	10%{
		transform: translateX(0px);
	}
	100%{
		transform: translateX(0px);
	} 
}

.content-img{
	width: 100%; 
	height: 450px; 
	margin-bottom: 40px;
}

.myyyyy a {
	margin-bottom: 10px;
}

.myyyyy img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.aux-row {
	display: flex;
	margin-top: 15px;
	margin-bottom: 25px;
}

.aux-img {
	flex-basis: 10%;
}

.aux-content{
	flex-basis: 89%;
	margin-left: 10px;
}

.aux-img img{
	width: 50px;
	height: 50px;
}

.aux-class {
	flex-basis: 25%;
	margin: 10px;
	display: block;
}

.aux-class-2 {
	text-align: center;
}

.aux-class-2 h4 {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

.aux-class-2 h5{
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

.aux-class-1 img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.ser-res-class {
	flex-basis: 33%;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
}

.ser-res-head {
	background: #003366;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.ser-res-body{
	height: 240px;
	margin: 5px;
	color: #333;
	font-size: 120%;
	padding: 5px 10px;
}

.ser-res-class img {
	width: 100%;
	height: 100%;
}

.y-embed-video {
	width: 100%; 
	height: 450px; 
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 22px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

#myUL h5 {
   font-size: 18px;
   color: #003366;
   margin-top: 25px;
   margin-bottom: 5px;
   text-align: left;
}

.stanza, .left-col h5 {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.stanza {
	margin-bottom: 35px;
	line-height: 1.8;
}

.grid-view-bible {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	background-color: #fff;
}

.grid-view-chp {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	padding: 10px;
	background: #fff;
}


.grid-view-bible a, .grid-view-chp a {
	padding: 10px;
	text-align: center;
	border: #ccc 1px solid;
	color: #003366;
	font-size: 18px;
}

.grid-view-bible  a:hover, .grid-view-chp a:hover {
	color: #fff;
	background-color: #003366;
}

#rotator, #worship{
	cursor: pointer;
	overflow: hidden; 	
	position: relative; 	
	width: 100%; 	
	height: 260px; 
	margin:0 auto; 
}

#rotator img, #worship img{	
	border: 0; 	
	cursor: pointer; 	
	width: 100%; 	
	height: 260px;
}

.sideheader {
	background-color: #e3ebf2;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.sideheader .h2{
	font-weight: normal;
	color: #000;
	font-size: 150%;
}

.side-menu {
	background-color: #b0e0e6;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 20px;
}

.side-menu span{
	text-decoration: none;
	color: #336666;
	font-weight:bold;
	padding: 15px;
	font-size: 120%;	
}

.naviBtnhb{
	padding: 5px 15px;
	margin-right: 1px;
	margin-bottom: 5px;
	background: #ccffff;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	border: none;
}

.naviBtnhb:hover {
	background: #003366;
	color: #fff;
}

/*blogger & Others */
.blog-grid-view {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 50px;
	background: #fff;
	padding: 10px 25px;
} 

.blog-class-main{
	background: #f2f4f2;
	height: 320px;
	margin: 1px;
	padding: 10px;
	border-radius: 2px;
}

.blog-class-main img{
	width: 100%;
	height: 120px;
	border-radius: 5px;
	margin-bottom: 8px; 
}

.blog-class-head {
	height: 65px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	text-align: center;
}

.blog-class-body {
	height: 80px;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 5px 15px;
	text-align: center;
}

.blog-content-main-box h2{
	margin: 15px;
	color: #003366;
	border-bottom: 1px #003366 dotted;
}

.blog-left-col {
	margin: 0 5%;
}

.blog-left-col h1 {
	color: red;
	font-weight: bold;
	margin-bottom: 5px; 
}

.blog-left-col h2 {
	color: #333;
	font-weight: bold;
	border-bottom: #333 1px solid;
}

.blog-left-col h3 {
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 35px;
}

.blog-left-col h4 {
	color: #000;
	font-weight: bold;
	margin-top: 35px;
}

.blog-author {
	padding: 5px;
	margin-bottom: 25px;
	border-bottom: #aca9a8 1px solid;
	color: #333;
	font-size: 15px;
}

.blog-ol {
	margin-left: 20px;
}

.recent-blogs .container {
	width: 100%;
	height: 90px;
	display: flex;
	overflow: hidden;
	padding: 6px 4px;
	border-bottom: #aca9a8 1px solid;  
}

.recent-blogs .container .img {
	flex-basis: 25%;
	margin-right: 5px;
}
.recent-blogs .container img {
	width: 100%;
	height: 70%;
}

.recent-blogs .cont {
	flex-basis: 75%;
	display: block;
}

.recent-blogs .h3 {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

.recent-blogs .body {
	overflow: hidden;
	font-size: 15px;
	color: #000;
}
	
.recent-blogs button {
	padding: 10px 25px;
	background-color: #003366;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	font-size: 15px;
}
	
.recent-blogs	button:hover {
	background-color: #ccc;
	color: #000;
}
	
.recent-blogs	.container:hover {
	background-color: #ccc;
}


.sermbox {
	border: #aca9a8 1px solid;
	margin-bottom: 12px;
}

.list-header {
	background-color: #eee;
	color: #003366;
	font-size: 140%;
	padding: 8px 15px;
}

.list-details {
	margin-bottom: 2px;
	padding: 10px 15px;
}

/* Comment */
.comment-head {
	background-color: #ddd;
	margin-top: 40px;
	padding: 10px;
	border-top: #ccc 1px solid;
	border-bottom: #333 1px solid;
}

.comment-head span{
	color: #003366;
	font-size: 20px;
	font-weight: bold;
}


.showComment {
	background-color: #fff;
	padding: 10px;
	display: flex;
	margin-bottom: 15px;
	border-bottom: #ccc 1px solid;
}

.showComment .img{
	flex-basis: 10%;
	width: 100%;
	height: 10px;
	padding-right: 5px;
}

.showComment .img img{
	width: 50px;
	height: 50px;
}

.showComment .text{
	flex-basis: 90%;
	display: block;
}

.showComment .head{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.showComment .msg{
	font-size: 17px;
	line-height: 1.5;
	margin: 15px 0;
}

.showComment .date{
	font-size: 15px;
	margin-bottom: 12px;
	color: #333;
}

#comform {
	margin-top: 15px;
}

#comform input[type=text], #comform textarea{
	width: 100%;
	padding: 15px;
	background: #f2f4f2;
	border: none;
	font-size: 18px;
}

#comform textarea{
	height: 150px;
	margin: 20px 0;
	resize: none;
}

#comform input[type=submit]{
	padding: 15px;
	background: green;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

@media(max-width: 1000px) {
	.home-txt1{
		font-size: 30px;
	}	
	
	.home-col1{
		display: none;
	}
}

@media (max-width: 700px) {
	.y-embed-video {
		height: 300px; 
	}
	.blog-left-col {
		margin: 0 4%;
	}
	
	.home-txt1{
		font-size: 28px;
	}
}


@media (max-width: 600px) {
	.s-show  {
		height: 300px;
	}
	
	.s-content {
		width: 100%;
	}
	
	.s-content h1{
		font-size: 21px;
	}

	.s-content h4{
		font-size: 14px;
	}
	
	.slidbtn {
		width: 100px;
		font-size: 12px;
	}
	
	.sl1 {
		margin-right: 5px;
	} 
}

@media (max-width: 500px) { 
	.showComment .img{
		flex-basis: 15%;
		padding-right: 10px;
	}

	.showComment .text{
		flex-basis: 85%;
	}
	
	.showComment .img img{
		width: 100%;
		height: 40px;
	}
	
	.why {
		padding: 40px 10px;
	}

}

@media (max-width: 400px) { 
	.s-show , .slider {
		height: 200px;
	}
	
	.s-content {
		width: 100%;
	}
	
	.y-embed-video {
		height: 200px; 
	}
	
	.blog-left-col {
		margin: 0 3%;
	}
	
	.home-txt1{
		font-size: 25px;
	}
}

@media(max-width: 350px) {
	.blog-grid-view {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 15px 4px;
	} 
}

@media(max-width: 300px) {	
	.blog-left-col {
		margin: 0 2%;
	}
	
	.home-txt1{
		font-size: 20px;
	}
	
	.sub-txt4 {
		font-size: 16px;
	}
	
	
}