@charset "UTF-8";
/* CSS Document */



h3 {
	font-weight: bold;
	font-size: 38px;
}

h4 {
	font-weight: bold;
	font-size: 24px;
}

a {
	text-decoration: none;
}

p {
	line-height: 28px;
}

.wrap-text {
    white-space: normal;
    text-align: left;
    overflow-wrap: break-word;
}

.lead {
	line-height: 2.2rem;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #004270;
}

.light-blue {
	color: #498AC7;
}

.green {
	color: #13A085;
}

.page-title {
	border-bottom: 1px solid #efefef;
}

.bg-hcw {
	background-color: #004270;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
}

.bg-light-blue {
	background-color: #EBF6FF;
}
.navbar {
	padding: 1rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand img {
	margin-right:1rem;
}


.main {
	padding: 3rem 1rem 1.5rem 1rem;
}

.divide {
	padding: 1rem 0rem;
	border-bottom: 1px solid #efefef;
}

.card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
}

.form-check {
	padding-left: 1.5rem;
}

.form-check-padding {
	padding-left:0rem;
}

.form-control-sm {
	border: 1px solid #ced4da;
}

.page-link {
	color: #498AC7;
}

.btn-primary:hover {
	background-color: #498AC7;
}

.btn-outline-secondary {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}

.btn-outline-secondary:hover {
	color: #004270;
	background-color: #fff;
	background-image: none;
	border-color: #fff;
}

.list-group-item {
	border: 0px;
}

.table-blue {
	background-color: #498AC7;
	color: #fff;
}

.footer-margin {
	margin-top: 7rem;
}

.footer {
	padding: 1.5rem 0rem;
	font-size: 14px;
}

.footer img {
	max-width: 150px;
}

.ultimate {
	background-color: #004270;
	color:#fff;
	border-radius: 20px 20px 0 0;
}

.interior {
	background-color: #C95A0A;
	color: #fff;
	border-radius: 20px 20px 0 0;
}

.ultimate-background {
	background-image: url(../images/Ultimate-2.png.webp);
	background-position: top center;
	background-size: cover;
	border: 0px;
	color: #fff;
}

.interior-background {
	background-image: url(../images//Ultimate-with-Interior-2.png.webp);
	background-position: top center;
	background-size: cover;
	border: 0px;
	color: #fff;
}

.card h3 {
	font-size: 60px;
	color: #fff;
}

.fas {
	padding-bottom: 15px;
}

.hero-section {
	background: url('../images/Hoffman-Helping-Hands-Group-of-Teenagers.jpg-1.webp');
	background-size: cover;
	position: relative;
	color: white !important;
	min-height: 800px !important; /* Full height */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 66, 112, 0.5); /* Blue gradient overlay */
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2; /* Higher than the overlay */
    /* rest of your styles */
}

.content {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
    .button-container button {
    width: 100%;  /* Set the button width to 75% */
    display: block; /* Stack buttons vertically */
    margin-left: 10px; /* Center-align the buttons */
    margin-right: 10px;
    margin-bottom: 10px; /* Spacing between buttons */
}

.btn-link {
	color: #498AC7;
}


@media (max-width: 767px) {
.fixed-bottom {
    position: static !important;
}

h1 {
    font-size: 38px;
}

h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
}

h3 {
    font-weight: bold;
    font-size: 24px;
}

h4 {
    font-weight: bold;
    font-size: 18px;
}

.lead {
    font-size: 18px;
}
.hero-section {
    min-height: 600px;
}
.button-container button {
    width: 75%;  /* Set the button width to 75% */
    display: block; /* Stack buttons vertically */
    margin-left: auto; /* Center-align the buttons */
    margin-right: auto;
    margin-bottom: 10px; /* Spacing between buttons */
}

	/* Remove the bottom margin from the last button to avoid extra space */
.button-container button:last-child {
    margin-bottom: 0;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 66, 112, 0.7); /* Blue gradient overlay */
    z-index: 1;
}
.interior-background {
    margin-left: 20px;
    margin-right: 20px;
}	
.ultimate-background {
    margin-left: 20px;
    margin-right: 20px;
}

}
.sticky-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}