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

body {
    background-color: #e8e0d4;
  
}

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

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

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

/* Welcome to the Wellness Bar */
.wellcome-bar-content {
   	margin-top: -100px;
    padding-top: 150px;
	background-color: #f5f3ef;
}

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

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



/* Menu */
.wellness-bar-menu {
    background-color: #e8e0d4;
}

.wellness-bar-menu h2 {
    color: #5e4636;
	font-size: 40px;
}

.wellness-bar-menu h4 {
    color: #6b4a36; 
    margin-top: 10px;
	font-size: 25px;
}

.wellness-bar-menu p {
    color: #6b4a36;
    font-size: 20px;
	text-align: left;
}




