@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 */
h1 {
	font-family: "Aubrey", system-ui;
	font-weight: 800;
	font-size: 40px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 25px;
}
h1.about {
	font-family: "Roboto";
	font-weight: 100;
	font-size: 50px;
	text-align: center;
	margin-bottom: 0;
	float: left;
}
h2 {
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1em;
}
h3 {
	text-align: center;
	text-transform: capitalize;
	margin: 10px 0;
}
h4 {
	margin: 20px 0;
}
p.enroll {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
p.subtitle {
	font-weight: 300;
	text-align: center;
}
p.name {
	font-weight: 700;
	text-transform: capitalize;
}
p.skilllevel {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}
p.featured {
	font-weight: 600;
}
p.feature-content {
	margin: 20px 0;
}
p.enroll-content {
	margin: 20px 0;
}
small {
	font-size: 13px;
	text-transform: capitalize;
}
span.price {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}
sup.price {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

/* 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;
}

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

.small-master {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}

.small-master img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
    object-fit: cover;
}

/* FEATURE LESSONS */
#feature {
	margin-top: 20px;
}
#featured-content {
	margin-bottom: 20px;
	float: left;
	width: 600px;
}
.feature-content {
	margin-bottom: 10px;
}
#enroll {
	background-color:  #C6A49A;
	border-radius: 10px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 40px;
	text-align: center;
	color: #ffffff;
	width: 340px;
}
.price {
	background-color: #E3CFB4;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 100%;
	border: 3px solid white;
	width: 100px;
	height: 100px;
  	margin: auto;
  	font-size: 35px;
  	font-weight: 600;
  	color: #E94E77;
  	align-items: center;
  	line-height: 75px;
}
.join {
	background-color: #E94E77;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 10px;
	width: 50%;
  	margin: auto;
}
/* MASTERCLASS */
#lessons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.lessons {
	background-color: #ffffff;
	width: 225px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	border-radius: 10px;
}
.lessons: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;
}