@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;
	
}

/* Header */
header {
    background-image: url(../img/the_process_page/hero_image_1920px2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: relative;
}

/* Content overlay */
.header-content {
    background-color: rgba(51, 51, 51, 0.7); /* Semi-transparent background */
    color: #fff;
    text-align: center;
    border-radius: 10px; /* Optional: add rounded corners */
	padding: 20px;
}




/* Dichroic Glass Info Section */
.dichroic-glass-info {
    background-color: #fff; /* Light background for contrast */
    padding: 10px;
    text-align: center;
	margin: 10px auto 0px auto;
	max-width: 1200px;
	
	
}

/* Style for the glass-info-header section */
.info-header {
  text-align: center;
  padding: 2px;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0px auto 30px auto;
  max-width: 1200px;
  height: auto;
	
	
}

.info-header h1 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px 20px 0px 20px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
	
}

.info-header p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin: 0px 20px 5px 20px;
 padding: 0px 0px 10px 0px;
}

.dichroic-glass-info h1 {
    font-size: 30px;
    margin: 10px auto 0px auto;
	font-family: 'Alex Brush';
	line-height: 25px;
	max-width: 1200px;
	
}

.dichroic-glass-info p {
    font-size: 14px;
    margin: 0px auto 0px auto;
	font-family: 'Noteworthy-bold';
	line-height: 18px;
	max-width: 1200px;
}


.info-content {
	max-width: 800px;
	margin: 0px auto 0px auto;
	
}


.info-content h2 {
	max-width: 1200px;
	
}

.info-content h2 {
    font-size: 30px;
   margin: 40px 10px 0px 10px;
    color: #000000; /* Darker color for subheadings */
	font-family: 'Alex Brush';
	line-height: 25px;
}

.info-content p {
    font-size: 14px;
    margin-bottom: 18px;
	font-family: 'Noteworthy-Bold';
	 margin: 0px 10px 10px 10px;
}

.info-content ol,
.info-content ul 
{
    
    max-width: 1200px; /* Limit width for readability */
    text-align: left; /* Align list items to the left */
    padding-left: 20px; /* Indent list items */
	font-family: 'Noteworthy-Bold';
	font-size: 14px;
	margin: 10px 50px 10px 50px;
   
	
}




/* Process Section */
.process-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px;
	background-color: black;
}


.header-section {
    text-align: center; /* Center align the header text */
    margin: 0px; /* Space between header and process steps */
	width: 100%;
}


.process-section h1 {
    font-size: 30px; /* Adjust as needed */
    margin: 10px 0px 10px 0px;
    text-align: center; /* Center align the header */
	font-family: 'Alex Brush';
	width: auto;
	padding: 0px;
	line-height: 30px;
	color: white;
	
}

.process-section h2 {
    font-size: 18px; /* Adjust as needed */
	line-height: 22px;
    text-align: center; /* Center align the subheader */
	font-family: 'Grand Rainbow Demo';
	 margin: 0px auto -10px auto;
	color: black;
	
}

.process-section h3 {
    font-size: 18px; /* Adjust as needed */
	line-height: 22px;
    text-align: center; /* Center align the subheader */
	font-family: 'Grand Rainbow Demo';
	 margin: 0px auto 0px auto;
	color: white;
	
}


.process-step {
    background: #ffffff;
    margin: 15px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    text-align: center;
}

.process-step img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.process-step h2 {
    font-size: 22px;
    margin: 0px 0px 0px 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 25px;
}

.process-step p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
	font-family: 'Noteworthy-Bold';
	 margin: 10px 0px 0px 0px;
}

/* Photo Gallery */
/* General Styles for Sections */
section {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 25px;
    margin: 0px 0px 20px 0px;
	font-family: 'Grand Rainbow Demo';
	line-height: 30px;;
}



/* Video Section Styles */
#video {
    text-align: center;
}

#video video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Call to Action Styles */
#cta {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
	margin-bottom: 40px;
}

#cta h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #004297;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	font-family: 'Noteworthy-Bold';
}

.cta-button:hover {
    background-color: #009BC1;
    text-decoration: none;
}




/* Media Queries */

/* For screens larger than 1920px */
@media (min-width: 1920px) {
		
.process_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #000000; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #000000;
	
	
}
	
	
    header {
        background-image: url(../img/the_process_page/hero_image_1920px.jpg);
        background-size: cover;
        background-position: center;
		max-width: 1920px;
    }
	
				/* 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: 10px;
	width: auto;
	height: auto;
}

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

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




	
}

/* For screens between 1200px and 1919px */
@media (max-width: 1919px) and (min-width: 1200px) {
    header {
        background-image: url(../img/the_process_page/hero_image_1920px.jpg);
        height: 635px;
    }
	
			/* 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: 10px;
	width: auto;
	height: auto;
}

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

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



}

/* For screens between 768px and 1199px */
@media (max-width: 1199px) and (min-width: 768px) {
    header {
        background-image: url(../img/the_process_page/hero_image_1200px.jpg);
        height: 440px;
    }
	
		/* 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: 80%;
	height: auto;
}

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

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


}
	



