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

body {
    background-color: #e8e0d4;
}

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

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

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


/* Class Schedule Section */
.class-schedule {
    background-color: #e8e0d4;
}

.class-schedule h2 {
    color: #5e4636;
	font-size: 30px;
	text-align: left;
}

.class-schedule h4 {
    color: #6b4a36; 
    margin-bottom: 30px;
	font-size: 20px;
	text-align: left;
}

.class-schedule p {
    color: #6b4a36;
    font-size: 15px;
	text-align: left;
}

.class-time {
	list-style: none;
	color: #6b4a36;
    font-size: 20px;
	text-align: left;
	font-family: 'Playfair Display', serif;
}

.class-time li {
	margin-bottom: 5px;
}
