@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height : 100%;
	width : 100%;
	/*font-family: 'Poppins', sans-serif;*/
	color:#222;
	margin : 0px;
	padding : 0px;
}
.navbar-nav li{
	padding-right: 20px;	
}
.nav-link {
	font-size: 1.1em;
}
.jumbotron{
	padding: 10px;
	border-radius: 0;
	margin: 0px;
}
.padding{
	padding-bottom: 20px;
}
.social a{
	font-size: 60px;
	padding : 70px;
}
.fa-facebook{
	color :#3b5998;	
}
.fa-twitter{
	color: #00aced;
}
.fa-google-plus-g{
	color: #dd4b39;
}
.fa-instagram{
	color : #517fa4;
}
.fa-youtube{
	color : #bb0000;
}
.fa-facebook:hover,
.fa-google-plus:hover,
.fa-instagram:hover,
.fa-twitter:hover,
.fa-youtube:hover{
	color:#d5d5d5; 
}
.carousel{
	margin-top:20px;
}
footer {
	background-color: #3f3f3f;
	color : #d5d5d5;
	padding-top: 30px;	
}
hr.light{
	border-top : 1px solid #d5d5d5;
	width : 75%;
	margin : auto;
}
.openingDiv{
    height: 400px;
    background-image: url("../images/backgrounds/beach.jpg");
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.carousel-inner img{
	background-color: aqua;
	width: 50%;
	height: 50%;
}

.navbar-brand{
	padding:0px;
	margin:0px;	
}
#brandico{
	max-height: 40px;	
	margin-top: -12px;	
}
/*gallery page*/
.carousel-control-prev-icon, .carousel-control-next-icon {   
	background-color:  darkblue;
}

/*Contact page*/
.contact{
	margin-top:20px;
}
.contact > p{
	color : wheat;
	font-size: 18px;
	line-height: 15px;
	margin-left: 30px;
}
#contactdiv{
    background-image: url("../images/backgrounds/1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
	
}
.table{
	color : wheat;
	width: 70%;
}
.accno p{
	color:wheat;
	font-size: 20px;
}
.paddingtop{
	padding-top: 20px;
}
/*Aniivarsary buttons*/
#annidiv{
	background-image: url()
}
.annihd{
	color:aquamarine;
	font-size: 400%;
	font-family:"carter-one",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-transform: uppercase;
	
}
@media (max-width : 992px){
	.social a{
		font-size: 50px;
		padding:30px;
	}
}
@media (max-width : 576px){
	.social a{
		font-size: 40px;
		padding:20px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.carousel-item  img{
		width: 100%;
		
	}
}

/*background color for the cards*/
.card {
    background-color: #f8f9fa; /* Light gray background */
    border-radius: 10px; /* Rounded corners */
}

/*  equal height cards */
.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-body {
    flex-grow: 1;
}

.card-title {
	color : blue;
    text-align: center; /* Centers the heading */
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.card-text {
	color:green;
    text-align: justify; /* Justifies the paragraph text */
    font-family: "Arial", sans-serif;
    font-size: 16px;
    
}

.alert {
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.alert-heading {
    font-size: 22px;
    font-weight: bold;
}

p {
    font-size: 16px;
    color: #333;
}

/* footer style */
.custom-footer {
    background-color: #0d6efd;  /* Blue Background */
    color: white;
    padding: 20px 0;
    text-align: center;
    font-family: "Poppins", "Arial", sans-serif;  /* Clean Font */
}

.custom-footer h5 {
    font-size: 18px;
    font-weight: 600;  /* Semi-bold */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-footer p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin: 5px 0;
}

.custom-footer .footer-link {
    color: #ffcc00; /* Yellow Links */
    text-decoration: none;
    font-weight: 500;
}

.custom-footer .footer-link:hover {
    color: #ffffff; /* White on Hover */
    text-decoration: underline;
}

.custom-footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
    margin: 10px auto;
}