@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;
}


/* 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: 100%;
}
main {
	min-height: 80vh;

}

/* 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: #ffffff;
}
section.tan {
	background-color: #EEEBE6;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}
#map {
	padding: 0;
}
iframe {
	border: 0;
	width: 100%;
}

/* 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;
}
h4 {
	text-transform: uppercase;
}
p {
	margin: 10px 0;
}
p.subtitle {
	font-weight: 300;
	margin: 10px 0;
}
p.name {
	font-weight: 700;
	margin-top: 10px;
}
p.text-mobile {
	display: none;
}

/* FEATURE */
#feature {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#feature-text {
	padding-right: 10px;
	flex-basis: 66.67%;
}
p.feature-text {
	margin: 20px 0;
}
#feature-text h3 {
	text-align: left;
	text-transform: capitalize;
}
#cta {
	background-color:  #C6A49A;
	border-radius: 10px;
	margin-top: 10px;
	padding: 15px;
	text-align: center;
	color: #ffffff;
	width: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	height:380px;
}
#cta p {
	margin: 10px;
}
#enroll {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
#price {
	background-color: #E3CFB4;
	padding: 10px;
	text-transform: uppercase;
	border: 3px solid #ffffff;
	width: 100px;
	height: 100px;
  	margin: auto;
  	color: #E94E77;
  	line-height: 75px;
	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, #videos {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
}
.lesson, .video {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
}
.lesson {
	font-size: 16px;
	flex-basis: 24%;
	box-sizing: border-box;
}
.video {
	width: 32%;
}
.page {
	margin: 10px 0;
	background-color: #E3CFB4;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}
.lesson p {
	margin-bottom: 10px;
}
.skill-level {
	font-size: 14px;
	text-transform: uppercase;
	width: 100px;
	padding: 10px;
	background-color: #E94E77;
	margin-top: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: flex-end;
}
p.level {
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	margin: 0;
	padding: -10px 0 0;
}

/* ABOUT */
#pagelabel {
	background-color: #C6A49A;
	background-image: url(../images/bg_tile.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;
	text-align: center;
}
#headmaster img {
	border-radius: 30px;
	width: 275px;
}
#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;
}

/* CONTACT */
#contact {
	width: 1005;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
#message {
	flex-basis: 60%;
}
#address {
	flex-basis: 30%;
}
#address p {
	text-transform: capitalize;
}
.contact-details {
	margin-bottom: 10px;
	display: flex;
}
.contact-details label {
	font-weight: 600;
	text-transform: capitalize;
	flex-basis: 70px;
}

/* SOCMED */
#socmed {
	width: auto;
}
#socmed ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#socmed ul li {
	margin: 0;
}
#socmed ul li svg {
	width: 30px;
	opacity: 0.5;
	transition: margin-top 0.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 label[for="visitor-skill"] {
	display: flex;
}
.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-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 {
	text-transform: capitalize;
	margin: 0 5px;
}
.form-group input[type="submit"] {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 10px 20px;
	background-color: #E94E77;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.form-group input[type="submit"]:hover {
	background-color: #000000;
}
.form-row {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.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;
	flex-wrap: wrap;
	gap: 20px;
}
#skill-level-options .form-row {
	margin-bottom: 0;
}
#interest-group {
    display: flex;
    align-items: flex-start;
}
#interest-options {
    display: flex;
    flex-direction: column;
}
#interest-options .form-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 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: 10px 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;
	border: 0;
	display: block;
}

/* Feed */
#ugc .ugc-status {
	text-align: center;
	font-weight: 300;
	margin: 10px 0 30px;
}
#ugc .ugc-error {
	font-weight: 400;
}
#ugc .ugc-feed {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
#ugc .ugc-card {
	background-color: #EEEBE6;
	border-radius: 10px;
	padding: 18px 18px 16px;
}
#ugc .ugc-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
#ugc .ugc-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #C6A49A;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	text-transform: uppercase;
}
#ugc .ugc-meta p {
	margin: 0;
}
#ugc .ugc-name {
	font-weight: 700;
	text-transform: capitalize;
}
#ugc .ugc-time {
	font-size: 0.85em;
	opacity: 0.7;
}
#ugc .ugc-topic {
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 8px;
}
#ugc .ugc-text {
	margin: 0;
	line-height: 1.5;
}
#ugc .ugc-actions {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
#ugc .ugc-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background-color: #E94E77;
	padding: 10px 18px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}
#ugc .ugc-btn:hover {
	background-color: #000000;
}
#ugc .ugc-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}