* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

h1 {
	margin: 0;
}


body {
	font-family: montserrat;
	overflow-x: hidden;
}

nav {
	background: #00755E;
	height: 70px;
	width: 100%;
}

label.logo {
	color: white;
	font-size: 35px;
	line-height: 80px;
	padding: 0 100px;
	font-weight: bold;
}

nav ul {
	float: right;
	margin-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}

nav ul li a {
	color: white;
	font-size: 16px;
	padding: 7px 13px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

a.active,
a:hover {
	color: red;
	transition: .5s;
}

.checkbtn {
	font-size: 30px;
	color: white;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}

.title {
	font-size: 2.5rem;
}

.img-container {
	max-width: 100%;
	overflow: hidden;
}

.img-container img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 600px;
}

@media only screen and (max-width: 600px) {
	.title {
		font-size: 1.5rem;
	}
}

/* Medium devices (landscape phones, tablets, 768px and down) */
@media only screen and (max-width: 768px) {
	.title {
		font-size: 1.5rem;
	}
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
	.title {
		font-size: 1.85rem;
	}
}

@media (max-width: 952px) {
	label.logo {
		font-size: 30px;
		padding-left: 50px;
	}

	nav ul li a {
		font-size: 16px;
	}
}

@media (max-width: 858px) {
	.checkbtn {
		display: block;
	}

	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #2c3e50;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}

	nav ul li {
		display: block;
		margin: 50px 0;
		line-height: 30px;
	}

	nav ul li a {
		font-size: 20px;
	}

	a:hover,
	a.active {
		background: none;
		color: #0082e6;
	}

	#check:checked~ul {
		left: 0;
	}
}

.text {
	font-size: 18px;
	color: #545454;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 40px;
}

.content {
	font-size: large;
}

.content ol {
	padding-left: 0;
	margin-left: 0;
}

.content li {
	margin-bottom: 10px;
}

.content a {
	color: red;
	font-weight: bolder;
	text-decoration: none;
}

button {
	cursor: pointer;
	color: blue;
	text-decoration: none;
	border: none;
	border-bottom: dotted;
	background: none;
	font-size: large;
}

.hidden-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

section {
	background: url(bg1.jpg) no-repeat;
	background-size: cover;
	height: calc(100vh - 80px);
}

/* Custom CSS to adjust image size of the why ? webpage */
.custom-img-size {
	max-width: 50%; /* Adjust the width of the image */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Ensure the image behaves as a block element */
	margin: 0;
  }
  
  /* Media query for smaller screens */
  @media (max-width: 576px) {
	.custom-img-size {
	  max-width: 100%; /* Adjust size to full width on smaller screens */
	  
	}
  }
  

/* responsiveness for quoute */
.responsive-h2 {
	font-family: 'Luminari', serif;
	font-size: 6vw;
	/* Use viewport width units for responsiveness */
}

@media (min-width: 576px) {
	.responsive-h2 {
		font-size: 5vw;
	}
}

@media (min-width: 768px) {
	.responsive-h2 {
		font-size: 4vw;
	}
}

@media (min-width: 992px) {
	.responsive-h2 {
		font-size: 3vw;
	}
}

@media (min-width: 1200px) {
	.responsive-h2 {
		font-size: 2.5vw;
	}
}

/* Optional: Adjust font size for very small screens */
@media (max-width: 575px) {
	.responsive-h2 {
		font-size: 8vw;
	}
}

/* Ensuring paragraph style remains consistent */
.quote-container {
	font-family: 'Brush Script MT', cursive;
}

.quote-author {
	float: right;
	font-family: 'Brush Script MT', cursive;
}



/* style for message section */
.message-section{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 7px;
	background-color: #d9fae2;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 25px;
}
.text-blk {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
  }
  .name {
	margin-top: -50px;
	margin-left: 90px;
	font-size: 18px;
	font-weight: 800;
	color: black;
  }

  
  .msg-image {
	position: relative;
	margin-bottom: 40px;

	
  }
  .msg-image-wrapper{
	clip-path: circle(50% at 50% 50%);
	height: 70px;
  }


/* amma's video section */

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#2c3e50;
	margin-bottom: 30px;
}

.video-container {
    position: relative;
    max-width: 80%; /* Adjust this value as needed */
    min-height: 300px; /* Ensure it has a minimum height */
    z-index: 2;
}

video {
    width: 100%;
    height: 600px; /* Ensure the height adjusts automatically */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-button {
    background-color: rgba(255, 0, 0, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 3;
}

.nav-button:hover {
    background-color: rgba(255, 0, 0, 0.7);
}

.left-button {
    margin-right: -25px;
}

.right-button {
    margin-left: -25px;
}


/* Responsive Styles  for amma's videos*/
@media (max-width: 1024px) {
    .video-container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .video-container {
        max-width: 80%;
    }

    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .video-container {
        max-width: 95%;
    }

    .nav-button {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}



/* style for footer */
footer {
	background-color: #2c3e50;
	color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}

/* Hide join us section on smaller screens */
@media screen and (max-width: 768px) {
	.hideContent {
		display: none;
	}
}
.about {
	background-color: #545454;
	padding: 10px;
	border-radius: 10px;
	margin: 0 10px 0 10px;
}

.membership {
	box-shadow: .5px .5px 2px 4px whitesmoke;
	padding: 10px;
	background-color: rgb(236, 122, 135);
	border-radius: 15px;
	margin: 10px;
}
