@import url('https://fonts.googleapis.com/css2?family=Aubrey&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border-radius: 10px;
}
.clearfix {
	clear: both;
}
/* TEXT*/
#home h1 {
	text-align: center;
	font-family: 'Aubrey', cursive;
}

h1 {
	font-family: "sans-serif", system-ui;
	font-weight: 800;
	font-size: 40px;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 20px;
}
h2 {
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1em;
}
h3 {
	text-align: center;
	text-transform: capitalize;
	margin: 10px 0;
}
p.subtitle {
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px
}
p.name {
	font-weight: 700;
	text-transform: capitalize;
}
p.skilllevel {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
small {
	font-size: 13px;
	text-transform: capitalize;
}
/* BASE */
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
header {
	padding: 20px;
}
#logo {
	float: left;
}
#logo img {
	height: 100px;
}
nav {
	float: right;
}
nav ul {
	list-style: none;
}
nav ul li {
	float: left;
	padding: 20px;
	margin: 10px;
	background-color: #d68189;
	border-radius: 10px;
}
nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
footer {
	text-transform: capitalize;
	font-size: 12px;
	width: 100%;
	padding:   20px;
	background-color: #c6a49a;
}
footer img {
	float: left;
	width: 200px;
}
#copyright
{
	float: left;
	margin-left: 20px;
}
#designer
{
	float: right;
	margin-top: 15px;
}

/* SECTION*/
section {
	width: 100%;
	padding: 30px;
}
section.tan {
	background-color: #eeebe6;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;

}
#pagelabel {
	background-color: #c6a49a;
	background-image: url(../images/bg_tile.png);
}
#pagelabel h1 {
	font-weight: 400;
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
}
/* FEATURED LESSONS*/
.featured h2 {
	letter-spacing: .6em;
	text-align: center;
	margin-bottom: 5px;
}

.featured .subtitle {
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.featured img {
	width: 100%;
	border-radius: 18px;
	margin-bottom: 30px;
}

.featured-info {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.featured-text {
	width: 620px;
	font-size: 15px;
	line-height: 1.5;
}

.featured-text h3 {
	margin-bottom: 10px;
}

.featured-text ol {
	margin-left: 20px;
}

.enroll {
	width: 260px;
	background-color: #C6A49A;
	border-radius: 16px;
	padding: 25px;
	text-align: center;
	color: #ffffff;
}

.enroll h3 {
	margin-bottom: 10px;
}


.enroll button {
	background-color: #E94377;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
}

.enroll {
	width: 260px;
	background-color: #C6A49A;
	border-radius: 16px;
	padding: 30px 25px;
	text-align: center;
	color: #ffffff;
}

.enroll h3 {
	margin-bottom: 15px;
	letter-spacing: .2em;
}

.enroll p {
	margin: 15px 0;
	font-size: 14px;
}

.enroll .price {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #E94E77;  /* correct pink */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 700;
	margin: 20px auto;
	border: 3px solid #ffffff;
	color: #ffffff;
}

.enroll .button {
	display: inline-block;
	margin-top: 15px;
	background-color: #E94E77;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
}
a.button{
	background-color:#e94e77;
	padding:10px 20px;
	color:white;
	border-radius:10px;
	cursor:pointer;
}

a.button:hover{
	background-color:#000000;

}
/*ABOUT*/
#masters {
	width: 600px;
	margin: 0 auto;
}
.master-content {
	text-align: center;
	width: 50%;
	float: left;
	margin: 30px 0;
}
.master-content img {
	border-radius: 50%;
}
#headmaster {
	margin-left: 0;
	width: 275px;
}

#headmaster img {
	border-radius: 30px;
}
#lessons {
	margin-top: 20px;
}
.lesson {
	font-size: 16px;
	background-color: #ffffff;
	width: 225px;
	float: left;
	padding: 10px;
	margin-left: 20px;
}
.lesson:first-child {
	margin-left: 0;
}
.skill {
	font-size: 14px;
	width: 100px;
	background-color: #e94e77;
	margin-top: 30px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
}
.lessonmasters {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.lessonmaster-content {
	text-align: center;
	flex: 0 0 45%;
	margin-bottom: 30px;
}
.lessonmaster-content img {
	width: 114px;
	border-radius: 50%;
	border: 5px solid #EEEBE6;
}
.lessonmaster-content img:hover {
	width: 114px;
	border: 5px solid #E94E77;
}

/* MASTERCLASS LESSONS ******/
.card-container{
	display:flex;
	justify-content:space-between;
}
.card-container.lessons {
	flex-wrap:wrap;
}
.card {
	padding:10px;
	border-radius:10px;
	background-color:#ffffff;
	width:23%;
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.card img{
	border-radius:10px;
}
.card h3{
	align-self:center;
	font-size:18px;
}
.card p {
	font-size:16px;
}
.card .button
{
	padding:10px;
}
.lesson-description{
	flex-grow:1;
}
.lessons .card{
	align-items:center;
	background-color:#E3CFB4;
}
.lessons.videos .card {
	width:30%;
	background-color:#ffffff;
}
.lessons .card h3 {
	flex-grow:1;
}
