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




@media (min-width: 1201px) and (max-width: 1920px) {
	
	
		
#hero-section	{
	padding: 0;
	margin: 0;
	background: linear-gradient(to top, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
    position: relative;
    max-width: 1920px;
    max-height: auto;
    overflow: hidden;
    background-color: #000000;
}

	
.home_header_container {
    max-width: 1920px; 
    margin: 0 auto; 
    padding: 0 10px; 
    overflow: hidden; 
	background: linear-gradient(to bottom, 
      
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
	
}




	
.header-container {
        max-width: 100%;
        margin: 0 auto; 
        padding: 0 10px; 
        overflow: hidden; 
    }

.home_header h1 {
        text-align: center;
        padding: 0; /* */
        font-family: 'Federic Playfull';
        font-size: 65px; 
        line-height: 60px; 
        margin: 20px 0px 0px 0px;
    
}


.home_header h2 {
    text-align: center;
    padding: 0;
    font-family: 'Secret Memories';
    font-size: 35px; 
    line-height: 35px; 
    margin: 10px 0px 10px 0px;
	color: #ffffff;
}



/* Image Styling */
#image1, #image2 {
    width: 100vw; /* Full viewport width */
    height: 81vh; /* Full viewport height */
    object-fit: cover; /* Ensures the image fills the screen without distortion */
    position: absolute;
    top: 0;
    left: 0;
}

/* Container Styling */
.image-container {
    position: relative;
    width: 100%;
    height: 81vh; /* Matches the viewport height for full-screen images */
    margin: 0;
    overflow: hidden; /* Ensures no part of the image overflows */
}

/* Hero Image Styling */
.hero-image {
    width: 100vw; /* Full viewport width */
    height: 81vh; /* Full viewport height */
    object-fit: cover;
    position: absolute;
    transition: opacity 1s ease-in-out;
    top: 0;
    left: 0;
}


/* Header Overlay Styling */
.glassmorphism-overlay, .glassmorphism-overlay2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
   
    padding: 0px;
}

.glassmorphism-overlay {
    background-color: rgba(5,34,82,0.40);
    margin: 40px 0;
	 width: 65%;
}

.glassmorphism-overlay2 {
    
    background-color: rgba(5,34,82,0.40);
    margin: 20px 0;
	 width: 70%;
}

/* Header Text Styling */
.glassmorphism-overlay h2 {
    font-family: 'Grand Rainbow Demo';
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 20px 10px 20px 10px;
    text-align: center;
    background: transparent;
	letter-spacing: 1.0px;
}

.glassmorphism-overlay2 h3 {
    font-family: 'Grand Rainbow Demo';
    font-size: 40px;
    line-height: 50px;
    color: white;
     margin: 10px 0px 15px 0px;
    padding: 0;
    text-align: center;
	letter-spacing: 1.0px;
}

/* Visibility of Overlays */
.hidden {
    opacity: 0;
    z-index: 1;
}

.visible {
    opacity: 1;
    z-index: 2;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
			
#services-section	{
		padding: 0px 0px 30px 0px;
		margin: 0;
		background: linear-gradient(to top, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
	
    max-width: 1920px; /* Adjust as needed */
	height: auto; /* Adjust height as needed */
	
	
	
}
	
.header-container {
  text-align: center; /* Center the text */
  margin: 0px; /* Add some space below the headers */
	background: linear-gradient(to top, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
	
	
}
		
.header-container h1 {	 
	font-family: 'Federic Playfull';
    font-size: 60px;
    line-height: 65px;
    margin: 0;
	padding: 15px 40px 5px 40px;
	border-radius: 5px;
	text-align: center;

   
}
    

	
.services-section h2 {
    margin: 0px 0px 20px 0px;
    font-family: 'Secret Memories';
    font-size: 40px;
    line-height: 40px;
	 background: 0;
 
    
}
	
	
	
	
.services-section h3 {
    margin: -330px auto 0px auto;
	font-family: 'Federic Playfull';
    font-size: 45px; /* Smaller title size */
    line-height: 45px; /* Adjusted line height */
	 width: 120%;
		background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	letter-spacing: 1px;
 
	
    
}
	
	

	
	
	
/* Hero Section Container */
.hero-section-services {
    width: 100%;
    height: 65vh; /* Adjust to use the full viewport height */
    background-image: url("../img/services_page/hero_image_1920px.jpg");
    background-size: cover; /* Ensures the image fills the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    position: relative; /* For positioning child elements */
    display: flex; /* For centering the content */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    overflow: hidden; /* Ensures nothing overflows */
    margin: 0;
    padding: 0;
}


/* Optional: Add a subtle overlay for better text contrast */
.hero-section-services::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 0; /* Places the overlay below the content */
}

	



.content {
    padding: 0px 0px 50px 0px; /* Optional padding inside content */
    margin: 0;
    max-width: 1920px; /* Adjust as needed */
    height: auto; /* Set a maximum height to create a scrolling area */
    
}
	
	

.content h1 {
    font-family: 'Secret Memories';
    font-size: 40px;
    line-height: 45px;
	text-align: center;
		background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
	padding: 15px;
	border-radius: 10px;
	margin: 40px auto 20px auto;
	width: 90%;
  
    
}
	
	
.content h4 {
    margin: 10px auto 10px auto;
	font-family: 'Noteworthy-Bold';
    font-size: 35px; /* Smaller title size */
    line-height: 35px; /* Adjusted line height */
	 width: 40%;
		background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	
    
}

		
.content p {
    font-family: 'Noteworthy-Bold'; /* Replace with your font */
    font-size: 22px; /* Adjust as needed */
    line-height: 32px; /* Spacing for readability */
	 margin: 0px 50px 50px 50px;
	padding: 2px;
	text-align: center;
	letter-spacing: .5px;
}
	
	
	
	
	

	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
#price-list	{
		padding: 0px;
		margin: 0;
	background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
	
	}
			
	
	
	/* Main Price List Section */
.price-list-section {
    padding: 0;
	margin: 10px;
    text-align: center; /* Center section content */
	font-family: 'Noteworthy-Bold';
}

/* Hero Image Styling */
.price-list-hero-image {
    position: relative;
    width: 95%;
    height: 900px; /* Adjust as needed */
    background-image: url(../img/price_list_page/hero_image_1920px.jpg); /* Replace with your image */
    background-size: cover;
    background-position: center;
	margin: 35px auto 0px auto;
}

.price-list-hero-header {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 85%;
}

.price-list-hero-header h1 {
    font-family: 'Federic Playfull';
    font-size: 60px;
    color: white;
    margin: 40px 0px 30px 0px;
	line-height: 65px;
}

/* Section Titles */
.section-title, 
.package-title, 
.add-ons-title, 
.faq-title {
    font-size: 60px;
    font-weight: bold;
    margin: 50px 0px 50px 0px;
	font-family: 'Grand Rainbow Demo';
	background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
}

/* Pricing Table */
	


    .pricing-table {
        width: 800px; 
        font-size: 30px; /* Slightly reduce font size */
		color: white;
		margin: 0px auto 0px auto;
		
		
		
    }

    .pricing-table thead {
        display: none; /* Hide table headers */
		
    }

	
	
	
	.pricing-table th {
        display: block;
       margin: 0px auto 0px auto;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
		color: white;
		
		
		
    }
	
    .pricing-table tr {
        display: block;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
		color: white;
		margin: 0px auto 10px auto;
		 width: 800px;
		background: linear-gradient(to top, 
      
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
	
    }
	
	

    .pricing-table td {
        display: block;
        text-align: left;
        padding: 5px 10px;
        position: relative;
		color: white;
		
		
    }

    .pricing-table td::before {
        content: attr(data-label); /* Display column name */
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
        color: white;
		
    }

    .pricing-table td p {
        margin: 3px 0 0;
        font-size: 22px; /* Further reduce font size in paragraphs */
    }
	
	
	
	

/* Package Items */
.package-item {
    margin: 15px auto 15px auto;
	font-family: 'Noteworthy-Bold';
	font-size: 30px;
	max-width: 1000px;
}

.package-item h4 {
    font-size: 45px;
    font-family: 'Grand Rainbow Demo';
    margin: 20px 0px 20px 0px;
    text-decoration: underline;
}

/* Add-Ons */
	
	
.add-ons h3 {
    font-size: 45px;
    font-family: 'Grand Rainbow Demo';
    margin: 20px 0px 20px 0px;
    text-decoration: underline;
}

	
	
.addons ul {
    padding-left: 15px;
    list-style: none;
    text-align: center; /* Align text to the left */
	font-family: 'Noteworthy-Bold';
	 font-size: 30px;
	width: 1200px;
	margin: 0px auto 0px auto;
}

.addons ul li {
    margin: 5px 5px 5px 5px;
	font-family: 'Noteworthy-Bold';
	font-size: 30px;
	
	
}
	
	
	
	/* General container styling */
	
.payment-options,
.maintenance-program {
    background-color: #f9f9f9; /* Light gray background */
    border: 1px solid #ddd; /* Light border for structure */
    padding: 0px;
    margin: 40px auto; /* Space between sections */
    border-radius: 8px; /* Rounded corners */
    max-width: 400px; /* Limit width for better readability */background: linear-gradient(to top, 
       
      
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
}

/* Headings */
.payment-options h3,
.maintenance-program h3 {
    color: #ffffff; /* Dark text color */
    font-size: 30px; /* Larger heading font */
    margin: 10px; /* Space below heading */
}

/* Paragraph text */
.payment-options p,
.maintenance-program p {
    color: #000000; /* Slightly lighter text color */
    line-height: 22px; /* Improve readability */
    font-size: 22px;
}

/* Strong text styling for emphasis */
.maintenance-program p strong {
    color: #000000; /* Dark text for contrast */
    font-weight: bold; /* Emphasis */
}


	
	
	

	
	
	
	
	
	
	
/* FAQ Section */
.faq {
    margin: 15px 0;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
}

.faq-title {
    font-size: 60px;
    font-weight: bold;
    margin: 25px 0px 20px 0px;
    text-align: center;
    font-family: 'Grand Rainbow Demo';
}

.faq-item {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: 'Noteworthy-Bold';
	
}

.faq-item strong {
    font-size: 30px;
    margin: 10px auto 10px auto;
    display: block;
    font-weight: bold;
    font-family: 'Noteworthy-Bold';
    cursor: pointer;
    color: #ffffff;
    transition: color 0.3s, background-color 0.3s;
	letter-spacing: 1px;
	background: linear-gradient(to top, 
      
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
	width: 50%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	
}

.faq-item strong:hover {
    color: #ffffff; /* Lighter blue on hover for better visibility */
    background: linear-gradient(to top, 
      
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
    padding: 5px;
    border-radius: 5px;
	
}

.faq-item p {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 150px 10px 150px;
    color: #ffffff;
    font-family: 'Noteworthy-Bold';
    display: none; /* Initially hidden */
	letter-spacing: 1px;
}

/* Display the answer when the faq-item is active */
.faq-item.active p {
    display: block;
}

/* Payment Options */
.payment-options p,
.maintenance-program p {
    font-size: 25px;
    margin: 10px 20px;
	letter-spacing: 1px;
}





	
	
	

/* Quote Request Button */
.quote-request button {
    width: 50%;
    padding: 10px;
    font-size: 30px;
   background: linear-gradient(to bottom, 
        rgb(218, 242, 250), 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
    color: white;
    border: none;
    cursor: pointer;
	margin-bottom: 50px;
	font-family: 'Noteworthy-Bold';
	border-radius: 10px;
	
}

.quote-request button:hover {
	font-family: 'Noteworthy-Bold';
	 font-size: 30px;
	background: linear-gradient(to top, 
        rgb(218, 242, 250), 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28), 
        rgb(1, 4, 12)
    );
	 color: white;
	border-radius: 10px;
}

	
		
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
#portfolio-page-section	{
		padding: 0;
		margin: 0;
	
	
	}	
	
/* Portfolio Page Section */
.portfolio-page-section {
        padding: 0px 0px 50px 0px;
	background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
    }

.portfolio-hero {
    position: relative;
    width: 100%;
    height: 70vh; /* Default height, adjust as needed */
    background-image: url(../img/portfolio_page/hero_image_1920px.jpg); /* Set your background image here */
    background-size: cover; /* Ensure the image covers the area */
    background-position: center; /* Center the image */
    overflow: hidden;
	margin: 0;
}

.portfolio-hero-text {
    position: absolute;
    color: white; /* Text color, adjust as needed */
    text-align: center;
    top: 5%;
    left: 50%;
	width: 90%;
	height: auto;
    transform: translateX(-50%); /* Adjust position */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Shadow for readability */
    padding: 5px; /* Padding around text */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border-radius: 5px; /* Slightly rounded corners */
	
}

	
.portfolio-hero-text  h1 {
    font-size: 60px; 
	line-height: 60px;
    margin: 0; 
	font-family: 'Federic Playfull';
	color: white;
	
	
}




.portfolio-hero-image {
        width: 100%; /* Full width */
        height: auto; /* Maintain aspect ratio */
    }

	


  .portfolio-grid {
    display: grid; /* Enable grid layout */
    gap: 16px; /* Space between grid items, adjust as needed */
	  padding: 50px;
}
	
	
.portfolio-grid h2 {
    font-size: 60px; /* Adjust font size for the subtitle */
    line-height: 65px;
    margin: 0px auto 0px auto; /* Margin for spacing */
	padding: 10px 0px;
    font-family: 'Grand Rainbow Demo';
    letter-spacing: 1.5px;
    font-weight: bold;
	color: white;
	background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
	text-align: center;
	width: 100%;
	border-radius: 10px;
	
}	
	
	
	
.portfolio-grid	h3 {
    font-size: 35px;
    line-height: 40px;
    margin: 20px auto 10px auto; /* Remove default margin */
    padding: 20px;
    font-family: 'Noteworthy-Bold';
    color: white;
    background: linear-gradient(to bottom, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95)
    );
    border-radius: 5px;
    text-decoration: underline;
 text-align: center;
	 width: 40%;
   
    }
	
/* Portfolio Info Section */
.portfolio-info-section {
    margin: 0;
    padding: 5px;
 
	
}


.portfolio-info-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}

.portfolio-info-paragraph {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Noteworthy-Bold', sans-serif;
    text-align:  left;
    margin: 10px 0px 10px 0px;
	color: white;
	letter-space: 1px;
	text-indent: 40px;
	
}

.portfolio-info-paragraph:last-child {
    margin-bottom: 0;
}

	
	
.portfolio-item { 
    padding: 20px; /* Example padding */
    border: 5px solid #ffffff; /* Example border */
    text-align: center; /* Center text */
	margin-bottom: 50px;
}
   
	
.portfolio-item img {
        width: 40%; /* Full width */
        height: auto; /* Maintain aspect ratio */
        border-radius: 4px; /* Rounded corners for images */
    }

.portfolio-item p {
    font-size: 24px; 
	line-height: 34px;
	font-family: 'Noteworthy-Bold';
	color: white;
	letter-spacing: 1px;
	margin: 20px 50px 0px 50px;
	
    }
	
	
	
.portfolio-item a {
    font-size: 16px;
    line-height: 25px;
    margin: 0; /* Remove default margin */
    font-family: 'Noteworthy-Bold';
    color: white;
    text-decoration: none;		
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
#about-section	{
	padding: 0;
	margin: 0;
	background: linear-gradient(to top, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
		
	
	}
		

	
.about-info-container {
    padding: 5px;
    max-width: 1920px; 
	height: auto; 
	margin: 0;
    }
	
	
	
	

.about_section_header h1 {
		text-align: center;
        margin: 0px 0px 0px 0px;
        font-family: 'Federic Playfull';
        font-size: 55px; 
        line-height: 50px; 
		padding: 20px 0px 20px 0px;
		background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
			
        
    );
    }



	
	/* About Info Heading (h1) */
.about-info-container h1 {
    
    font-size: 45px; 
    line-height: 40px; 
    color: #ffffff;
    margin: 30px 20px 10px 20px;
    text-align: center; /* Center the heading */
	font-family: 'Grand Rainbow Demo';
	padding: 0;
}

	
		
 .profile-photos-container {
        flex-direction: column; /* Keep images stacked vertically */
        align-items: center; /* Center align on small screens */
        margin: 0px 0px 0px 0px; /* Adjust vertical margin */
	 text-align: center;
    }
	
.profile-photos-container h3 {
        font-family: 'Grand Rainbow Demo';
        font-size: 40px; /* Adjust header size */
        margin: 30px 0px 0px 0px; /* Adjust margin below header */
	    line-height: 40px;
    }
	
	
/* About Info Paragraphs (p) */
.about-info-container p {
    font-family: 'Noteworthy-Bold';
    font-size: 18px;
    color: #ffffff;
    line-height: 28px; 
	 text-align: left; /* Center the heading */
	letter-spacing: .5px;
	 margin: 10px 50px 20px 50px; /* Space between paragraphs */
	 padding: 0;
	text-indent: 30px;
}

 .profile-photo {
        width: 25%; /* Full width on small screens */
        height: auto; /* Maintain aspect ratio */
        margin: 20px 0px 10px 0px; /* Smaller margin around photos */
        border-radius: 5px; /* Rounded corners for consistency */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Lighter shadow */
    }



	
	
	
	
/* General Container Styles */
.tahoe-info-section {
    margin: 0;
    padding: 0;
   
}

/* Heading Styles */
.tahoe-info-section h1 {
    font-family: 'Grand Rainbow Demo'; /* Replace with your font */
    font-size: 40px; /* Adjust as needed */
	line-height: 40px;
    color: #ffffff; /* Main text color */
    margin: 20px 10px 10px 10px;
    text-align: center; /* Center align for emphasis */
	 padding: 0;
}

/* Paragraph Styles */
.tahoe-info-section p {
    font-family: 'Noteworthy-Bold'; /* Replace with your font */
    font-size: 18px; /* Adjust as needed */
    line-height: 28px; /* Spacing for readability */
    color: #ffffff; /* Secondary text color */
    margin: 10px 50px 20px 50px; /* Space between paragraphs */
	 padding: 0;
	letter-spacing: .5px;
	text-align: left;
}

/* Additional Photos Container Styles */
.additional-photos-container {
    margin: 0px 0px 20px 0px; /* Space above gallery */
    text-align: center; /* Center align the gallery title */
}

/* Gallery Heading */
.additional-photos-container h3 {
    font-family: 'Grand Rainbow Demo'; /* Replace with your font */
    font-size: 40px; /* Adjust as needed */
	line-height: 40px;
    color: #ffffff; /* Main text color */
    margin: 30px 0px 10px 0px;
    text-align: center; /* Center align for emphasis */
}

/* Image Styles */
.additional-photo {
    max-width: 35%; /* Responsive images */
    height: auto; /* Maintain aspect ratio */
    margin: 10px 30px; /* Space between images */
    border-radius: 8px; /* Optional: rounded corners */
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#contact-page	{
		padding: 10px 10px 50px 10px;
		  margin: 0px auto 0px auto;
		background: linear-gradient(to top, 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
    );
	
	}	
	
	
	
	
	/* Contact Page Section Styling */
.contact-page {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1920px;
  margin: 0px auto 0px auto;
}

/* Hero Section */
.hero {
    position: relative;
    height: 900px;
    width: 100%;
    background-image: url(../img/contact_page/hero_image_1920px.jpg); /* Add mobile image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Secret Memories";
		
}

.hero-header h1 {
    position: center;
    background-color: rgba(5,23,67,0.58); /* Transparent box */
    padding: 20px;
    color: #fff;
    font-size: 75px;
    line-height: 75px;
    font-family: 'Grand Rainbow Demo';
    margin: 0px auto 0px auto;
    border-radius: 10px;
	width: 70%;
}

/* Secondary Header */
.sub-header h2 {
  margin: 10px 0px 10px 0px;
  font-size: 75px;
  font-weight: bold;
  color: #ffffff;
	font-family: 'Federic Playfull';
}

	/* Secondary Header */
.info-section h3 {
 margin: 0px 0px 10px 0px;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
	font-family: 'Grand Rainbow Demo';
}

	
	
/* Contact Information Section */
.info-section p {
  font-size: 24px;
	line-height: 34px;
  margin: 20px 50px 40px 50px;
  color: #ffffff;
	font-family: 'Noteworthy-Bold';
	letter-spacing: 1px;
}

.contact-info h1 {
	margin: 20px 50px 10px 50px;
  font-size: 50px;
	line-height: 65px;
  font-weight: bold;
  color: #ffffff;
	font-family: 'Grand Rainbow Demo';
	letter-spacing: 1px;
		
		
	}
	
	
	
	
/* Contact Form */
.contact-form {
  width: 75%;
	font-family: "Noteworthy-Bold";
	color: black;
	margin: 0px auto 0px auto;
}

.contact-form label {
  display: block;
  font-size: 30px;
  margin-top: 20px;
  color: #ffffff;
	text-align: left;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 22px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
    width: 20%;
    padding: 10px;
    background-color: #BEDEFF;
    color: #061D4B;
    border: none;
    border-radius: 4px;
    font-size: 28px;
    cursor: pointer;
	font-family: "Noteworthy-Bold";
	margin: 50px 0px 20px 0px;
}

.contact-form button:hover {
    background-color: #033264;
	color: #BEDEFF;
	  font-size: 30px;
	font-family: "Noteworthy-Bold";
}


}

