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

/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* General body styling */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}


/* Hero Section */
.hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



.hero-header-1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.hero-header-1 h1 {
    font-size: 30PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px 5px 10px;
    display: inline-block;
    border-radius: 5px;
	font-family: 'Alex Brush';
	line-height: 30px;
	margin: 30px 0px 0px 0px;
	width: 100%;
}

.hero-header-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.hero-header-2 h2 {
    font-size: 2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
	
}














/* Responsive Hero Images */
@media (min-width: 1921px) {
	
	
.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 {
    max-width: 1920px;
    text-align: center;
	margin: 30px 0px 0px 0px;
	
	
}
	
    .hero {
    background-image: url(../img/home_page/hero_image_1920px.jpg);
    }
		
.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 30px 0px 0px 0px;
	
	
}
	

.hero-header-1 h1 {
    font-size: 120PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 5px 0px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 120px;
    text-shadow: 2px 2px #000000;
	margin: 0px 0px 0px 0px;
}

.hero-header-2 {
    width: 85%;
    text-align: center;
    margin-bottom: 40px;
}
	
.hero-header-2 h2 {
    font-size: 50px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 50px 10px 50px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 55px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}	

}
	
	


@media (min-width: 1201px) and (max-width: 1920px) {
    .hero {
    background-image: url(../img/home_page/hero_image_1920px.jpg);
    }
	
	
.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 30px 0px 0px 0px;
	
	
}
	

.hero-header-1 h1 {
    font-size: 120PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 5px 0px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 120px;
    text-shadow: 2px 2px #000000;
	margin: 0px 0px 0px 0px;
}

.hero-header-2 {
    width: 85%;
    text-align: center;
    margin-bottom: 30px;
}
	
.hero-header-2 h2 {
    font-size: 40px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 0px 10px 0px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}	

}
	


@media (min-width: 769px) and (max-width: 1200px) {
    .hero {
    background-image: url(../img/home_page/hero_image_1200px.jpg);
    }
	
	
.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 30px 0px 0px 0px;
	
	
}
	

.hero-header-1 h1 {
    font-size: 90PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 5px 0px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 80px;
    text-shadow: 2px 2px #000000;
	margin: 0px 0px 0px 0px;
}

.hero-header-2 {
    width: 85%;
    text-align: center;
    margin-bottom: 30px;
}
	
.hero-header-2 h2 {
    font-size: 35px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 50px 10px 50px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 45px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}	

}
	
	


@media (min-width: 481px) and (max-width: 768px) {
    .hero {
    background-image: url(../img/home_page/hero_image_768px.jpg);
    }
	
.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 0px 0px 0px 0px;
	
}
	

.hero-header-1 h1 {
    font-size: 75PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 50px 5px 50px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 70px;
    text-shadow: 2px 2px #000000;
	margin: 40px 0px 0px 0px;
}

.hero-header-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
	
.hero-header-2 h2 {
    font-size: 35px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 50px 10px 50px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 45px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}	

}
	
	


@media (min-width: 301px) and (max-width: 480px) {
    .hero {
    background-image: url(../img/home_page/hero_image_480px.jpg);
    }
	
	.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 0px 0px 0px 0px;
	
}
	

.hero-header-1 h1 {
    font-size: 55PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 50px 5px 50px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 45px;
    text-shadow: 2px 2px #000000;
	margin: 20px 0px 0px 0px;
}

.hero-header-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
	
.hero-header-2 h2 {
    font-size: 25px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 30px 0px 30px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 35px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}	

}
	


@media (max-width: 300px) {
    .hero {
    background-image: url(../img/home_page/hero_image_300px.jpg);
    }
	
.hero-header-1 {
    width: 100%;
    text-align: center;
	margin: 20px 0px 0px 0px;
	
}
	

.hero-header-1 h1 {
    font-size: 50PX;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 40px 5px 40px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Alex Brush';
    line-height: 40px;
    text-shadow: 2px 2px #000000;
	margin: 20px 0px 0px 0px;
}

.hero-header-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
	
.hero-header-2 h2 {
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 30px 0px 30px;
    display: inline-block;
    border-radius: 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 25px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	text-shadow: 2px 2px #000000;
	
}
	
	

}
