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

body {
    background-color: #e8e0d4;
  
}

h1, h2, h3, h4, h5, p {
    font-family: 'Playfair Display', serif;
}

/* CLASS PAGE*/

/* Hero */
.classes-hero{
	background-color: #6b4a36;
	height: 300px;  
    width: 100%;
	display: flex;
    align-items: center;
    padding-left: 60px;	
}

.classes-hero h1{
    font-size: 60px;
    color: #f5f3ef;
}


/* Our Mission Section */
.classes-title {
	font-size: 40px;
	color: #5e4636;
	align-content: center;
}

.classes-text {
	font-size: 20px;
	color: #5e4636;
	max-width: 700px;
	margin: 0 auto;
}

/* Mat Pilates Section */
.pilates-content {
   	margin-top: -100px;
    padding-top: 150px;
	background-color: #f5f3ef;
}

.pilates-title {
    font-size: 40px;
    color: #5e4636;
    margin-bottom: 30px;
}

.pilates-text {
    font-size: 20px;
    color: #5e4636;
    max-width: 500px;
    line-height: 1.6;
	
}

.pilates-image {
    border-radius: 8px;
}


/* Yoga Section */
.yoga-content {
   	margin-top: -100px;
    padding-top: 150px;
	background-color: #f5f3ef;
}

.yoga-title {
    font-size: 40px;
    color: #5e4636;
    margin-bottom: 30px;
}

.yoga-text {
    font-size: 20px;
    color: #5e4636;
    max-width: 500px;
    line-height: 1.6;
}

.yoga-image {
    border-radius: 8px;
}


/* YOGA SUBPAGE */

/* Benefits of Yoga */
.benefits-of-yoga {
	background-color: #f5f3ef;
}

.benefits-title {
	font-size: 35px;
	color: #5e4636;
}

.benefits {
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	color: #5e4636;
}

/* What levels we offer Section */
.what-we-offer {
    background-color: #f5f3ef;
}

.what-we-offer h2 {
    color: #5e4636;
	font-size: 40px;
}

.what-we-offer h4 {
    color: #6b4a36; 
    margin-top: 10px;
	font-size: 25px;
}

.what-we-offer p {
    color: #6b4a36;
    font-size: 15px;
}


.faq-section h2 {
	color: #6b4a36;
	font-size: 40px;

}

.faq-section p {
	color: #6b4a36;
	font-size: 20px;
	
	
	
}




