@charset "UTF-8";


/* CSS Document */

/* General styles */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    
}





/* Hero Image */
.hero-image {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust height as needed */
    overflow: hidden;
}

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

	
/* Style for the hero heading and subheading */
.hero h1 {
    
    margin: 0;
    padding: 0;
   
}

.hero h2 {
    font-size: 1.5em; /* Adjust size as needed */
    margin: 0;
    padding: 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); /* Adds shadow for better text visibility */
}

.overlay-text {
    height: 150px;
    width: 50%;
    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: 70px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 80px;
    margin: 5px 10px 5px 10px;
    font-family: 'Monday Rain';
    text-shadow: 5px 5px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
    color: #ffffff;
    }



.hero p {
        font-size: 60px; /* equivalent to 1.5rem */
        text-align: center;
        line-height: 100px;
       margin: 0px 10px 10px 10px;
        font-family: noteworthy-bold;
        color: #ffffff; /* Changed to white */
    }
















@media (min-width: 1920px) {
    
.home_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #000000;
	
}
	
header {
    background-color: #333;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
}


	
/* 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: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	
	

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

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

.overlay-text {
    height: 150px;
    width: 70%;
    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.9);
    display: block;
    border: 0px solid #577BAF; /* Border matching the background color */
    padding: 10px 0px 0px 0px;
    margin: -140px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

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

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

	
}


















@media (min-width: 1920px) {
    
.home_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #ffffff;
	
}
	
	
/* 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: 80vh;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	

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

.hero h2 {
    font-size: 30px; /* Adjust size as needed */
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: 3px 3px 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: 70%;
    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: -140px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

.overlay-text h3 {
    font-size: 50px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 45px;
    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: 25px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-family: 'Noteworthy-Bold';
    color: #ffffff; /* Changed to white */
    margin: 0px 0px 0px 0px;
   text-shadow: 3px 3px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}
	

	
	
}

















@media (max-width: 1920px) {
    
.home_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #ffffff;
	
}
	
	
	
/* 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: 80vh;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	
	

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

.hero h2 {
    font-size: 30px; /* Adjust size as needed */
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: 3px 3px 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: 70%;
    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: -140px 0px 0px 0px;
    border-radius: 20px;
    font-family: 'Monday Rain';
   
}

.overlay-text h3 {
    font-size: 50px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 45px;
    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: 25px; /* equivalent to 1.5rem */
    text-align: center;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-family: 'Noteworthy-Bold';
    color: #ffffff; /* Changed to white */
    margin: 0px 0px 0px 0px;
   text-shadow: 3px 3px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}
	

	
	
}



















@media (max-width: 1200px) {
    



	
/* 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: 80vh;
    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: 50px; /* Adjust size as needed */
    margin: 10px 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: 50px;
	text-align: center;
	
}

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

.overlay-text {
    height: 150px;
    width: 70%;
    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: 20px; /* 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 */
}
	

	
	
}

	
























