/*	################################################################
	THEME CSS - Background Images
	
	This is an EXAMPLE theme file showing how to create alternative themes.
	To use this theme, replace the theme.css link in your HTML files with:
	<link href="assets/css/theme-example-spring.css" rel="stylesheet">
	
	Theme: Spring Example
	Description: This is a template showing how to create a spring-themed
	             version with different background images.
	
	INSTRUCTIONS:
	1. Copy this file and rename it (e.g., theme-spring.css)
	2. Replace the image URLs below with your spring-themed images
	3. Add your new images to the assets/img/ directory
	4. Update HTML files to link to your new theme file
################################################################# */

/* Testimonial Wrap Background (Alternative) */
#aktwrap {
	background: url(../img/theme-refresh/hero.jpg) no-repeat center top;
	margin-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 570px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Small Testimonial Wrap Background */
#aksmtwrap {
	background: url(../img/theme-refresh/hero_sm.jpg) no-repeat center top;
	margin-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 250px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/*	################################################################
	SPRING THEME NOTES
	
	Suggested Spring Theme Images:
	- Cherry blossoms or spring flowers
	- Fresh green leaves and new growth
	- Pastel colors (soft pinks, light greens, pale yellows)
	- Natural light and bright, airy scenes
	- Dewdrops on petals
	- Spring gardens or meadows
	
	Color Palette Suggestions:
	- Soft pink (#FFB6C1)
	- Mint green (#98FF98)
	- Lavender (#E6E6FA)
	- Pale yellow (#FFFFE0)
	- Sky blue (#87CEEB)
	
	Image Requirements:
	- Format: JPG or PNG
	- Size: Under 500KB (compress with TinyPNG)
	- Dimensions: Match or exceed original image sizes
	- Quality: 70-85% for JPEGs
################################################################# */
