@charset "UTF-8";
/* CSS Document */
/*headline: font-family: "IBM Plex Sans", sans-serif;
paragraph: font-family: "EB Garamond", serif;
*/
/*Innerbloom:
	olive green: #7DA63F;
	pastel beige: #F2EDD0;
	toasted caramel: #A6662E;
	chestnut brown: #8C4E2A;
	cool grey: #F2F2F2;
	cosmic blue: #005CFF;
	amber light: #FFB347;
	charcoal black: #1C1C1C;
*/
* { 
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3 {
  font-family: "IBM Plex Sans", sans-serif;
}

p {
  font-family: "EB Garamond", serif;
  font-size: 1.1em;
  line-height: 1.6;
}  

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article {
  text-align: center;
}

/* Main navigation*/
#mainNav {
  overflow: hidden;
  margin: 0;
  display: block;
  position: fixed;
  background-color: #1C1C1C;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  height: 47px;
}

/* Style the links inside the nav bar*/
#mainNav a {
  float: left;
  margin: 0;
  display: inline-block;
  color: #F2F2F2; /* cool grey text */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; /* removes underline */
}

#mainNav-right {
	float: right;
}

/*Change the color of links on hover*/
#mainNav a:hover {
	background-color:#FFB347;
	color:#F2F2F2;
	font-weight: 900;
}

/*Add a color to the active/current link*/
#mainNav .active {
  background-color: #FFB347;
  color: #F2F2F2;
}

/* Clear floats after the colums */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*header style*/
.home_bg {background:#F4A950 url("../images/woman-running-1.jpg") no-repeat center center;
	background-size: cover;
	height: 600px;
	margin-top: 20px
}

.home_bg h1 {
  font-family: 'Anton', sans-serif;
  color: #1C1C1C;
  font-size: 6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  text-align: right;
  padding-right: 60px;
  padding-top: 80px; 
  max-width: 400px;
  margin-left: auto;
}


/*flexbox container*/
.container {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: baseline;
	        padding-bottom: 80px;
}

.element {
	  margin: 0;
	  padding: 0.5em;
	  flex-basis: 30%; /*column width for 3 columns*/
	  text-align: left;
}

.element h2 {
		font-size: 2em;
		text-align: center;
		font-weight: 900;
		color: #1A1A1A;
	    min-height: 80px;
}


/*Home - Flexbox Each Column background images*/
.basic {
	   background: white url("../images/fitness.jpg") no-repeat center;
	   background-size: cover;
       height: 400px;
}

.anatomy {
	      background: white url("../images/toast-3.jpg") no-repeat center;
	      background-size: cover;
          height: 400px;
}

.structure {
	      background: white url("../images/mindfulness.jpg") no-repeat center;
	      background-size: cover;
          height: 400px;
}






/*-----Start of the About page-----*/
.container_about {
	        display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: baseline;
}

.about_bg { background:#F4A950 url("../images/friend-workout.jpg") no-repeat center center;
	background-size: cover;
	height: 600px;
	margin-top: 20px;
}

.about_bg h1 {
	text-align: left;
	color: #F9F9F9;
	font-size: 6em;
	line-height: 1;
	padding-left: 40px;
	padding-top: 200px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.the_vision {
  text-align: center;
  padding: 25px 12% 60px 12%;
  background-color: #ffffff;
}

.the_vision h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5em;
  color: #1C1C1C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.the_vision p {
  font-family: 'EB Garamond', serif;
  font-size: 1.3em;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 800px;
  margin: 0 auto;
}

.about {
  text-align: center;
  padding: 30px 12%;
  background-color: #ffffff;
}

.about h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5em;
  color: #1C1C1C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.about p {
  font-family: 'EB Garamond', serif;
  font-size: 1.3em;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 800px;
  margin: 0 auto;
}






/*--- Community Sneak Peek Section ---*/
.community_section {
  background-color: #ffffff;
  padding: 20px 10%;
}

.community_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.community_image {
  flex: 1;
  min-width: 300px;
  height: 320px;
  background-image: url("../images/community.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.community_text {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}	

.community_text h3 {
  font-family: 'Anton', sans-serif;
  font-size: 2.5em;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.community_text p {
  font-family: 'EB Garamond', serif;
  font-size: 1.3em;
  line-height: 1.6;
  color: #3d3d3d;
}

.community-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #111111;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-top: 20px;
  align-self: flex-end;
}

.community-btn:hover {
  background-color: #f2f2f2;
}






/* --- Blog Section --- */
.blog-section {
  padding: 40px 5% 120px;
  background-color: #ffffff;
}

.blog-heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 32px;
}

.blog-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto; 
}


.blog-card {
  flex: 0 0 36%;
  max-width: 32%;
  background-color: #f9f9f9;
  padding: 16px;
  box-sizing: border-box;
}

.blog-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}

/* Background images here */
.blog1::before {
  background-image: url('../images/woman-treadmil.jpg');
}

.blog2::before {
  background-image: url('../images/smoothie.jpg');
}

.blog3::before {
  background-image: url('../images/woman-praying.jpg');
}

.blog-category {
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.blog-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

.blog-text {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}








/*-----Start of the Mindfulness page-----*/

.mindfulness_bg {
	background: #000 url("../images/Energy_bg.jpg") no-repeat center center;
	background-size: cover;
	height: 600px;
	margin-top: 20px;
}

.mindfulness_bg h1 {
	text-align: left;
	color: #F9F9F9;
	font-size: 6em;
	line-height: 1;
	padding-left: 40px;
	padding-top: 250px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ----- Mindfulness Intro Section ----- */
.mindfulness-intro {
  background-color: #ffffff;
  padding: 40px 12%;
  text-align: center;
}

.mindfulness-intro h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5em;
  color: #1C1C1C;
  margin-bottom: 15px;
}

.mindfulness-intro p {
  font-family: 'EB Garamond', serif;
  font-size: 1.2em;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 800px;
  margin: 0 auto;
}

/*----- Mindfulness Meditation Grid -----*/
.meditation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 10% 140px;
  background-color: #ffffff;
}

.meditation-card {
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease;
  text-align: center;
}

.meditation-card:hover {
  transform: scale(1.03);
}

.meditation-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8em;
  margin: 0 auto;
  text-align: center;
}

.meditation-card p {
  font-family: 'EB Garamond', serif;
  font-size: 1.1em;
  margin-top: 8px;
  text-align: center;
}

/* Individual card backgrounds */
.meditation1 {
  background-image: url("../images/Mindfulness_1.jpg");
}

.meditation2 {
  background-image: url("../images/Mindfulness_2.jpg");
}

.meditation3 {
  background-image: url("../images/Mindfulness_3.jpg");	
}

.meditation4 {
  background-image: url("../images/Mindfulness_4.jpg");
}

.meditation5 {
  background-image: url("../images/Mindfulness_5.jpg");
}

.meditation6 {
  background-image: url("../images/Mindfulness_6.jpg");
}






/*----- Start of Contact Page -----*/
.contact-section {
  background-color: #ffffff;
  padding: 80px 12%;
  text-align: center;
  padding-bottom: 230px;	
}

.contact-section h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2em;
  color: #1C1C1C;
  font-weight: 500; 
  margin-bottom: 50px; 
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  font-family: 'EB Garamond', serif;
  font-size: 1.1em;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}


.contact-form button {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1em;
  background-color: #1C1C1C;
  color: #ffffff !important; /* force white text */
  border: none;
  padding: 12px 28px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.contact-form button:hover {
  background-color: #000000; 
}







/* Footer styling */
footer {
  background-color: #1C1C1C;
  color: white;
  text-align: center;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}