body {
    font-family: Arial, sans-serif;
    /* Clean and modern font */
    background-color: #f0f8ff;
    /* Light background for a soothing effect */
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Space around the content */
}

h1 {
    text-align: center;
    color: blueviolet;
}
.div-verse label {
    background-size: cover; /* Ensures the background image covers the entire element */
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block; /* Allows width control and horizontal centering */
    max-width: 70%; /* Set a reasonable width for the text */
    height: auto; /* Allow the height to adjust based on the content */
    text-align: center; /* Center the text inside the paragraph */
    margin: 10px auto; /* Automatically center the paragraph horizontally */
    padding: 20px; /* Add padding for content spacing */
    line-height: 50px; /* Prevents stretching of the text */
    box-sizing: border-box; /* Include padding inside the element's width */
}

#verse_1 {
    color: rgb(163, 82, 82);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    /* Changes text color for better visibility */
}
#verse_2{
    font-family: 'Kalam', sans-serif;
}
#verse_3{
    font-family: 'Syne Tactile', sans-serif;
}

#verse_6 {
    color: rgb(235, 150, 150);
    font-family: monospace;
    /* Changes text color for better visibility */
}
#verse_6 {
  
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    /* Changes text color for better visibility */
}
#verse_8 {
    color: rgb(239, 234, 234);
    /* Changes text color for better visibility */
}
#verse_9 {
    color: rgb(255, 0, 0);
    /* Changes text color for better visibility */
}
#verse_11 {
    font-family: "Jacquarda Bastarda 9", serif;
}
#verse_17{
    font-family: "Righteous", sans-serif;
    font-weight: 400;
  font-style: normal;
}

#verse_19 {
    color: rgb(255, 0, 0);
    /* Changes text color for better visibility */
}
#verse_21{
    font-family: 'Edu AU VIC WA NT Guides', sans-serif;
}

#verse_22 {
    color: rgb(13, 14, 13);
    /* Changes text color for better visibility */
}

#verse_23 {
    color: rgb(244, 242, 242);
    /* Changes text color for better visibility */
}
#verse_24{
    color: #ccc;
}
#verse_25{
    color: #ccc;
}
#verse_31{
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
}

h2 {
    text-align: center;
}

.div-verse {
    border: 1px solid #ccc; /* Light border around each verse */
border-radius: 5px; /* Rounded corners */
    align-content: center;
    padding: 15px; /* Padding inside the verse box */
margin: 10px 0; /* Space between verse boxes */
text-align: center; 
background-color: #ddd;
}

@media only screen and (max-width: 600px) { 
    #verses {
        width: 90%;
        margin: 10px auto;
        font-size: 21px;
    }
    .div-verse{
        padding: 10px;
        width: 100%;
    }
    .div-verse label{
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #verses {
        max-width: 60%;
        margin: 10px auto;
        font-size: 22px;
    }
}

div p {
    padding-top: 0px;
}
footer {
text-align: center; /* Center align footer text */
margin-top: 40px; /* Space above the footer */
font-size: 0.9em; /* Slightly smaller footer text */
color: #555; /* Darker color for footer */
}

/*header*/
header .logo {
color: white;
font-size: 24px;
font-weight: bold;
text-decoration: none;
}
header {
background-color: #4caf50;
padding: 10px 20px;
text-align: center;
}

.nav-links {
list-style-type: none;
}
.topical ul li a {
color: blue;
text-decoration: none;
}
.nav-links li {
display: inline;
margin: 0 10px;
}

.nav-links li a {
color: white;
text-decoration: none;
}

.hero {
background-color: #f4f4f4;
padding: 0;
margin: 0;
text-align: center;
}
@media(max-width:767px){
.nav-toggle {
display: flex;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;  /* Center vertically */
align-items: center;      /* Center horizontally */
width: 40px;              /* Width of the button */
height: fit-content;             /* Height of the button */
background-color: #4caf50;;  /*Visibility */
border: none;             /* No border */
cursor: pointer;  
margin-top: auto;
margin-bottom: auto;
padding-top: 0;
}

.bar {
display: block;              /* Ensure block display */
width: 30px;                 /* Set explicit width */
height: 2px;                 /* Set height */
background-color: white;     /* Make bars visible */
margin: 3px 0; 


}

.nav-links {
display: none;
flex-direction: column;
background-color: #4caf50;
position: absolute;
top: 60px; /* Adjust based on header height */
right: 0;
width: 100%;
text-align: center;
height: fit-content;
}

.nav-links.active {
display: flex; /* Shows the menu when active */
}
.topical {
position: relative; /* Ensure the dropdown aligns with the parent */
height: fit-content;
}

.topics {
display: none; /* Hidden by default */
flex-direction: column;
background-color:#4caf50;
top: 100%; /* Show dropdown directly below */
left: 0;
width: 100%;
text-align: center;
height: fit-content;
z-index: 100; /* Ensure dropdown is above other content */
}

.topics.active {
display: flex; /* Show the dropdown */
}
.topic li {
margin-bottom: 30px;
margin-top: 20px;

}
header{
background-color: #4caf50;

width: 100vw;
text-align: center;
}
}
@media only screen and (min-width: 769px) {
.nav-toggle {
display: none;
}

.nav-links {
display: flex;
justify-content: center;
list-style: none;
}

.nav-links li {
display: inline-block;
margin: 20px 15px;
margin-bottom: 10px;
font-size: 20px;
}


.topics{
display: none;
}

.topical:hover .topics {
display: block; /* Show sublist when hovering over Topical Verses */
}

}
