/* General body style */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
		
/* Content Wrapper */
.container {
max-width: 2200px; 				/* Limits width to 2200px */
min-width: 1400px;				/* Limits minimum width to 1400px */
margin: 0 auto; 				/* Centers the content */
padding: 0 20px; 				/* Adds padding for smaller screens */
}

.container-workshop {
max-width: 2600px; 				/* Limits width to 2200px */
min-width: 1400px;				/* Limits minimum width to 1400px */
margin: 0 auto; 				/* Centers the content */
padding: 0 20px; 				/* Adds padding for smaller screens */
}

header {
font-family: Arial, sans-serif; /* font choice */
font-size: 18px;				/* font size */
color: #000000;					/* font color */
background-color: #FFFFFF;		/* background color */
margin: 0;						/* remove default margins */
padding: 40px;					/* padding from the edges */
line-height: 1.5;				/* line height for better readability */
}

/* Nav grid layout */
.nav-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr; /* Three equally spaced columns */
gap: 10px; /* Adjust spacing between columns if needed */
align-items: center;
}

/* Leftmost column styles */
.nav-left-column {
display: flex;
text-align: left;
gap: 60px;  
}

.nav-left-column a {
color: inherit; /* Preserve default link color */
text-decoration: none; /* Remove underline */
font-size: 20px;
}

.nav-left-column a:hover {
text-decoration: none; /* Optional hover effect */
}

/* Center column styles */
.nav-center-column img {
max-width: 375px;
height: auto; /* Maintain aspect ratio */
display: block;
margin: 0 auto; /* Center horizontally */
}

/* Right column styles */
.nav-right-column {
display: flex;
gap: 40px; /* Space between images */
align-items: flex-end; /* Align images to the right */
justify-content: right;
}

.nav-right-column img {
  width: 24px;
  height: 24px;
}
		
/* Header styles */
h1 {
font-size: 38px;				/* font size */
text-align: left;           	/* Center-align text */
color: #000000;          	 	/* Font color for header */
}

  #charity-banner {
    background-color: #00cfff; /* bright sky blue */
    color: #000; /* text color */
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #charity-banner a {
    color: #0000ee;
    text-decoration: underline;
    font-weight: bold;
  }

  #banner-close {
    cursor: pointer;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  
  body {
    margin-top: 50px; /* prevent content from being hidden under banner */
  }


/* Link styles */
a {
    color: #FFFFFF;               /* Link color */
    text-decoration: none;        /* Remove underline */
}

a:hover {
    text-decoration: underline;   /* Underline on hover */
}

/* Main Content Container */
.body1 {
	font-family: Arial, sans-serif; /* font choice */
	font-size: 18px;				/* font size */
	color: #FFFFFF;					/* font color */
	background-color: #7877e6;		/* background color */
	margin: 0;						/* remove default margins */
	padding-top: 20px;					/* padding from the edges */
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	line-height: 1.5;				/* line height for better readability */
}

.body2 {
	font-family: Arial, sans-serif; /* font choice */
	font-size: 18px;				/* font size */
	color: #000000;					/* font color */
	background-color: #FFFFFF;		/* background color */
	margin: 0;						/* remove default margins */
	padding-top: 40px;					/* padding from the edges */
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	line-height: 1.5;				/* line height for better readability */\
	text-align: center;
	justify-content: center;
}

.body3 {
	font-family: Arial, sans-serif; /* font choice */
	font-size: 18px;				/* font size */
	color: #FFFFFF;					/* font color */
	background-color: #7877e6;		/* background color */
	margin: 0;						/* remove default margins */
	padding-top: 80px;					/* padding from the edges */
	padding-left: 160px;
	padding-right: 160px;
	padding-bottom: 80px;
	line-height: 1.5;				/* line height for better readability */
}

.body4 {
	font-family: Arial, sans-serif; /* font choice */
	font-size: 18px;				/* font size */
	color: #000000;					/* font color */
	background-color: #FFFFFF;		/* background color */
	margin: 0;						/* remove default margins */
	padding-top: 20px;					/* padding from the edges */
	padding-left: 160px;
	padding-right: 160px;
	padding-bottom: 20px;
	line-height: 1.5;				/* line height for better readability */
}

.content1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px; 				/* Add space below the top bar */
}

.content1 h1 {
font-weight: normal;
font-size: 42px;
}

.content2 {
    align-items: left;
    justify-content: left;
    gap: 20px;
    margin-top: 20px; 				/* Add space below the top bar */
	margin-bottom: 20px;
	margin-left: 400px;
	margin-right: 400px;
}

.content3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px; 				/* Add space below the top bar */
}

.content3 a img {
	width: 1000px;
    height: auto;
}

.drawingsmall {
	width: 600px;
	height: auto;
}

.cadImage {
	width: 1000px;
    height: auto;
}
}

.centerSubmitButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text Section */
.text1 {
    flex: 1; 						/* Allows text to take up remaining space */
	margin-left: 120px;
}

.text1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text1 p {
    font-size: 20px;
	text-align: center;           	/* Center-align text */
    line-height: 2;
	padding-right: 40px;
}

.text2 {
    flex: 1; 						/* Allows text to take up remaining space */
	margin-right: 0px;
}

.text2 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text2 p {
    font-size: 20px;
	text-align: left;           	/* Center-align text */
    line-height: 2;
	padding-left: 0px;
}

.text3 {
    flex: 1; 						/* Allows text to take up remaining space */
	margin-right: 0px;
}

.text3 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text3 p {
    font-size: 20px;
	text-align: left;           	/* Center-align text */
    line-height: 2;
	padding-left: 0px;
}

.text4 {
    flex: 1; 						/* Allows text to take up remaining space */
	margin-right: 0px;
}

.text4 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text4 h1 {
		font-size: 48px;
		font-family: Arial, sans-serif;
		text-align: center;
		margin-top: 75px;
		margin-bottom: 50px;
}

.text4 p {
    font-size: 20px;
	text-align: center;           	/* Center-align text */
    line-height: 2;
	padding-left: 0px;
}

.text4 p a {
    color: #7877e6;
}

/* Image Section */
.image1 {
	margin-right: 175px;
    flex-shrink: 0; 				/* Prevents the image from shrinking */
}

.image1 img {
    width: 800px; 					/* Set square size */
    height: 800px;
    object-fit: cover;			    /* Ensures the image maintains aspect ratio */
}

.image2 {
	margin-left: 0px;
    flex-shrink: 0; 				/* Prevents the image from shrinking */
}

.image2 img {
    width: 800px; 					/* Set square size */
    height: 800px;
    object-fit: cover;			    /* Ensures the image maintains aspect ratio */
}

/* Button Link Styles */
.button-link1 {
    display: flex; 						/* Ensures it behaves like a button */
	align-items: center;
	justify-content: center;
    width: 180px; 						/* Fixed width */
    height: 80px;						 /* Fixed height */
    line-height: 50px;					 /* Centers text vertically */
    text-decoration: none; 				/* Removes underline */
    background-color: #FFFFFF;			 /* Button background color */
    color: #7877e6;						 /* Button text color */
    font-size: 20px; 					/* Font size */
    border-radius: 40px; 				/* Rounded corners (optional) */
}

/* Remove hover and active effects */
.button-link1:hover, .button-link1:active {
    background-color: #EDEDFF; 			/* Same as normal state */
	text-decoration: none;
}

.button-link2 {
    display: flex; 						/* Ensures it behaves like a button */
	align-items: center;
	justify-content: center;
    width: 800px; 						/* Fixed width */
    height: 60px;						 /* Fixed height */
    line-height: 50px;					 /* Centers text vertically */
    text-decoration: none; 				/* Removes underline */
    background-color: #7877e6;			 /* Button background color */
    color: #FFFFFF;						 /* Button text color */
    font-size: 20px; 					/* Font size */
    border-radius: 40px; 				/* Rounded corners (optional) */
}

/* Remove hover and active effects */
.button-link2:hover, .button-link2:active {
    background-color: #ABABED; 			
	text-decoration: none;
}


.button-link3 {
display: flex; 						/* Ensures it behaves like a button */
align-items: center;
justify-content: center;
width: 240px; 						/* Fixed width */
height: 80px;						 /* Fixed height */
line-height: 50px;					 /* Centers text vertically */
text-decoration: none; 				/* Removes underline */
background-color: #7877e6;			 /* Button background color */
color: #FFFFFF;						 /* Button text color */
font-size: 20px; 					/* Font size */
border-radius: 40px; 				/* Rounded corners (optional) */
}

/* Remove hover and active effects */
.button-link3:hover, .button-link3:active {
    background-color: #ABABED; 			
	text-decoration: none;
}



.submitButton {
    display: flex; 						/* Ensures it behaves like a button */
	align-items: center;
	justify-content: center;
    width: 130px; 						/* Fixed width */
    height: 40px;						 /* Fixed height */
    text-decoration: none; 				/* Removes underline */
    background-color: #7877e6;			 /* Button background color */
    color: #FFFFFF;						 /* Button text color */
    font-size: 20px; 					/* Font size */
	border: none;
    border-radius: 40px; 				/* Rounded corners (optional) */
}

.startButton {
    display: flex; 						/* Ensures it behaves like a button */
	align-items: center;
	justify-content: center;
    width: 120px; 						/* Fixed width */
    height: 40px;						 /* Fixed height */
    line-height: 40px;					 /* Centers text vertically */
    text-decoration: none; 				/* Removes underline */
    background-color: #7877e6;			 /* Button background color */
    color: #FFFFFF;						 /* Button text color */
    font-size: 20px; 					/* Font size */
	border: none;
    border-radius: 40px; 				/* Rounded corners (optional) */
}

.entrySection {
  display: flex;
  justify-content: center;  /* Horizontally center the items */
  align-items: center;      /* Vertically align items if they have different heights */
  gap: 10px;                /* Space between input and button */
  margin-top: 20px;         /* Optional spacing from elements above */
  text-align: center;
}

.video-container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}

hr {
    width: 50%; 						/* Controls the width of the line */
    height: 2px; 						/* Thickness of the line */
    background-color: #000000; 			/* Line color */
    border: none;						 /* Removes the default border */
    margin: 20px auto;					 /* Centers the line horizontally with space above and below */
}


.italic {
font-style: italic;
}





.content-grid1 {
display: grid;
grid-template-columns: 1fr 1fr; /* Three equally spaced columns */
gap: 10px; /* Adjust spacing between columns if needed */
align-items: center;
}

.grid1-left-column {
display: flex;
flex-shrink: 0; 				
text-align: left;
justify-content: left;
align-items: left;
}

.grid1-left-column p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-left-column img {
width: 800px; 					
height: 800px;
object-fit: cover;			    
}

.grid1-left-column-alt {
display: flex;
flex-direction: column;
flex-shrink: 0; 				
text-align: right;
justify-content: right;
align-items: right;
}

.grid1-left-column-alt p {
font-size: 20px;
text-align: right;       
line-height: 2;
}

.grid1-left-column-alt img {
width: 800px; 					
height: 800px;
object-fit: cover;			    
}

.grid1-left-column-centerjust {
display: flex;
flex-direction: column;
flex-shrink: 0; 				
text-align: center;
justify-content: center;
align-items: center;
}

.grid1-left-column-centerjust p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-left-column-centerjust img {
width: 800px; 					
height: 800px;
object-fit: cover;			    
}

.grid1-right-column {
display: flex;
flex-shrink: 0; 				
text-align: left;
justify-content: left;
align-items: left;
}

.grid1-right-column p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-right-column img {
width: 800px; 					
height: 800px;
object-fit: cover;			    
}

.grid1-right-column-smlimg img {
width: 600px; 					
height: 600px;
object-fit: cover;			    
}

.grid1-right-column-alt {
display: flex;
flex-direction: column;
flex-shrink: 0; 				
text-align: left;
justify-content: left;
align-items: left;
}

.grid1-right-column-alt p {
font-size: 20px;
text-align: left;       
line-height: 2;
}

.grid1-right-column-alt img {
width: 800px; 					
height: 800px;
object-fit: cover;			    
}




.content-grid2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr; /* Three equally spaced columns */
gap: 10px; /* Adjust spacing between columns if needed */
align-items: center;
}

.grid2-item {
display: flex;
flex-direction: column;
align-items: center;
}

.grid2-item p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid2-item img {
width: 400px; 					
height: auto;
object-fit: cover;			    
}




.grid3-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Grid will automatically adjust for screen size */
    grid-gap: 60px; /* Space between grid items */
    padding: 15px; /* Padding around the grid */
	margin: 0 auto;
	max-width: 1080px;
}

.grid3-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid3-item img {
    width: auto;
    height: 320px;
	object-fit: cover;
	display: block;
	object-fit: contain;
    border: none;
}





/* Set up the grid container */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Grid will automatically adjust for screen size */
    grid-gap: 80px; /* Space between grid items */
    padding: 15px; /* Padding around the grid */
}

/* Style for each grid item */
.grid-item {
    background-color: #f4f4f4; /* Light gray background */
    border-radius: 10px; /* Slightly rounded corners */
    padding: 10px; /* Add padding inside each grid item */
    text-align: center; /* Center the text inside */
}

.grid-item img {
    width: 400px; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px; /* Optional: Round image corners */
}

/* Style for titles (h2) */
.grid-item h2 {
    margin-top: 15px; /* Space above the title */
	font-family: Arial, sans-serif;
    font-size: 1.5em; /* Set font size */
}

/* Style for the description */
.grid-item p {
    margin-top: 10px; /* Space above description */
	font-family: Arial, sans-serif;
    font-size: 1em;
    color: #000000; 
}

/* Style for the button */
.grid-item .btn {
    display: inline-block;
    margin-top: 15px; /* Space above button */
    padding: 10px 20px;
    background-color: #7877e6;
    color: #FFFFFF;
    text-decoration: none; /* Remove underline */
    border-radius: 20px;
	font-family: Arial, sans-serif;
    font-weight: normal;
}

.grid-item .btn:hover {
    background-color: #ABABED; 
}



.top-times-list {
  font-family: Arial, sans-serif; /* nicer, modern font */
  margin-left: 1.8em;   /* pull the numbers closer in */
  padding-left: 0;      /* remove extra padding on the list */
  color: #000000;          /* dark gray text for readability */
  font-size: 0.95rem;   /* slightly smaller but readable text */
  line-height: 1.4;
  font-weight: bold;
}

.top-times-list li {
  margin-bottom: 0.3em; /* some spacing between list items */
}

.specific-times-list {
	font-family: Arial, sans-serif; /* nicer, modern font */
	margin-left: 1.8em;   /* pull the numbers closer in */
	padding-left: 0px;      /* remove extra padding on the list */
	color: #000000;
	font-size: 1.5em;   
	line-height: 3;
	font-weight: bold;
}








  /* Centering container */
        .answer-button-container {
            text-align: center;
            margin-top: 20px;
			margin-bottom: 75px;
        }

        /* Hide the checkbox but keep it accessible */
        #toggleCheckbox {
            display: none;
        }

        /* Style the label to look like a button */
        #toggleLabel {
            display: inline-block;
            padding: 10px 20px;
            background-color: #7877e6;
            color: white;
            cursor: pointer;
            border-radius: 25px;
            font-size: 16px;
            text-align: center;
        }

        /* Hide the text by default */
        #hiddenText {
            display: none;
            margin-top: 10px;
			margin-bottom: 50px;
            font-size: 2.0em;
        }

        /* Show the text when checkbox is checked */
        #toggleCheckbox:checked + label + #hiddenText {
            display: block;
        }













footer {
font-family: Arial, sans-serif; /* font choice */
font-size: 22px;				/* font size */
color: #000000;					/* font color */
background-color: #FFFFFF;		/* background color */
margin: 0;						/* remove default margins */
padding: 100px;					/* padding from the edges */
line-height: 1.5;				/* line height for better readability */\
align-items: center;
justify-content: center;
}






/* Responsive layout for mobile devices */
@media (max-width: 768px) {

.container {
width: 100%;          /* Always shrink to fit */
max-width: 100%;      /* No artificial limit */
min-width: 0;         /* Prevent overflow on small screens */
margin: 0 auto;
padding: 0 20px;
}

img {
max-width: 100%;
height: auto;
display: block;
}

/* Change grid to a single column */
.nav-grid {
grid-template-columns: 1fr; /* Single column layout */
gap: 20px; /* Adjust gap between rows */
}

/* Left column styles for mobile - Vertical layout */
.nav-left-column {
display: flex;
gap: 40px; /* Space between links */
justify-content: center;
align-items: center;
}

.nav-left-column a {
color: inherit; /* Preserve default link color */
text-decoration: none; /* Remove underline */
font-size: 16px;
}

/* Center column */
.nav-center-column {
display: flex;
justify-content: center;
}

.nav-center-column img {
max-width: 100%;
margin: 0 auto; /* Center logo horizontally */
}

/* Right column styles for mobile - Vertical layout */
.nav-right-column {
display: flex;
gap: 30px; /* Space between icons */
justify-content: center;
align-items: center;
}

.content2 {
align-items: left;
justify-content: left;
gap: 20px;
margin-top: 20px; 				/* Add space below the top bar */
margin-bottom: 20px;
margin-left: 40px;
margin-right: 40px;
}

.content3 a img {
width: 405px;
height: auto;
}

.button-link2 {
width: 100%; 						/* Fixed width */
max-width: 90vw;
height: 120px;
line-height: 25px;					 /* Centers text vertically */
font-size: 16px; 					/* Font size */
padding: 10px 16px;
border-radius: 40px; 				/* Rounded corners (optional) */
}

/* workshop grid */
.grid-container {
display: grid;
grid-template-columns: 1fr; /* Grid will automatically adjust for screen size */
grid-gap: 80px; /* Space between grid items */
padding: 20px; /* Padding around the grid */
}

.content-grid1 {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}

.grid1-left-column {
display: flex;
max-width: 100%;
}

.grid1-left-column p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-left-column img {
width: 400px; 					
height: 400px;
object-fit: cover;			    
}

.grid1-right-column {
display: flex;
flex-shrink: 0; 				
text-align: center;
justify-content: center;
align-items: center;
}

.grid1-right-column p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-right-column img {
width: 400px; 					
height: 400px;
object-fit: cover;			    
}

.grid1-right-column-alt {
display: flex;
flex-shrink: 0; 				
text-align: center;
justify-content: center;
align-items: center;
}

.grid1-right-column-alt p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid1-right-column-alt img {
width: 400px; 					
height: 400px;
object-fit: cover;			    
}



.content-grid2 {
display: grid;
grid-template-columns: 1fr; /* Three equally spaced columns */
gap: 10px; /* Adjust spacing between columns if needed */
align-items: center;
}

.grid2-item {
display: flex;
flex-direction: column;
align-items: center;
}

.grid2-item p {
font-size: 20px;
text-align: center;       
line-height: 2;
}

.grid2-item img {
width: 240px; 					
height: auto;
object-fit: cover;			    
}


iframe {
width: 768px;
height: 420px;
max-width: 100%;
}

.body3 {
font-family: Arial, sans-serif; /* font choice */
font-size: 18px;				/* font size */
color: #FFFFFF;					/* font color */
background-color: #7877e6;		/* background color */
margin: 0;						/* remove default margins */
padding-top: 80px;					/* padding from the edges */
padding-left: 50px;
padding-right: 50px;
padding-bottom: 80px;
line-height: 1.5;				/* line height for better readability */
}

.body3 h2 {
font-size: 16px;
}

footer {
font-family: Arial, sans-serif; /* font choice */
font-size: 16px;				/* font size */
color: #000000;					/* font color */
background-color: #FFFFFF;		/* background color */
margin: 0;						/* remove default margins */
padding: 50px;					/* padding from the edges */
line-height: 1.5;				/* line height for better readability */\
align-items: center;
justify-content: center;
text-align: center;
}

.body4 {
font-family: Arial, sans-serif; /* font choice */
font-size: 18px;				/* font size */
color: #000000;					/* font color */
background-color: #FFFFFF;		/* background color */
margin: 0;						/* remove default margins */
padding-top: 20px;					/* padding from the edges */
padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
line-height: 1.5;				/* line height for better readability */
}

}