:root{
 	 --darkpink:#E94E77;
    --lighttan:#EEEBE6;
    --rose:#D68189;
    --tan:#C6A49A;
    --ivory:#E3CFB4;	
}


/**Overall CSS**/
body{
	font-family: "Roboto", sans-serif;
	margin: 0;
}

img{
	width: 100%;
}

h1 {
	font-family: "Aubrey", cursive;
	font-size: 48px;
	text-align: center;
}

p {
	font-size: 18px;
}

/**Header**/
#logo-container {
	float: left;
	width: 400px;
}

header {
	background-color: white;
	padding: 20px 30px;
	overflow: hidden;
}

header img.dark-version {
	display: none;
}

header.dark img.light-version{
	display: none;
}

header.dark img.dark-version{
	display: inherit;
}

header.dark{
	background-color: var(--tan);
}

/**Navigation Bar**/
header nav ul {
	float: right;
	padding: 30px;
}

header nav ul li{
	list-style: none;
	margin-left: 20px;
	display: inline-block;
}

header nav ul li a{
	background-color: var(--rose);
	text-decoration: none;
	color: white;
	padding: 15px 20px;
	border-radius: 10px;
	position: relative;
	top: 0;
	transition: top .2s;
}

header nav ul li a:hover{
	background-color: var(--darkpink);
	top: -10px;
}

/**Sections**/
.section {
	padding: 30px 30px;
}

.container {
	width: 960px;
	margin: 50px auto;
}

.bgcolor {
	background-color: var(--lighttan);
}

h2.section-title {
	text-align: center;
	letter-spacing: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 6px;
	margin-right: -1em;
}

p.section-subtitle {
	text-align: center;
	margin-top: 6px;
	font-weight: 300;
}

/**Featured Lesson**/
.featured-container {
	overflow: hidden;
}

.featured-img img {
	border-radius: 10px;
}

.featured-text {
	display: flex;
	align-items: flex-start;
}

.featured-desc {
	width: 65%;

}

.featured-cta {
	margin-top: 30px;
	background-color: var(--tan);
	padding: 20px;
	text-align: center;
	color: white;
	border-radius: 10px;
	width: 30%;
}

.price {
	background-color: var(--ivory);
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 40px;
	border: 3px solid white;
}

.price span{
	display: inline-block;
	margin-top: 25px;
	color: var(--darkpink);
}

.featured-cta sup{
	font-size: 18px;
}

a.button {
	background-color: var(--darkpink);
	padding: 10px 20px;
	color: white;
	border-radius: 10px;
	cursor: pointer;
}

a.button:hover{
	background-color: black;
}

/**MasterClass**/

.masterclass-grid {
	display: grid;
 	grid-template-columns: repeat(4, 1fr);
 	gap: 8px;
 	padding: 2px;
}

.masterclass-card {
 	background-color: white;
  	border-radius: 15px;
 	padding: 10px;
  	text-align: center;
  	display: flex;
  	flex-direction: column;
  	height: 100%;
}

.masterclass-card img {
  	border-radius: 10px;
  	margin-bottom: 15px;
}

.masterclass-card h2 {
	 margin: 6px 0 8px;
  font-size: 20px;
}

.masterclass-card p {
	text-align: left;
 	font-size: 15px;
 	line-height: 1.5;
 	flex-grow: 2;
 	margin-bottom: 6px;
}

.skill {
	margin-top: 4px;
  	background-color: var(--darkpink);
  	color: white;
  	padding: 8px 12px;
 	border-radius: 10px;
 	width: fit-content;
}

.skill strong {
  font-weight: 700;
  color: white;
  font-size: 25px;
}

.skill span {
  color: black;
  font-size: 13px;
  font-weight: 400;
}

/*Footer*/

footer {
	background-color: var(--tan);
	color: white;
	padding: 30px 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.footer-left {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.footer-left img {
	width: 200px;
	height: auto;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: -10px;
}

.footer-text p {
	color: black;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

footer p {
	color: black;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

footer b {
	color: black;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	align-self: center;
	margin-right: -10px;
}

/*Page Titles*/
section.page-title {
	background-color: var(--tan);
	background-image: url("../images/bg_tile.png");
	color: white;
	padding: 5px 20px;
}

section.page-title h1{
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-shadow: 0 0 15px 15px rgba(0,0,0,.2);
}

/*About*/
.about-content h3,
.about-content small
{
	margin: 0;
	text-align: center;
}

.master-container {
  	display: flex;
  	justify-content: center;
  	align-items: flex-start;
  	gap: 140px;
}

/*Origami Masters*/
.master-content {
 	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.master-content img {
	border-radius: 50%;
	margin-bottom: 10px;
	width: 220px;
  	height: 220px;
 	object-fit: cover;
}

/*Titles*/
.section-title {
  	letter-spacing: 4px;
  	font-weight: 400;
  	text-align: center;
  	margin-bottom: 10px;
}

.section-subtitle {
  	font-size: 14px;
  	margin-bottom: 40px;
  	color: black;
  	text-align: center;
}

 /*School Masters*/
.school-head {
 display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.school-head img {
	width: 300px;
	height: 300px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 10px;
}

.school-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.school-card {
	 display: flex;
    flex-direction: column;
    align-items: center;
}

.school-card img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

.school-card h4 {
	margin: 8px 0 0;
	font-size: 14px;
}

.school-card small {
	font-size: 12px;
}