*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-section {
	padding: 3rem 0;
	background-color: #f5f5f5;
}

.page-section-heading {
	font-size: 1.5rem;
}

/* This is the CSS for the navbar */
.navbar {
	background-color: white;
}

.navbar-brand {
	color: #ff3600 !important;
	font-family: 'Raleway';
	font-weight: 500;
	white-space: nowrap;
}

/* If the screen size is smaller than 767.9px, set the font-size */
@media (max-width: 767.98px) {
	.navbar-brand {
		font-size: 2.5vw;
	}
	.navbar-toggler {
		font-size: 2.2vw;
	}
}

/* If the screen size is between 768 and 992*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-brand {
		font-size: 2vh;
	}
}

/* If the screen size is larger than 992*/
@media (min-width: 1199.98px) {
	.navbar-brand {
		font-size: 1vw;
	}
	.carousel-item {
		height: 75vh;
	}
}

.navbar-toggler {
	background-color: #a9a9a9;
}

.nav-menu-items {
	color: #a9a9a9 !important;
	font-family: 'Raleway';
	font-weight: 600;
}

/* This is the css for the header*/
div.masthead {
	height: 85vh;
	padding-top: 10rem;
	padding-bottom: calc(10rem - 4.5rem);
	background: url('/img/backgroundimage.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

header.masthead h1,
header.masthead .h1 {
	font-size: 2.25rem;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 40rem;
		padding-top: 4.5rem;
		padding-bottom: 0;
	}
	header.masthead p {
		font-size: 1.15rem;
	}
	header.masthead h1,
	header.masthead .h1 {
		font-size: 3rem;
	}
}

/* CSS for slides */
.page-section-slides {
	padding: 5rem 0;
	background-color: #f5f5f5;
}

.page-section-slides .block-heading {
	padding-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-caption {
	right: 5%;
	text-align: right;
	left: auto;
	padding: 5px;
	font-size: 22px;
}

.card-img-top {
	object-fit: cover;
	height: 18vh;
}

/*copyright section*/
.copyright {
	background-color: #1a252f;
}
