body {
	font-family: 'Montserrat', sans-serif;
}
.navbar {
	background-color: #127ac5;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-logo {
	max-height: 50%;
	width: auto;
	vertical-align: middle;
}
.navbar-brand .img-fluid {
	max-height: 10vh;
	width: auto;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #276a9a;
}
.about-page {
	background: url('https://images.pexels.com/photos/4321950/pexels-photo-4321950.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2')
		no-repeat;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	padding-top: 80px;
}
.semi-transparent {
	background-color: rgba(255, 255, 255, 0.8);
}
.banner-container {
	height: 30vh;
	overflow: hidden;
}

.banner-container img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.btn-custom {
	text-decoration: none;
	align-items: center;
	appearance: none;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0.375em;
	box-shadow: none;
	box-sizing: border-box;
	color: #363636;
	cursor: pointer;
	display: inline-flex;

	font-size: 1rem;
	height: 2.5em;
	justify-content: center;
	line-height: 1.5;
	padding: calc(0.5em - 1px) 1em;
	position: relative;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
}

.btn-custom:hover {
	border-color: #b5b5b5;
	background-color: #127ac5;
	color: white;
}

.btn-custom1 {
	text-decoration: none;
	align-items: center;
	appearance: none;
	background-color: #127ac5;
	color: white;
	border: 1px solid #dbdbdb;
	border-radius: 0.375em;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: center;
	line-height: 1.5;
	padding: calc(0.5em - 1px) 1em;
	position: relative;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
}
.btn-custom1:hover {
	border-color: #127ac5;
	background-color: white;
	color: #127ac5;
}
.holiday-card:hover {
	border-color: #127ac5;
	background-color: white;
	color: #127ac5;
}
.holiday-card:hover .holiday-card-subtitle {
	color: #127ac5;
}
/* Custom margin-bottom for small screens */
@media (max-width: 767.98px) {
	.mb-sm-4 {
		margin-bottom: 1.5rem;
	}
}
.bg-secondary {
	background-color: #127ac5;
}
.carousel-item img {
	max-height: 400px;
	object-fit: cover;
	width: auto;
	margin: auto;
}
.card-custom {
	font-size: 1.25rem;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: bold;
}
.card-custom a {
	text-decoration: none;
}

.login-form {
	max-width: 400px;
}
