.w95 {
	width:95%;
}

.verse {
    font-size: 1.1rem;
	color:#2e3c9a;
    margin: 0;
	font-family: 'Nanum Gothic', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: 700;
}

.ref {
    font-size: 0.8rem;
	letter-spacing: 0.5px;
	font-weight: 700;
    margin: 0;
	color:#2b6bec;
    transform: translateX(27%);
	font-family: 'Nanum Gothic', Tahoma, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1080px) {
	.verse {
	font-size: 1rem;
	}
	}

@media screen and (max-width: 900px) {
	.verse {
	font-size: 1rem;
	}
	}
	
	@media screen and (max-width: 700px) {
	.verse {
	font-size: 1rem;
	}
	.ref {
		font-size: 1rem;
	}
	}
	
	@media screen and (max-width: 480px) {
	.verse {
	font-size: 1rem;
	}
	}
	
	@media screen and (max-width: 360px) {
	.verse {
	font-size: 0.9rem;
	}
	}




/* HTML structure for header image */
.header-image {
	position: relative;
	width: 100%; /* Set the initial width to 100% */
	max-width: 1440px; /* Set the maximum width to 1440 pixels or your desired value */
	height: auto; /* Set height to auto to maintain aspect ratio */
  }
  
  /* CSS for making the header image responsive */
  @media (max-width: 768px) {
	.header-image {
	  max-width: 100%; /* Set the maximum width to 100% on smaller screens */
	}
  }

  .header1 {
	font-size: 1.8rem;
	font-weight: 600;
	color:#1d2a66;
	text-align: center;
	font-family: 'Maitree', Tahoma, Verdana, sans-serif;
  }

  .logotext {
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	color:#c9d2ff;
	text-align: center;
	letter-spacing: 2px;
	font-family: font-family: 'Anton', sans-serif;
  }

  .logotext:hover {
	text-decoration: none;
  }

  .tc {
	text-align: center;
  }

  .title {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	font-family: 'Roboto', Tahoma, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
  }

  .title:hover {
	text-decoration: none;
	color:#ffffff;
  }

  .alink {
	font-size: 1rem;
	font-weight: 600;
	color:#32438f;
	text-align: center;
	font-family: 'Roboto', Tahoma, Verdana, sans-serif;
  }

  .alink:hover {
	color:#fff;
  }

  .details {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	font-family: 'Nanum Gothic', Tahoma, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
  }
  
  .details:hover {
	text-decoration: none;
  }

.ml01 {
	margin-left: -10rem;
}
.ml02 {
	margin-left: 1rem;
}
.ml03 {
	margin-left: 1rem;
}

.al2 {
	float: left;
  	clear: both;
	margin-top:5px;
	margin-left: 12px;
}

.grid {
	/*max-width: 1440px; */
	max-width:96%;
	margin: 0 auto;
	display: grid;
	margin-left:4px;
	margin-right:4px;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1000px) {
	.grid {
		grid-template-columns: 1fr;
		margin-left:1px;
		margin-right:1px;
	}
	}

.tester {
	font-size: 2rem;
	color:#000;
}

@media screen and (max-width: 1000px) {
	.tester {
		font-size: 1rem;
}
}

.card {
	background-color: #d9dde7;
	color:#001881;
	padding: 10px;
	border-radius: 7px;
	margin: 10px;
}

.card:hover {
	background-color: #2554e0;
	color:#fff;
}

.sel1 {
	display:inline-block;
	background-color: #2554e0;
	color:#fff;
	padding:3px 12px;
	border-radius:5px;
}

.sel0 {
	display:inline-block;
	background-color: #ffffff;
	color:#555a67;
}

.card4 {
	background-color: #ffe434;
	color:#2444d2;
	padding: 10px;
	border-radius: 7px;
	margin: 10px;
}

.card4:hover {
	background-color: #2554e0;
	color:#ffdd00;
}

.card2 {
	background-color: #d9dde7;
	color:#1756cb;
	padding: 10px;
	border-radius: 7px;
	margin: 10px;
	font-family: 'Roboto', Tahoma, Verdana, sans-serif;
	font-size: 1.2rem;
}

.card2:hover {
	background-color: #3950e7;
	color:#fff;
}

.card3 {
	background-color: #d9dde7;
	padding: 10px;
	border-radius: 7px;
	margin: 10px;
}

.youtubethumbnail {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

  .space1 {
	margin-top: 4px;
  }

  .pagecontainer {
	background-color: #fff;
	max-width: 1440px;
	width: 100%;
	height: 1000vh;
	margin: auto;
  }

.top-btn {
	font-family: 'Roboto', sans-serif;
	margin-top: 4px;
	color:#e0e9ff;
	background-color: #5aa4ff;
	padding:1px 12px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	z-index: 9999;
}

.top-btn:hover {
		cursor: pointer;
		color:#002d95;
	background-color: #fff;
		text-decoration: none;
		display: inline-block;
}


.top-box {
	position: fixed;
	max-width: 1440px;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background-color: #6daeff;
	z-index: 9998;
}

.topspace1 {
	margin-top: 2000px;
}

.clearbox {
	clear: both;
}

.verse-box {
	background-color: #c2d6ff;
	padding:5px 7px;
	width:100%;
	max-width: 1440px;
	text-align: center;
	margin:auto;
}

.gradient-container {
  width: 100%;
  margin-top: 40px;
  height: 1000vh; /* Adjust the height as needed */
  background: linear-gradient(to right, rgb(224, 221, 215) 0%, rgb(255, 255, 255) 50%, rgb(224, 221, 215) 100%);
}

.mid-box2 {
	display: grid;
	grid-template-columns: 2fr 2fr;
	grid-gap: 10px;
	width: 95%;
	max-width: 1440px;
	margin:auto;	
  }
  
  .row {
	padding: 20px;
  }
  
  .sample-word {
	text-align: center;
  }

.text-container {
    position: absolute;
    top: 27%;
	margin-top: 100px;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 700px) {
	.text-container {
		top: 10%;
		margin-top: 40px;
	}
	.logotext {
		font-size: 0.8rem;
		margin-top: 7px;
	}
}
@media screen and (max-width: 1200px) {
	.text-container {
		top: 24%;
		margin-top: 80px;
	}
	.logotext {
		font-size: 0.9rem;
		margin-top: 7px;
	}
}











	  



/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #212121;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h3 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	line-height: 70px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
	max-width: 100%;
}

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #3c8ad9;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:22px;
    font-weight: 700;
	line-height: 60px;
    color: #fff;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #3c8ad9;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}




nav ul li ul li:hover { background: #12145C; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #12145C; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #444CB9;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #12145C;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #12145C;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #202142; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

