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

/* General Styling */
#home {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Default Background Image for Large Screens */

/* Overlay for Readability */
.overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* True Blue Ombre Transparent Header Styling */
#home h1, .sub-header {
  background: linear-gradient(to top,  
  rgba(173, 216, 230, 0.7),  /* Baby Blue */  
  rgba(135, 206, 235, 0.7),  /* Sky Blue */  
  rgba(90, 169, 230, 0.7),  /* Medium Blue */  
  rgba(30, 144, 255, 0.7),  /* Dodger Blue */  
  rgba(0, 119, 190, 0.7),  /* Ocean Blue */  
  rgba(0, 95, 153, 0.7),  /* Deep Cerulean */  
  rgba(0, 51, 102, 0.7),  /* Navy Blue */  
  rgba(0, 33, 71, 0.7),  /* Midnight Blue */  
  rgba(0, 31, 63, 0.7),  /* Dark Blue */  
  rgba(0, 10, 31, 0.7)   /* Deepest Blue (near black) */
);

    /* Light Sky Blue (#87CEFA) to True Blue (#0066CC) */
    color: white;
    text-align: center;
    backdrop-filter: blur(1px);
    font-family: 'Brullos';
    border-color: black;
    
	
}




















/* About Section Styling */
#about {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
	 margin: 0px;
	
}

/* Dark Overlay for Better Readability */
#about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,55,119,0.60); /* Dark overlay */
    z-index: 1;
}

/* Container with Overlay Fix */
.about-container {
    max-width: 1500px;
    display: flex;
    gap: 0px;
    align-items: center;
    position: relative;
    z-index: 1;
	
}

/* Profile Photo Styling */
.about-photo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.about-photo img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	
}

/* About Text Styling */
.about-text {
    flex: 2;
    text-align: left;
    color: #ffffff; /* White text for readability */
	font-family: 'Brullos';
}

.about-text h2 {
    color: #ffffff;
    margin: 0px;
	
}

.about-text h3 {
    font-weight: 600;
    color: #ffffff;
   
}

.about-text p {
	font-family: "Noteworthy-bold";
    color: #ffffff;
    margin-bottom: 10px;
	
}

/* Responsive Design */
@media (min-width: 1920px) {
    .about-container {
        flex-direction: column;
        text-align: center;
		max-width: 1920px;
    }

    .about-photo {
        order: -1;
    }

    .about-text {
        text-align: center;
    }
	
#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_xlarge.jpg");
		min-height: 1080px;
	max-width: 1920px;
	
    }
	
.about-photo img {
    width: 80%;
    max-width: 450px;
	margin-top: 10px;
  
	
}

	.about-text h2 {
        font-size: 50px;
		padding: 0px;
		margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 45px;
		margin: 20px 0px -15px 0px;
		
    }

    .about-text p {
        font-size: 22px;
		line-height: 28px;
		letter-spacing: .5px;
    }
	
}



/* Responsive Design */
@media (max-width: 1920px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-photo {
        order: -1;
    }

    .about-text {
        text-align: center;
    }
	
#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_xlarge.jpg");
		min-height: 1080px;
	
    }
	
.about-photo img {
    width: 80%;
    max-width: 450px;
	margin-top: 10px;
  
	
}

	.about-text h2 {
        font-size: 50px;
		padding: 0px;
		margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 45px;
		margin: 20px 0px -15px 0px;
		
    }

    .about-text p {
        font-size: 22px;
		line-height: 28px;
		letter-spacing: .5px;
    }
	
}




/* Responsive Design */
@media (max-width: 1200px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-photo {
        order: -1;
    }

    .about-text {
        text-align: center;
    }
	
#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_xlarge.jpg");
		min-height: 1080px;
	
    }
	
.about-photo img {
    width: 75%;
    max-width: 350px;
	margin-top: 10px;
  
	
}

	.about-text h2 {
        font-size: 50px;
		padding: 0px;
		margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 45px;
		margin: 20px 0px -15px 0px;
		
    }

    .about-text p {
        font-size: 20px;
		line-height: 26px;
		letter-spacing: .5px;
    }
	
}



@media (max-width: 768px) {
	#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_medium.jpg");
		min-height: 1080px;
	
    }
	
.about-photo img {
    width: 75%;
    max-width: 350px;
	margin-top: 10px;
  
	
}

	.about-text h2 {
        font-size: 50px;
		padding: 0px;
		margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 45px;
		margin: 20px 0px -15px 0px;
		
    }

    .about-text p {
        font-size: 18px;
		line-height: 22px;
		letter-spacing: .5px;
    }
	
}



















/* Portfolio Section */
#portfolio {
    background: linear-gradient(to bottom,  
        #ffffff,   /* (white) */ 
        #ffffff,   /* (white) */ 
        #DBF1F3,   /* Light Blue (soft, near white) */ 
        #B0E0E6,   /* Powder Blue */  
        #ADD8E6,   /* Baby Blue */  
        #87CEEB,   /* Sky Blue */  
        #5AA9E6,   /* Medium Blue */  
        #1E90FF,   /* Dodger Blue */  
        #0077BE,   /* Ocean Blue */  
        #005F99,   /* Deep Cerulean */  
        #003366,   /* Navy Blue */  
        #002147,   /* Midnight Blue */  
        #001F3F,   /* Dark Blue */  
        #000A1F,   /* Deepest Blue (near black) */
        #000000    /* (black) */
    );
    padding: 35px 0px 40px 0px;
    text-align: center;
	height: auto;
}

#portfolio h2 {
    margin: 10px;
    font-family: 'Brullos';
    background: linear-gradient(to bottom, 
        #5AA9E6, /* Medium Blue */
        #2C7BB2, /* Deeper Blue */
        #003366, /* Navy Blue */
        #001A33 /* Darkest Navy Blue */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#portfolio h3 {
    margin: 5px;
    color: #003366;
    font-family: 'Brullos';
}

#portfolio p {
    color: #000000;
    margin: 0px 10px 20px 10px;
    font-family: 'Noteworthy-bold';
    background: linear-gradient(to bottom, 
        #5AA9E6, /* Medium Blue */
        #2C7BB2, /* Deeper Blue */
        #003366, /* Navy Blue */
        #001A33 /* Darkest Navy Blue */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Portfolio Categories */
.portfolio-subsections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px auto;
}

/* Default: 3 columns */
.portfolio-category {
    background-color: #fff;
    padding: 0;
    border: 2px solid #333;
    border-radius: 8px;
    width: calc(33.33% - 20px); /* Adjusting gap space */
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    position: relative;
    overflow: hidden;
}


/* Hover effect */
.portfolio-category:hover {
    transform: scale(1.05);
}

/* Image container */
.image-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Transparent text overlay for titles */
.text-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    color: #003366;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    width: auto;
    max-width: 80%;
}

/* Portfolio information below image */
.portfolio-info {
    padding: 10px;
}

.portfolio-info p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
}

/* View Gallery Button */
.view-gallery {
    display: inline-block;
    font-size: 18px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(to top, #87ceeb, #4682b4, #1e3a5f);
    font-family: 'Noteworthy-bold';
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; color: #ffffff;
}

.view-gallery:hover {
    background-color: #FFFFFF;
    color: #ffffff;
}

/* Individual Category Background Images */
.portfolio-category.fine-arts .image-container {
    background-image: url(../img/portfolio_page/thumbnail_fine_art_gallery.jpg);
}

.portfolio-category.photography .image-container {
    background-image: url("../img/portfolio_page/thumbnail_photography.jpg");
}

.portfolio-category.fused-glass .image-container {
    background-image: url(../img/portfolio_page/thumbnail_fused_glass.jpg);
}

.portfolio-category.graphic-design .image-container {
    background-image: url("../img/portfolio_page/thumbnail_graphic design.jpg");
}

.portfolio-category.web-development .image-container {
    background-image: url(../img/portfolio_page/thumbnail_web_development.jpg);
}

/* Adjust transition for portfolio categories */
.portfolio-category {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}




/* Services section */



#services {
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, 
		 #ffffff,   /* (white) */ 
  #ffffff,   /* (white) */ 
  #ffffff,   /* (white) */ 
  #ffffff,   /* white) */ 
  #DBF1F3,   /* Light Blue (soft, near white) */ 
  #B0E0E6,  /* Powder Blue */  
  #ADD8E6,  /* Baby Blue */  
  #87CEEB,  /* Sky Blue */  
  #5AA9E6,  /* Medium Blue */  
  #1E90FF,  /* Dodger Blue */  
  #0077BE,  /* Ocean Blue */  
  #005F99,  /* Deep Cerulean */  
  #003366,  /* Navy Blue */  
  #002147,  /* Midnight Blue */  
  #001F3F,  /* Dark Blue */  
  #000A1F   /* Deepest Blue (near black) */
);
    padding: 0px;
    margin: 0px ;
}

/* Hero Banner */
.services-hero-banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.services-content-header h2 {
   text-align: center;
font-size: 50px;
	line-height: 50px;
    color: #000000;
    margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: Brullos;
	background: linear-gradient(to bottom, 
    #5AA9E6, /* Medium Blue */
    #2C7BB2, /* Deeper Blue */
    #003366, /* Navy Blue */
    #001A33 /* Darkest Navy Blue */
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.services-content-header p {
text-align: center;
font-size: 20px;
	line-height: 26px;
    color: #000000;
    margin: 0px 50px 10px 50px;
	padding: 0px;
	font-family: 'Noteworthy-bold';
	background: linear-gradient(to bottom, 
    #5AA9E6, /* Medium Blue */
    #2C7BB2, /* Deeper Blue */
    #003366, /* Navy Blue */
    #001A33 /* Darkest Navy Blue */
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ensure services-content is centered and fits within smaller screens */
.services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; /* Centers items */
    width: auto;
    margin: 0 auto;
    padding: 10px;
}

/* Service Item Styles */
.service-item {
    width: auto;
    margin: 10px;
    text-align: left;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.service-item h3 {
	text-align: center;
    color: #000000;
    margin: 0px 10px 0px 10px;
	padding: 0px;
	font-family: Brullos;
	background: linear-gradient(to bottom, 
    #5AA9E6, /* Medium Blue */
    #2C7BB2, /* Deeper Blue */
    #003366, /* Navy Blue */
    #001A33 /* Darkest Navy Blue */
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.service-item p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: 'Noteworthy-bold';
    letter-spacing: 0.5px;
	text-align: left;
	text-indent: 25px;
    margin: 0px 0px 10px 0px;
	padding: 0px;
	background: linear-gradient(to bottom, 
    #5AA9E6, /* Medium Blue */
    #2C7BB2, /* Deeper Blue */
    #003366, /* Navy Blue */
    #001A33 /* Darkest Navy Blue */
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* CTA Button */
.services-contact-links {
    margin: 10px; font-family: 'Noteworthy-bold';
}

.services-more-info-link {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
   background: linear-gradient(to bottom, #87ceeb, #4682b4, #1e3a5f);
    border-radius: 50px;
    margin: 10px;
    transition: background-color 0.3s ease;
}

.services-more-info-link:hover {
    background-color: #0033aa;
}








/* Etsy Section */


#etsy {
    background: linear-gradient(to top,  
  #DBF1F3,   /* Light Blue (soft, near white) */ 
  #B0E0E6,  /* Powder Blue */  
  #ADD8E6,  /* Baby Blue */  
  #87CEEB,  /* Sky Blue */  
  #5AA9E6,  /* Medium Blue */  
  #1E90FF,  /* Dodger Blue */  
  #0077BE,  /* Ocean Blue */  
  #005F99,  /* Deep Cerulean */  
  #003366,  /* Navy Blue */  
  #002147,  /* Midnight Blue */  
  #001F3F,  /* Dark Blue */  
  #000A1F   /* Deepest Blue (near black) */
);
    padding: 0;
	margin: 0;
    text-align: center;
}

.container_etsy_section {
    max-width: 1200px;
    margin: -10px 0px 0px 0px;
    padding: 0px 10px 20px 0px;
}

/* Etsy Info */
.etsy-info h2 {
    color: #fff;
    margin: 0px;
	padding: 40px 0px 10px 0px;
	font-family: 'Brullos';
}

.etsy-info p {
    color: #ffffff;
	font-family: 'Noteworthy-bold';
	text-align: center;
	text-indent: 25px;
	
	
}

/* Etsy Photos */
.etsy-shops {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.etsy-photo {
    width: 80%;
    margin: 15px auto;
    position: relative;
    text-align: center;
    padding-bottom: 40px; /* Adds space at the bottom for the button */
	max-width: 200px;
}

.etsy-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: adds rounded corners to the image */
    transition: transform 0.3s ease;
	margin: 10px auto;
	max-width: 200px;
}

.etsy-photo:hover img {
    transform: scale(1.05);
}

.etsy-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
	background-color: #1a3b61; /* Dark Blue */
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 0; /* Ensure button appears above the image */
	font-family: 'Brullos';
	width: 120px;
}

.etsy-button:hover {
    background-color: #000000; /* Light Blue */
}



#contact-me {
    margin: 0px;
    text-align: center;
    width: 100%;
        background: linear-gradient(to bottom,  
  #DBF1F3,  
#ffffff,  
  #ffffff  
  
);
}

.contact-hero-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-me-info h2 {
	 font-family: 'Brullos';
	background: linear-gradient(to bottom, #87ceeb, #4682b4, #1e3a5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-me-info p {
	 font-family: 'Noteworthy-bold';
	background: linear-gradient(to bottom, #87ceeb, #4682b4, #1e3a5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-email-btn .contact-email-link {
    display: inline-block;
    padding: 10px;
    background: linear-gradient(to bottom, #87ceeb, #4682b4, #1e3a5f);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 26px;
    margin-top: 20px;
	font-family: Brullos;
}

.contact-email-btn .contact-email-link:hover {
    background-color: #000000; /* Darker shade for hover effect */
}
























/* Responsive Design */



@media screen and (min-width: 1920px) {
    .body_container {
        margin: 0px auto;
        padding: 0;
        background-color: #000000;
        color: #ffffff; /* Changed to white */
        max-width: 1920px;
        height: auto;
        border: 4px solid rgba(44,168,247,1.00);
 
    }
	
	#home {
        background-image: url("../img/home_page/hero_image_xlarge.jpg");
    }

    #home h1 {
        font-size: 50px;
		line-height: 45px;
		padding: 10px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	
	/* Sub-header Styling */
.sub-header {
    margin-bottom: 75px;
	padding: 10px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 40px;
		line-height: 40px;
		margin: 5px 5px 5px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 24px;
		line-height: 20px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 0px 5px 0px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	
	
#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_1920px.jpg");
	    	height: auto;
    }
	
.about-photo img {
    width: 75%;
    max-width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
  
	
}
	
.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 10px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 20px;
		line-height: 26px;
		letter-spacing: .5px;
		margin: 0px 0px 15px 0px;
		text-align: center;
		max-width: 1500px;
    }
		
	
	
/* Portfolio Section */
#portfolio {
    padding: 35px 0px 40px 0px;
    text-align: center;
	height: auto;
	min-height: 1080px;
}
	
	

.portfolio-subsections {
    gap: 50px;
    margin: 50px auto 0px auto;
}
	
	
	
	.portfolio-category {
        width: calc(80% - 20px); /* 1 column */
		max-width: 500px;
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
   height: 500px;
   
}

	
	
#portfolio h2 {
    font-size: 45px;
    line-height: 50px;
	margin: 0;
	padding: 0;
		
	}
	
	
	#portfolio p {
    font-size: 20px;
    line-height: 26px;
		margin: 15px 20px;
		
	}
	
	
/* Transparent text overlay for titles */
.text-overlay {
    bottom: 100px;
    padding: 5px 10px;
    width: auto;
    width: 100%;
}
	
	
	#portfolio h3 {
    font-size: 30px;
	line-height: 30px;
		margin: 5px;
		
	}

	
	
.service-item {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    
}
	
	
.services-hero-banner {
    background-image: url("../img/services_page/hero_image_banner_1920px.jpg");
    height: 500px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

		
.services-content-header h2 {
  font-size: 45px;
	line-height: 45px;
    margin: 20px 0px 0px 0px;

}

.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}

	
.services-content-header p {
font-size: 22px;
	line-height: 26px;
    margin: 0px 0px 10px 0px;
}
	
.service-item p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}


		/* Etsy Info */
	
	
	.container_etsy_section {
    margin: -15px auto 0px auto;
    padding: 0px 10px 20px 0px;
		height: auto;
		height: 1080px;
}
.etsy-info h2 {
    font-size: 60px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
    
}

.etsy-info p {
    font-size: 24px;
	line-height: 30px;
	margin: 20px 40px 20px 40px;
	
	
}
	
.etsy-photo {
    width: 80%;
    margin: 25px auto;
    padding-bottom: 50px; /* Adds space at the bottom for the button */
	max-width: 300px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 0px auto;
	max-width: 300px;
}

	
.contact-hero-banner {
    width: 100%;
    height: 750px; 
    background-image: url("../img/contact_page/contact_hero_image_1920px.jpg"); 
	margin: 10px 0px 0px 0px;
   
}
	
#contact-me {
    padding: 50px 0px 0px 0px;
    height: 1080px;
   

}
	
.contact-me-info h2 {
    font-size: 50px;
    margin: 20px 0px 0px 0px;
}

.contact-me-info p {
    font-size: 24px;
	line-height: 30px;
    margin: 0px;
	padding: 5px 20px;
	
}

	
}

	
	

	







@media screen and (max-width: 1920px) {

		
	#home {
        background-image: url("../img/home_page/hero_image_xlarge.jpg");
    }

    #home h1 {
        font-size: 50px;
		line-height: 45px;
		padding: 10px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	
	/* Sub-header Styling */
.sub-header {
    margin-bottom: 75px;
	padding: 10px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 40px;
		line-height: 40px;
		margin: 5px 5px 5px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 24px;
		line-height: 24px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 0px 5px 0px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	
#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_1920px.jpg");
	    	height: auto;
    }
	
.about-photo img {
    width: 75%;
    max-width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
  
	
}
	
.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 10px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 20px;
		line-height: 26px;
		letter-spacing: .5px;
		margin: 0px 0px 15px 0px;
		text-align: center;
		max-width: 1500px;
    }
	
	
/* Portfolio Section */
#portfolio {
    padding: 35px 0px 40px 0px;
    text-align: center;
	height: auto;
	min-height: 1080px;
}
	
	

.portfolio-subsections {
    gap: 50px;
    margin: 50px auto 0px auto;
}
	
	
	
	.portfolio-category {
        width: calc(80% - 20px); /* 1 column */
		max-width: 300px;
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
   height: 300px;
   
}

	
	
#portfolio h2 {
    font-size: 45px;
    line-height: 50px;
	margin: 0;
	padding: 0;
		
	}
	
	
	#portfolio p {
    font-size: 20px;
    line-height: 26px;
		margin: 15px 20px;
		
	}
	
	
/* Transparent text overlay for titles */
.text-overlay {
    bottom: 100px;
    padding: 5px 10px;
    width: auto;
    width: 100%;
}
	
	
	#portfolio h3 {
    font-size: 30px;
	line-height: 30px;
		margin: 5px;
		
	}

	
	
.service-item {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    
}
	
	
.services-hero-banner {
    background-image: url("../img/services_page/hero_image_banner_1920px.jpg");
    height: 500px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

		
.services-content-header h2 {
  font-size: 45px;
	line-height: 45px;
    margin: 20px 0px 0px 0px;

}

.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}

	
.services-content-header p {
font-size: 22px;
	line-height: 26px;
    margin: 0px 0px 10px 0px;
}
	
.service-item p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}


		/* Etsy Info */
	
	
	.container_etsy_section {
    margin: -15px auto 0px auto;
    padding: 0px 10px 20px 0px;
		height: auto;
		height: 1080px;
}
.etsy-info h2 {
    font-size: 50px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
    
}

.etsy-info p {
    font-size: 24px;
	line-height: 20px;
	margin: 20px 40px 40px 40px;
	
	
}
	
.etsy-photo {
    width: 80%;
    margin: 25px auto;
    padding-bottom: 50px; /* Adds space at the bottom for the button */
	max-width: 250px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 0px auto;
	max-width: 250px;
}

	
.contact-hero-banner {
    width: 100%;
    height: 750px; 
    background-image: url("../img/contact_page/contact_hero_image_1920px.jpg"); 
	margin: 10px 0px 0px 0px;
   
}
	
#contact-me {
    padding: 0px 0px 0px 0px;
    height: 1080px;
   

}
	
.contact-me-info h2 {
    font-size: 50px;
    margin: 20px 0px 0px 0px;
}

.contact-me-info p {
    font-size: 24px;
	line-height: 30px;
    margin: 0px;
	padding: 5px 20px;
	
}

	
}

	
	










@media screen and (max-width: 1200px) {

	
	
	 .portfolio-category {
        width: calc(50% - 20px); /* 2 columns */
    }
	
	
	#home {
        background-image: url("../img/home_page/hero_image_large.jpg");
    }


.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	    #home h1 {
        font-size: 45px;
		line-height: 35px;
		padding: 10px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

	/* Sub-header Styling */
.sub-header {
    margin-bottom: 75px;
	padding: 10px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 40px;
		line-height: 35px;
		margin: 0px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 24px;
		line-height: 26px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 0px 5px 0px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	
	#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_1200px.jpg");
	    	height: auto;
    }
	
.about-photo img {
    width: 70%;
    max-width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
  
	
}
	
.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 10px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 20px;
		line-height: 26px;
		letter-spacing: .5px;
		margin: 0px 0px 15px 0px;
		text-align: center;
		max-width: 1500px;
    }
	
	.portfolio-category {
        width: calc(80% - 20px); /* 1 column */
		max-width: 300px;
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
    height: 300px; /* Adjust to fit images */
   
}

	
	
#portfolio h2 {
    font-size: 45px;
    line-height: 50px;
	margin: 0;
	padding: 0;
		
	}
	
	
	#portfolio p {
    font-size: 20px;
    line-height: 26px;
		margin: 15px 20px;
		
	}
	
	
/* Transparent text overlay for titles */
.text-overlay {
    bottom: 100px;
    padding: 5px 10px;
    width: auto;
    width: 100%;
}
	
	
	#portfolio h3 {
    font-size: 30px;
	line-height: 30px;
		margin: 5px;
		
	}

.services-hero-banner {
    background-image: url("../img/services_page/hero_image_banner_1200px.jpg");
    height: 350px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

		
.services-content-header h2 {
  font-size: 45px;
	line-height: 45px;
    margin: 20px 0px 0px 0px;

}

.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}

	
.services-content-header p {
font-size: 22px;
	line-height: 26px;
    margin: 0px 0px 10px 0px;
}
	
.service-item p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}


		/* Etsy Info */
	
	
	.container_etsy_section {
    margin: -15px 0px 0px 0px;
    padding: 0px 10px 20px 0px;
		height: auto;
		min-height: 800px;
}
.etsy-info h2 {
    font-size: 50px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
    
}

.etsy-info p {
    font-size: 22px;
	line-height: 28px;
	margin: 20px 100px 20px 100px;
	
	
}
	
.etsy-photo {
    width: 80%;
    margin: 25px auto;
    padding-bottom: 50px; /* Adds space at the bottom for the button */
	max-width: 225px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 0px auto;
	max-width: 225px;
}

	
.contact-hero-banner {
    width: 100%;
    height: 600px; 
    background-image: url("../img/contact_page/contact_hero_image_1200px.jpg"); 
	margin: 0px 0px 0px 0px;
   
}
	
#contact-me {
    padding: 0px 0px 0px 0px;
    height: 1080px;
   

}
	
.contact-me-info h2 {
    font-size: 50px;
    margin: 100px 10px 10px 10px;
}

.contact-me-info p {
    font-size: 24px;
	line-height: 30px;
    margin: 0px;
	padding: 5px 30px 10px 30px;
	
}

	
}



	

















@media screen and (max-width: 768px) {
#home {
        background-image: url("../img/home_page/hero_image_medium.jpg");
    }

    #home h1 {
        font-size: 40px;
		line-height: 35px;
		padding: 10px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	
	/* Sub-header Styling */
.sub-header {
    margin-bottom: 75px;
	padding: 10px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 35px;
		line-height: 30px;
		margin: 5px 5px 5px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 20px;
		line-height: 22px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 110px 5px 10px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	

#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_768px.jpg");
	    	height: auto;
    }
	
.about-photo img {
    width: 65%;
    max-width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	
  
	
}

	.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 10px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 18px;
		line-height: 22px;
		letter-spacing: .5px;
		margin: 0px 0px 15px 0px;
    }
		
	
	
	.portfolio-category {
        width: calc(80% - 20px); /* 1 column */
		max-width: 250px;
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
    height: 250px; /* Adjust to fit images */
   
}

	
	
#portfolio h2 {
    font-size: 45px;
    line-height: 50px;
	margin: 0;
	padding: 0;
		
	}
	
	
	#portfolio p {
    font-size: 18px;
    line-height: 22px;
		margin: 5px 30px;
		
	}
	
	
/* Transparent text overlay for titles */
.text-overlay {
    bottom: 100px;
    padding: 5px 10px;
    width: auto;
    width: 100%;
}
	
	
	#portfolio h3 {
    font-size: 30px;
	line-height: 30px;
		margin: 5px;
		
	}

.services-hero-banner {
    background-image: url("../img/services_page/hero_image_banner_768px.jpg");
    height: 450px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

		
.services-content-header h2 {
  font-size: 45px;
	line-height: 45px;
    margin: 20px 0px 0px 0px;

}

.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}

	
.services-content-header p {
font-size: 22px;
	line-height: 26px;
    margin: 0px 0px 10px 0px;
}
	
.service-item p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}


		/* Etsy Info */
	
	
	.container_etsy_section {
    margin: -15px 0px 0px 0px;
    padding: 0px 10px 20px 0px;
		height: auto;
		min-height: 1080px;
}
.etsy-info h2 {
    font-size: 50px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
    
}

.etsy-info p {
    font-size: 22px;
	line-height: 26px;
	margin: 20px 10px 20px 10px;
	
	
}
	
.etsy-photo {
    width: 50%;
    margin: 20px auto;
    padding: 0px 10px 30px 10px; /* Adds space at the bottom for the button */
	max-width: 175px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 10px auto;
	max-width: 175px;
}

	
.contact-hero-banner {
    width: 100%;
    height: 650px; 
    background-image: url("../img/contact_page/contact_hero_image_768px.jpg"); 
	margin: 30px 0px 0px 0px;
   
}
	
#contact-me {
    padding: 50px 0px 0px 0px;
    height: 1080px;
   

}
	
.contact-me-info h2 {
    font-size: 50px;
    margin: 20px 0px 0px 0px;
}

.contact-me-info p {
    font-size: 24px;
	line-height: 30px;
    margin: 20px;
	padding: 5px 20px;
	
}

	
}












@media screen and (max-width: 480px) {
#home {
        background-image: url("../img/home_page/hero_image_small.jpg");
    }

    #home h1 {
        font-size: 35px;
		line-height: 30px;
		padding: 5px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	
	/* Sub-header Styling */
.sub-header {
    margin-bottom: 45px;
	padding: 5px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 28px;
		line-height: 28px;
		margin: 5px 5px 0px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 18px;
		line-height: 22px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	
	
		
	#about {
        padding: 10px 3%;
		 background-image: url("../img/about_page/about_page_photo_480px.jpg");
	    	height: auto;
    }
	
.about-photo img {
    width: 70%;
    max-width: 350px;
	margin: 0px;
	
  
	
}

	.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 16px;
		line-height: 22px;
		letter-spacing: .5px;
		margin: 10px 0px 0px 0px;
    }
		
		
	.portfolio-category {
        width: calc(90% - 20px); /* 1 column */
		max-width: 250px;
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
    height: 250px; /* Adjust to fit images */
   
}

	
	
#portfolio h2 {
    font-size: 35px;
    line-height: 35px;
		
	}
	
	
	#portfolio p {
    font-size: 20px;
    line-height: 26px;
		
	}
	
	
	#portfolio h3 {
    font-size: 35px;
	line-height: 35px;
		
	}

.services-hero-banner {
    background-image: url(../img/services_page/hero_image_banner_480px.jpg);
    height: 300px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

		
.services-content-header h2 {
  font-size: 45px;
	line-height: 45px;
    margin: 20px 0px 0px 0px;

}

.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}

	
.services-content-header p {
font-size: 22px;
	line-height: 26px;
    margin: 0px 10px 10px 10px;
}
	
.service-item p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}


		/* Etsy Info */
.etsy-info h2 {
    font-size: 40px;
	line-height: 40px;
    
}

.etsy-info p {
    font-size: 18px;
	line-height: 24px;
	margin: 0px 10px 20px 10px;
	
	
}
	
	.etsy-photo {
    width: 60%;
    margin: 25px auto;
    padding-bottom: 50px; /* Adds space at the bottom for the button */
	max-width: 150px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 0px auto;
	max-width: 150px;
}

.contact-hero-banner {
    width: 100%;
    height: 400px; 
    background-image: url(../img/contact_page/contact_hero_image_480px.jpg); 
   
}
	
	#contact-me {
    padding: 50px 0px 0px 0px;
    height: 800px;
   

}
	
		.contact-me-info h2 {
    font-size: 50px;
    margin: 70px 0px 0px 0px;
}

.contact-me-info p {
    font-size: 20px;
	line-height: 26px;
    margin: 10px;
	padding: 5px 10px;
	
}

	
}









@media screen and (max-width: 300px) {
    #home {
        background-image: url("../img/home_page/hero_image_xsmall.jpg");
		height: 550px;
    }

    #home h1 {
        font-size: 26px;
		line-height: 26px;
		padding: 5px;
		 margin: 50px 0px 0px 0px;
		letter-spacing: 1px;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
    }

.overlay {
    width: 90%;
    height: 100%;
    padding: 0px;
	margin: 0px;
	
}
	
	
#home h1, .sub-header {
	border-radius: 10px;
}

	
	/* Sub-header Styling */
.sub-header {
    margin-bottom: 45px;
	padding: 5px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	width: 90%;
}
	
    .sub-header h2 {
        font-size: 24px;
		line-height: 24px;
		margin: 5px 5px 0px 5px;
		padding: 0;
		text-shadow: 2px 2px rgba(0,0,0,1.00);
		
    }

    .sub-header p {
        font-size: 13.5px;
		line-height: 18px;
		 font-family: 'Noteworthy-bold';
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-shadow: 1px 1px rgba(0,0,0,1.00);
    }
	

	
	
	#about {
        padding: 0px 3%;
		 background-image: url("../img/about_page/about_page_photo_300px.jpg");
		height: auto;
	
    }
	
.about-photo img {
    width: 75%;
    max-width: 300px;
	margin-top: 10px;
  
	
}

	.about-text h2 {
        font-size: 40px;
		padding: 0px;
			margin: 20px 0px 0px 0px;
    }

    .about-text h3 {
        font-size: 26px;
		margin: 20px 0px 0px 0px;
		
    }

    .about-text p {
        font-size: 16px;
		line-height: 22px;
		letter-spacing: .5px;
		margin: 10px 0px 10px 0px;
    }
			
	
	
	.portfolio-category {
        width: calc(100% - 20px); /* 1 column */
		
    }
	
	/* Image container */
.image-container {
    width: 100%;
    height: 250px; /* Adjust to fit images */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	
#portfolio h2 {
    font-size: 30px;
    line-height: 30px;
		
	}

	#portfolio p {
    font-size: 18px;
    line-height: 24px;
		
	}
	
	
	#portfolio h3 {
    font-size: 30px;
	line-height: 30px;
		
	}
	
	
.services-hero-banner {
    background-image: url(../img/services_page/hero_image_banner_300px.jpg);
    height: 176px;
    }
	
	.services-content {
        flex-direction: column;
        align-items: center;
        padding: 0px; /* Reduce padding */
    }

	
.services-content-header h2 {
  font-size: 40px;
	line-height: 40px;
    margin: 20px 0px 0px 0px;

}

	
.service-item h3 {
  font-size: 30px;
	line-height: 30px;

}


.services-content-header p {
font-size: 18px;
	line-height: 24px;
    margin: 0px 10px 10px 10px;
}

	/* Etsy Info */
.etsy-info h2 {
    font-size: 35px;
	line-height: 40px;
    
}

.etsy-info p {
    font-size: 16px;
	line-height: 20px;
	margin: 10px 10px;
	
}
	.etsy-photo {
    width: 60%;
    margin: 25px auto;
    padding-bottom: 50px; /* Adds space at the bottom for the button */
	max-width: 200px;
}

.etsy-photo img {
   
    width: 100%;
    height: auto;
	margin: 0px auto;
	max-width: 200px;
}

	
.contact-hero-banner {
    width: 100%;
    height: 250px; 
    background-image: url(../img/contact_page/contact_hero_image_300px.jpg); 
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   
}



#contact-me {
    padding: 10px 0px 0px 0px;
	margin: 0px; 
    height: 550px;
   

}
	
.contact-me-info h2 {
    font-size: 36px;
	line-height: 36px;
    margin: 20px 0px 0px 0px;
}

.contact-me-info p {
    font-size: 16px;
	line-height: 20px;
    margin:5px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	
}

	
}


