body {
	background-color: #fff;
	color: #777;
	font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Crete Round', serif;
	font-weight: bold;
	color: #444;
	font-size: 45px;
	margin-bottom: 20px;
}

h2 {
	font-weight: 300;
	color: #444;
	font-size: 55px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #642094;
}

strong {
	font-weight: bold;
}

small {
	font-size: 13px;
	color: #777;
	font-style: italic;
}

.clear {
	clear: both;
}

.wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}



/****** HEADER SECTION *********/
header {
	height: 120px;
}

header h1 {
	float: left;
	margin-top: 32px;
}

header h1 .color {
	color: #642094;
}

header nav {
	float: right;
}

header nav ul li {
	float: left;
	display: inline-block;
	margin-top: 50px;
}

header nav ul li a {
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-right: 20px;
}

/****** HERO IMAGE SECTION *********/
#hero-image {
	height: 580px;
	padding-top: 1px;
	background: #e8eced url('../images/Slayer-221-2NWO.jpg') no-repeat center;
}

#hero-image h2 {
	margin: 0 auto;
	color: white;
	font-size: 4vw;
	line-height: 1.2;
	padding: 0 20px;
	word-break: break-word;
	max-width: 90%;
	text-align: center;
}

#hero-image-about h2 {
	font-size: clamp(24px, 5vw, 40px);
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	color: white;
	max-width: 90%;
}

.button-1 {
	display: block;
	text-align: center;
	background: #444;
	border-radius: 3px;
	color: #fff;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	margin: 0 auto;
}

/****** ABOUT HERO IMAGE SECTION *********/
#hero-image-about {
	height: 580px;
	padding-top: 1px;
	background: #e8eced url('../images/UnicornCinnamonSugar-6-3-Header.jpg') no-repeat center;
}

#hero-image-about h2 {
	margin: 0;
	color: white;
	font-size: 6vw;
	line-height: 1.2;
	text-align: center;
	word-break: break-word;
	max-width: 90%;
}

.button-1 {
	display: block;
	text-align: center;
	background: #444;
	border-radius: 3px;
	color: #fff;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	margin: 0 auto;
}


.button-1:hover {
	background-color: #642094;
	color: #fff;
}

/****** FEATURES IMAGE SECTION *********/
#features ul {
	margin: 80px 0;
}

#features ul li {
	width: 300px;
	padding-top: 140px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#features ul li.feature-1 {
	background: url('../images/features-icon-1.png') no-repeat top center;
}
#features ul li.feature-2 {
	background: url('../images/features-icon-2.png') no-repeat top center;
}
#features ul li.feature-3 {
	background: url('../images/features-icon-3.png') no-repeat top center;
}

/****** PRIMARY CONTENT SECTION *********/
#primary-content {
	background-color: #f8fafa;
	padding: 60px 0;
	text-align: center;
}

#primary-content h3 {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 90%;
	border-bottom: 1px solid #642094;
	padding-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 1.6rem;
}

#primary-content h4 {
	display: block;
	margin: 0 auto 20px auto;
	width: 100%;
	border-bottom: 1px solid #642094;
	padding: 0 0 20px 0;
	text-align: left;
}

#primary-content a img {
	margin: 20px 0;
}

/****** SECONDARY CONTENT SECTION *********/
#secondary-content {
	padding: 60px 0;
	text-align: center;
}

#secondary-content article {
	width: 460px;
	height: 270px;
	float: left;
	background-color: #f5f5f5;
}

#secondary-content article:first-child {
	margin-right: 20px;
}

#secondary-content article .overlay {
	background: rgba(255, 255, 255, .95);
	height: 230px;
	width: 190px;
	padding: 20px;
}

article h4 {
	border-bottom: 1px solid #642094;
	padding-bottom: 20px;
}

.more-link {
	border: 1px solid #642094;
	color: #642094;
	padding: 6px 20px;
	border-radius: 3px;
}

.more-link:hover {
	background-color: #642094;
	color: #fff;
}


/****** CALL TO ACTION SECTION *********/
#cta {
	padding: 60px 0;
	text-align: center;
}

#cta h3 {
	display: block;
	margin: 0 auto 20px auto;
	width: 400px;
	border-bottom: 1px solid #642094;
	padding: 0 0 20px 0;
}

.button-2 {
	display: block;
	margin: 0 auto;
	border: 2px solid #642094;
	color: #642094;
	border-radius: 3px;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}

.button-2:hover {
	background-color: #642094;
	color: #fff;
}

/****** FOOTER SECTION *********/
footer {
	padding: 60px 0;
	background-color: #f8fafa;
}

#footer-info {
	width: 380px;
	float: left;
	margin-top: 10px;
}

#footer-links {
	width: 520px;
	float: right;
}

#footer-links ul {
	width: 150px;
	float: left;
	margin-left: 20px;
}

#footer-links ul li {
	margin: 10px 0;
}


/* Existing styles retained */

/* About Page Specific Styles */
.bio {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	max-width: 940px;
  }

.expertise-block {
	/*display: flex;
	align-items: flex-start;*/
	gap: 2rem;
	margin-bottom: 4rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	height: 300px;
  }
  
  .expertise-img {
	flex: 0 0 200px;
	max-width: 200px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	float: left;
	padding-right: 20px;
  }
  
  .expertise-text {
	flex: 1;
	padding-left: 20px;
  }
  
  
  .expertise-text p {
	line-height: 1.6;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 20px !important;
  }
  
  .appear {
	opacity: 1;
	transform: translateY(0);
  }
  
  .reading-block img {
	width: 100px;
  }

  .reading-block {
	float: left;
	width: 200px;
	text-align: center;
  }
  /* FINAL RESPONSIVE SMASHDOWN */

@media only screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	  .wrapper h3 {
		display: block;
		font-size: 1.4rem;
		line-height: 1.3;
		margin: 0 auto 20px auto;
		padding-bottom: 10px;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
		text-align: center;
		border-bottom: 1px solid #642094;
		max-width: 90%;
		padding-left: 0;
		padding-right: 0;
	}
	#cta h3 {
		width: auto;
		max-width: 90%;
		text-align: center;
		padding: 0 0 10px 0;
		margin: 0 auto 20px auto;
		border-bottom: 1px solid #642094;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
		font-size: 1.4rem;
		line-height: 1.3;
	  }
	h2, h3, h4 {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}

	header {
	  height: auto;
	}
  
	header h1,
	header nav {
	  float: none;
	  text-align: center;
	  margin: 10px 0;
	}
  
	header nav ul {
	  padding: 0;
	}
  
	header nav ul li {
	  float: none;
	  display: block;
	  margin: 10px 0;
	}

	header,
	nav,
	nav ul,
	nav ul li a {
		z-index: 2;
		position: relative;
	}
  
	#hero-image {
	  height: 300px;
	  background-size: cover;
	  background-position: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	#hero-image .wrapper {
	  	padding: 60px 20px;
	  	z-index: 1;
    	position: relative;
	}

	#hero-image-about .wrapper {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#hero-image-about{
		height: 300px;
		background-size: cover;
		background-position: center;
	}

	.expertise-block {
	  display: block;
	  height: auto !important;
	  overflow: hidden;
	  text-align: center;
	  margin-bottom: 60px;
	}
  
	.expertise-img {
	  float: none !important;
	  display: block;
	  margin: 0 auto 20px auto;
	  width: 80%;
	  max-width: 300px;
	}
  
	.expertise-text {
	  padding: 0 10px;
	  text-align: left;
	}
  
	.expertise-text h4 {
	  text-align: center;
	  font-size: 1.5rem;
	  margin-bottom: 1rem;
	  padding-bottom: 0.5rem;
	  border-bottom: 1px solid #642094;
	}
  
	.expertise-text p {
	  font-size: 1rem;
	  line-height: 1.6;
	  margin-bottom: 1rem;
	  text-align: left;
	}
  
	#primary-content p.bio {
	  text-align: center;
	  font-size: 1rem;
	  padding: 0 10px;
	}
  
	footer {
	  display: block;
	  text-align: center;
	}
  
	#footer-info,
	#footer-links {
	  width: 100%;
	  margin-bottom: 20px;
	  float: none;
	}
  
	#footer-links ul {
	  float: none;
	  text-align: center;
	  margin: 0 auto;
	}
  
	#footer-links ul li {
	  margin: 10px 5px;
	  display: inline-block;
	}
  }