@charset "UTF-8";
/* CSS Document */



@media (max-width: 768px) {
    

		
/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: 85vh;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	

}
		
/* Style for the hero heading and subheading */
/* Style for the hero heading and subheading */
.hero h1 {
    font-size: 45px; /* Adjust size as needed */
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: 3px 3px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 45px;
	text-align: center;
	
}

.hero h2 {
    font-size: 22px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
	line-height: 35px;
	font-family: 'Noteworthy-Bold';
	text-align: center;
}

.overlay-text {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%; /* Centers the box horizontally */
    transform: translateX(-50%); /* Corrects horizontal centering */
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,80,141,0.0);
    display: block;
    border: 0px solid #577BAF; /* Border matching the background color */
    padding: 10px 0px 0px 0px;
    margin: -150px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

.overlay-text h3 {
    font-size: 45px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 50px;
    margin: 0px 10px 0px 10px;
    font-family: 'Monday Rain';
    text-shadow: 3px 3px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
    color: #ffffff;
    }

.hero p {
    font-size: 18px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    font-family: 'Noteworthy-Bold';
    color: #ffffff; /* Changed to white */
    margin: -5px 0px 0px 0px;
   text-shadow: 2px 2px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}

	
	}
	
	



























@media (max-width: 480px) {

	
/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 5px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: 86vh;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	

}
		
/* Style for the hero heading and subheading */
/* Style for the hero heading and subheading */
.hero h1 {
    font-size: 34px; /* Adjust size as needed */
    margin: 5px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    text-shadow: 3px 3px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 34px;
	text-align: center;
	
}

.hero h2 {
    font-size: 18px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 10px 10px;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
	line-height: 25px;
	font-family: 'Noteworthy-Bold';
	text-align: center;
}

.overlay-text {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%; /* Centers the box horizontally */
    transform: translateX(-50%); /* Corrects horizontal centering */
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,80,141,0.0);
    display: block;
    border: 0px solid #577BAF; /* Border matching the background color */
    padding: 10px 0px 0px 0px;
    margin: -100px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

.overlay-text h3 {
    font-size: 25px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 20px;
    margin: 0px 5px 0px 5px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
    color: #ffffff;
    }

.hero p {
    font-size: 14px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    font-family: 'Noteworthy-Bold';
    color: #ffffff; /* Changed to white */
    margin: 0px 40px 0px 40px;
   text-shadow: 2px 2px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}

	
	}
	
	








@media (max-width: 300px) {
    

/* Hero Image */
.hero-image {
    position: relative;
	width: auto;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 5px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: auto;
	height: 81vh;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	

}
		
/* Style for the hero heading and subheading */
/* Style for the hero heading and subheading */
.hero h1 {
    font-size: 22px; /* Adjust size as needed */
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 25px;
	text-align: center;
	
}

.hero h2 {
    font-size: 12px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 5px 5px;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
	line-height: 15px;
	font-family: 'Noteworthy-Bold';
	text-align: center;
}

.overlay-text {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%; /* Centers the box horizontally */
    transform: translateX(-50%); /* Corrects horizontal centering */
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,80,141,0.0);
    display: block;
    border: 0px solid #577BAF; /* Border matching the background color */
    padding: 0px 0px 0px 0px;
    margin: -95px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

.overlay-text h3 {
    font-size: 18px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 20px;
    margin: 0px 10px 0px 10px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
    color: #ffffff;
    }

.hero p {
    font-size: 12px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 16px;
    padding: 0px 10px 0px 10px;
    font-family: 'Noteworthy-Bold';
    color: #ffffff; /* Changed to white */
    margin: 0px 40px 0px 40px;
   text-shadow: 2px 2px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}

	
	}
	
	