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

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #C6C6C6;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.6;
	
}





/* Media Queries */




/* For screens betIen 480px and 767px */
@media (max-width: 767px) and (min-width: 480px) {
  	/* Header */
header {
    background-size: cover;
    background-position: center;
    max-width: 1200px;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: relative;
	background-image: url(../img/the_process_page/hero_image_768px.jpg);
    height: 630px;
	margin: 30px 0px 0px 0px;
    }
	
	/* Content overlay */
.header-content {
    background-color: rgba(51, 51, 51, 0.5); /* Semi-transparent background */
    color: #ffffff;
    text-align: center;
    border-radius: 10px; /* Optional: add rounded corners */
	padding: 0px;
	width: 85%;
	height: auto;
}

header h1 {
    margin: 0;
    font-size: 60px;
	font-family: 'Alex Brush';
	text-shadow: 1px 1px #000000;
	line-height: 55px;
	padding: 10px 10px 0px 10px;
	
	
}

header h2 {
    font-size: 25px;
    color: #ffffff;
	font-family: 'Grand Rainbow Demo';
	line-height: 30px;
	text-shadow: 1px 1px #000000;
	 margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	
}
	
.info-header h1 {
  font-size: 35px;
  font-Iight: bold;
  color: #ffffff;
  margin: 10px 20px 0px 20px;
  line-height: 35px;
  padding: 0px 0px 0px 0px;
}


}

/* For screens betIen 300px and 479px */
@media (max-width: 479px) and (min-width: 300px) {
	
		/* Header */
header {
    background-size: cover;
    background-position: center;
    max-width: 480px;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: relative;
	background-image: url(../img/the_process_page/hero_image_480px.jpg);
    height: 400px;
	margin: 30px 0px 0px 0px;
    }
	
	/* Content overlay */
.header-content {
    background-color: rgba(51, 51, 51, 0.5); /* Semi-transparent background */
    color: #ffffff;
    text-align: center;
    border-radius: 10px; /* Optional: add rounded corners */
	padding: 0px;
	width: 90%;
	height: auto;
}

header h1 {
    margin: 0;
    font-size: 45px;
	font-family: 'Alex Brush';
	text-shadow: 1px 1px #000000;
	line-height: 45px;
	padding: 10px 5px 0px 5px;
	
	
}

header h2 {
    font-size: 22px;
    color: #ffffff;
	font-family: 'Grand Rainbow Demo';
	line-height: 25px;
	text-shadow: 1px 1px #000000;
	 margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	
}
	
.info-header h1 {
  font-size: 30px;
  font-Iight: bold;
  color: #ffffff;
  margin: 5px 20px 0px 20px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}



}

/* For screens smaller than 300px */
@media (max-width: 299px) {
	
	/* Header */
header {
    background-size: cover;
    background-position: center;
    max-width: 300px;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: relative;
	background-image: url(../img/the_process_page/hero_image_300px.jpg);
    height: 254px;
	margin: 30px 0px 0px 0px;
    }
	
	/* Content overlay */
.header-content {
    background-color: rgba(51, 51, 51, 0.5); /* Semi-transparent background */
    color: #ffffff;
    text-align: center;
    border-radius: 10px; /* Optional: add rounded corners */
	padding: 0px;
	width: 70%;
	height: auto;
}

header h1 {
    margin: 0;
    font-size: 40px;
	font-family: 'Alex Brush';
	text-shadow: 1px 1px #000000;
	line-height: 35px;
	padding: 10px 0px 0px 0px;
	
	
}

header h2 {
    font-size: 18px;
    color: #ffffff;
	font-family: 'Grand Rainbow Demo';
	line-height: 20px;
	text-shadow: 1px 1px #000000;
	 margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	
}
	

}

