/* Global Styles */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #4caf50;
	text-decoration: none;
}

a:hover {
	color: #3e8e41;
}

#logo {
    height: 50px;
    width:50px;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}



/* About Section Styles */

#about {
	background-color: #ede7e7;
	padding: 80px 0;
}

#about h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

#about .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#about .col-lg-4 {
	margin-bottom: 40px;
	text-align: center;
}

#about .icon {
	font-size: 64px;
	color: #4caf50;
	margin-bottom: 20px;
}

#about h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

#about p {
	margin-bottom: 0;
}

/* 12ry Section Styles */

#gallery {
    background-color: #ede7e7;
    padding: 80px 0;
    }
    
    #gallery h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    }
    
    #gallery .row {
    display: flex;
    flex-wrap: wrap;
    }
    
    #gallery .col-lg-4 {
    margin-bottom: 30px;
    }
    
    #gallery img {
    display: block;
    margin-bottom: 10px;
    }
    
    /* Donation Section Styles */
    
    #donation {
    background-color: #4caf50;
    padding: 80px 0;
    }
    
    #donation h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    }
    
    #donation p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    }
    
    #donation form {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }
    
    #donation form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    }
    
    #donation form .form-group {
    margin-bottom: 20px;
    }
    
    #donation form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    }
    
    #donation form input[type="text"],
    #donation form input[type="email"],
    #donation form input[type="tel"],
    #donation form select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    }
    
    #donation form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    resize: vertical;
    height: 150px;
    }
    
    #donation form input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    }
    
    #donation form input[type="submit"]:hover {
    background-color: #3e8e41;
    }
    
    /* Contact Section Styles */
    
    #contact {
    background-color: #ede7e7;
    padding: 80px 0;
    }
    
    #contact h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    }
    
    #contact form {
    max-width: 500px;
    margin: 0 auto;
    background-color: #ede7e7;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }
    
    #contact form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    }
    
    #contact form .form-group {
    margin-bottom: 20px;
    }
    
    #contact form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    }
    
    #contact form input[type="text"],
    #contact form input[type="email"],
    #contact form input[type="tel"],
    #contact form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
resize: vertical;
height: 150px;
}

#contact form input[type="submit"] {
background-color: #4caf50;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
}

#contact form input[type="submit"]:hover {
background-color: #3e8e41;
}

/* Footer Section Styles */

#footer {
background-color: #333;
padding: 50px 0;
color: #fff;
}

#footer p {
font-size: 14px;
line-height: 26px;
margin-bottom: 0;
}

#footer ul {
list-style: none;
margin: 0;
padding: 0;
}

#footer ul li {
margin-bottom: 10px;
}

#footer ul li a {
color: #fff;
text-decoration: none;
}

#footer ul li a:hover {
color: #4caf50;
}

/* added rules for index page gallery */
#gallery-image {
    max-height: 200px;
    max-width: auto;
}