@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#welcome, h2, h3, p.subtitle {
	text-align: center;
}
h1#welcome, h3, p.name, small {
	text-transform: capitalize;
}
h1#welcome {
	font-family: "Aubrey", system-ui;
	font-weight: 800;
	font-size: 40px;
	color: #000000;
	margin-bottom: 20px;
}
h1, h2 {
	font-weight: 400;
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
	color: #ffffff;
	margin: 0;
}
h2 {
	letter-spacing: 1em;
	margin: 0;
}
h3 {
	margin: 10px 0;
}
p.subtitle {
	font-weight: 300;
	margin: 10px 0;
}
p.name {
	font-weight: 700;
	margin-top: 10px;
}

/* MEDIA + UGC */
img {
	max-width: 100%;
	border-radius: 10px;
}
iframe {
	border: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* BASE */
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

header {
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
}
#logo {
	width: 400px;
}
nav {
	margin-left: auto;
}
nav ul {
	display: flex;
}
nav ul li {
	list-style: none;
	margin-left: 20px;
}
nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px;
	background-color: #D68189;
	border-radius: 10px;
	position: relative;
	top: 0;
	transition: top .2s;
}
nav ul li a:hover {
	background-color: #E94E77;
	top: 10px;
}
main, section, footer {
	width: 100vh;
}

/* FOOTER */
footer {
	font-size: 13px;
	text-transform: capitalize;
	padding: 10px 30px;
	background-color: #C6A49A;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer img {
	width: 200px;
}
p#copyright {
	margin-left: 10px;
	margin-right: auto;
}

/* SECTION */ 
section {
	padding: 30px;
}
section.white {
	background-color: #fffffff;
}
section.mel {
	background-color: #EEEBE6;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

/* FEATURE */
#feature {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#feature-text {
	padding-right: 10px;
	flex-basis: 66.67%;
}
#feature-text h3 {
	text-align: left;
	text-transform: capitalize;
}
#cta {
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	background-color: #C6A49A;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	flex-basis: 33.33%;
	align-items: center;
	align-content: center;
}
#cta p {
	margin: 10px;
}
#enroll {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
#price {
	color: #E94E77;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background-color: #E3CFB4;
	display: flex;
	justify-content: center;
	align-items: center;
}
#price:hover {
	border: 3px solid #E94E77;
}
#price sup {
	padding: 0;
	margin-top: -10px;
}
#price span {
	font-size: 40px;
	font-weight: 800;
}
a#button {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #E94E77;
	cursor: pointer;
}
a#button:hover {
	background-color: #000000;
}

/* LESSONS */
#lessons {
	display: flex;
	justify-content: space-between;
}
.lesson {
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	flex-basis: 24%;
	box-sizing: border-box;
}
.page {
	margin: 10px 0;
	background-color: #E3CFB4;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}
.lessons p {
	margin: 10px;
}
.skill-level {
	font-size: 14px;
	text-transform: uppercase;
	width: 100px;
	padding: 10px;
	border-radius: 10px;
	background-color: #E94E77;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}
p.level {
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	padding: -10px 0 0;
}

/* ABOUT */
#pagelabel {
	background-color: #C6A49A;
	background-image: url(../images/bg_title.png);
}
#masters {
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.master {
	margin: 20px 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	flex-basis: 50%;
}
.master img {
	border-radius: 50%;
}
#schoolmasters {
	display: flex;
	justify-content: space-between;
}
#headmaster, #faculty {
	flex-basis: 50%;
	box-sizing: border-box;
}
#faculty {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#faculty img {
	width: 120px;
	border: 5px solid #EEEBE6;
}
#faculty img:hover {
	border: 5px solid #E94E77;
}

/* SOCMED */
#socmed {
	width: auto;
}
#socmed ul{
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
	justify-content: flex-start;
	align-items: center;
}
#socmed ul li{
	margin: 0;
}
#socmed ul li svg {
	width: 30px;
	opacity: 0.5;
	transition: margin-top .2s;
}
#socmed ul li svg:hover {
	opacity: 1;
	margin-top: 5px;
}

/* FORM */
.form-group {
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
}
.form-group label {
	text-transform: capitalize;
	flex-basis: 100px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group select,
.form-group textarea, {
    font-size: 16px;
    border-radius: 10px;
    background-color: #EEEBE6;
    border: none;
    padding: 10px;
    flex: 1 1 250px;
}
.form-group select {
	width: 100%;
	height: 44px;
	padding: 10px;
}
.form-group span {
	margin: 0 5px;
}
.form-group input, 
.form-group select, 
.form-group textarea, { 
    min-width: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none; !important;
}
.form-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}
.form-row input[type="radio"],
.form-row input[type="checkbox"] {
	transform: scale(1.3);
	cursor: pointer;
}
.form-row span {
	line-height: 1.2;
}
#skill-level-options {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
#skill-level-options .form-row {
	margin-bottom: 0;
}
.form-group input[type="submit"] {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E94E77;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}
.form-group input[tye="submit"]:hover {
	background-color: #000000;
}

/* UGC */
/* UGC Form (override global iframe 16:9 video rule) */
#ugc .ugc-form {
	margin-bottom: 40px;
}
#ugc .ugc-subtitle {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 12px;
}
#ugc .ugc-note {
	text-align: center;
	font-weight: 300;
	margin: 10 px 0 0;
}
#ugc .ugc-form-frame {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #EEEBE6;
	padding: 10px;
}
#ugc .ugc-form-iframe {
	width: 100%;
	aspect-ratio: auto;
	height: 780px; *adjust if needed*/
	border: 0;
	display: block;
}

/* FEED */
#ugc .ugc-status {
	text-align: center;
	font-weight: 300;
	margin: 10px 0 30px;
}

