@charset "UTF-8";

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




/* Header */
.header-container {
    text-align: center;
    padding: 10px;
    background-color: #000000;
}

/* Hero Text */
.hero h1 {
    margin: 10px 0px 0px 0px;
    font-family: 'Monday Rain', sans-serif;
    text-align: center;
}

 .hero h1 {
        font-size: 60px;
        line-height: 60px;
		text-shadow: 3px 3px rgba(0, 122, 255, 1);
		margin: 10px 10px 0px 10px;
    font-family: 'Monday Rain', sans-serif;
    text-align: center;
    }

.hero h2 {
    margin: 0px 0px 10px 0px;
    font-family: 'Noteworthy-Bold', sans-serif;
    text-align: center;
}

/* Overlay Text */
.overlay-text {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 80, 141, 0.3);
    border: 0 solid #577BAF;
    border-radius: 5px;
    top: 25%;
}





.overlay-text h3 {
    text-align: center;
    margin: 0px;
	 padding: 5px;
    font-family: 'Monday Rain', sans-serif;
    color: #ffffff;
}

.overlay-text h4 {
    text-align: center;
    padding: 2px;
   font-family: 'Monday Rain', sans-serif;
    color: #ffffff;
    margin: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 1);
}

/* Responsive Design */


@media (min-width: 1920px) {
	.home_page_container {
    margin: 0 auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    max-width: 1920px;
    height: auto;
    border: 1px solid #000000;
}
	
	
.hero h1 {
     font-size: 60px;
     line-height: 60px;
	 text-shadow: 3px 3px rgba(0, 122, 255, 1);
	margin: 10px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
    font-family: 'Monday Rain', sans-serif;
    text-align: center;
    }

    .hero h2 {
        font-size: 32px;
		line-height: 34px;
		text-shadow: 2px 2px rgba(0, 122, 255, 1);
    }


    .overlay-text {
        height: auto;
        top: 30%;
		  padding: 5px;
		 width: 75%;
    }



      .overlay-text h3 {
        font-size: 35px;
 		line-height: 40px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
		
    }

    .overlay-text h4 {
        font-size: 35px;
    	line-height: 40px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }
	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
}

}



/* Large screens */
@media (max-width: 1920px) {
	
	.home_page_container {
    margin: 0 auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    max-width: 1920px;
    height: auto;
    border: 1px solid #000000;
}
	
	
	
 .hero h1 {
     font-size: 60px;
     line-height: 60px;
	 text-shadow: 3px 3px rgba(0, 122, 255, 1);
	margin: 10px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
    font-family: 'Monday Rain', sans-serif;
    text-align: center;
    }

    .hero h2 {
        font-size: 32px;
		line-height: 34px;
		text-shadow: 2px 2px rgba(0, 122, 255, 1);
    }


    .overlay-text {
        height: auto;
        top: 30%;
		  padding: 5px;
		 width: 75%;
    }



      .overlay-text h3 {
        font-size: 35px;
 		line-height: 40px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
		
    }

    .overlay-text h4 {
        font-size: 35px;
    	line-height: 40px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }
	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
}

}


/* Laptops & Tablets */
@media (max-width: 1200px) {
.hero h1 {
        font-size: 45px;
        line-height: 50px;
		text-shadow: 2px 2px rgba(0, 122, 255, 1);
		margin: 10px 10px 0px 10px;
    }

    .hero h2 {
        font-size: 28px;
		line-height: 30px;
		text-shadow: 1.5px 1.5px rgba(0, 122, 255, 1);
    }


    .overlay-text {
        height: auto;
        top: 25%;
		  padding: 5px;
		 width: 85%;
    }

 

      .overlay-text h3 {
        font-size: 28px;
 		line-height: 30px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
		
    }

    .overlay-text h4 {
        font-size: 28px;
    	line-height: 30px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }
	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 87vh;
    object-fit: cover;
    object-position: center;
}

}


/* Tablets & Mid-sized Screens */
@media (max-width: 768px) {
	
	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    min-height: 90vh;
    object-fit: cover;
    object-position: center;
}

    .hero h1 {
        font-size: 40px;
        line-height: 50px;
		text-shadow: 3px 3px rgba(0, 122, 255, 1);
		margin: 20px 10px 0px 10px;
    }

    .hero h2 {
        font-size: 24px;
		line-height: 24px;
		text-shadow: 1.5px 1.5px rgba(0, 122, 255, 1);
    }


    .overlay-text {
        height: auto;
        top: 10%;
		  padding: 5px;
		 width: 80%;
    }

   
      .overlay-text h3 {
        font-size: 26px;
 		line-height: 30px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
		
    }

    .overlay-text h4 {
        font-size: 26px;
    	line-height: 30px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }
}

/* Mobile Devices */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 30px;
        line-height: 40px;
		text-shadow: 1.5px 1.5px rgba(0, 122, 255, 1);
    }

    .hero h2 {
        font-size: 18px;
		line-height: 20px;
		text-shadow: 1px 1px rgba(0, 122, 255, 1);
    }


    .overlay-text {
        height: auto;
        top: 10%;
		  padding: 5px;
		 width: 90%;
    }

    
      .overlay-text h3 {
        font-size: 20px;
 		line-height: 22px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
		
    }

    .overlay-text h4 {
        font-size: 20px;
    	line-height: 22px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }
}

/* Ultra Small Devices */
@media (max-width: 300px) {
    .hero h1 {
       	font-size: 24px;
        line-height: 28px;
		text-shadow: 1.5px 1.5px rgba(0, 122, 255, 1);
		
		
    }

    .hero h2 {
        font-size: 14px;
		line-height: 18px;
		text-shadow: 1px 1px rgba(0, 122, 255, 1);
    }

	    .overlay-text {
        height: auto;
        top: 10%;
		  padding: 5px;
		 width: 90%;
    }

 
	
    .overlay-text h3 {
        font-size: 18px;
 		line-height: 20px;
		 text-shadow: 1px 1px rgba(0, 0, 0, 1);
		
    }

    .overlay-text h4 {
        font-size: 18px;
    	line-height: 20px;
		text-shadow: 1px 1px rgba(0, 0, 0, 1);
    }


}







/* Ultra Small Devices */
@media (max-width: 250px) {
    .hero h1 {
       	font-size: 18px;
        line-height: 24px;
		text-shadow: 1.5px 1.5px rgba(0, 122, 255, 1);
		margin-top: 25px;
		
    }
	
	    .hero h2 {
        font-size: 12px;
		line-height: 16px;
		text-shadow: 1px 1px rgba(0, 122, 255, 1);
    }

}













