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

body {
    background-color: #e8e0d4;
  
}

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

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

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


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

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

.single-text {
    font-size: 20px;
    color: #5e4636;
    max-width: 500px;
    line-height: 1.6;
	font-family: 'Playfair Display', serif;
}

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

.class-btn {
	display: inline-block;
	margin-top: 15px;
	float: right;
}


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

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

.membership-text {
    font-size: 20px;
    color: #5e4636;
    max-width: 500px;
    line-height: 1.6;
	font-family: 'Playfair Display', serif;
}

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

