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

body {
    background-color: #e8e0d4;
  
}

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

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

.book-a-class-hero h1{
    font-size: 60px;
    color: #f5f3ef;
}

/* Intro Sectionn */
.intro-content {
   	margin-top: -100px;
    padding-top: 150px;
	background-color: #e8e0d4;
}

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

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

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


/* How to Book Your Spot section */
.book-headline{
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #5e4636;
  margin-bottom: 15px;
}

.book-text1,
.book-text2{
  font-size: 20px;
  line-height: 1.7;
  color: #5e4636;
}

.book-images img{
  border-radius: 8px;
}

.book-text3 {
    font-size: 20px;
    color: #5e4636;
    max-width: 500px;
}

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