/***COLORS***/
:root{
--paper:#eeebe6;
--khaki:#e3cfb4;
--tan:#c6a49a;
--mauve:#d68189;
--hotpink:#e94e77;
}

/***GLOBAL***/
body{
    margin: 0;
	padding : 0;
	box-sizing : border-box;
}
section{
    padding: 30px;
}
img{
    width: 100%;
    border-radius: 10px;
}
.conwidth{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.paper-bg{
    background-color: var(--paper);
}
ol li{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: 18px;
    font-weight: 400;
    font-style: normal;
}

/***FONTS***/
p {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: 18px;
    font-weight: 400;
    font-style: normal;
  }

h1 {
    font-family: "Aubrey", system-ui;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
  }
  
h2{
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1em;
    text-transform: uppercase;
    text-align: center;
}

h4{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    
}

.descriptions{
    text-align: center;
}
/***HEADER***/
header{
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
}
#logo-image{
    width: 400px;
}
.header-nav ul{
    list-style-type: none;
    padding-top: 30px;
	display: flex;
    flex-direction: row;
	gap: 20px;
}
nav ul li{
    font-family: "Roboto", sans-serif;
    list-style: none;
    margin-bottom: 50px;
}
nav ul li a:link, nav ul li a:visited{
    background-color:var(--mauve);
    color: white;
    font-size: 18px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 20px;
    border-radius:10px;
    transition: 0.3s;
    display: flex; 
}
nav ul li a:hover{
    background-color: var(--hotpink);
    transform: translateY(-4px);
}


/***FEATURED LESSON***/
#featured-lesson-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
#spear-tailed{
    padding-right: 30px;
}
#enroll-now{
    background-color: var(--tan);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    width: 800px;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}
.join-now{
    width: 80px;
    background-color: var(--hotpink);
    color: white;
    padding: 2px 15px;
    border-radius: 10px;
    align-items: center;
    
}
#white-circle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--hotpink);
    background-color: var(--khaki);
	border: 2px solid white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

#circle-guide{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    width: 50px;
}

#ds{
    font-size: 18px;
    font-weight: 400;
}
#num{
    margin: 0;
	padding : 0;
	box-sizing : border-box;
}

.cta-button {
	color: white;
	background-color: var(--hotpink);
	border-radius: 8px;
	padding-block: 12px;
	padding-inline: 20px;
	text-decoration: none;
    font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	display: inline-block;
	margin-top: 16px;
}
/***MASTERCLASS LESSONS***/
.lessonthumb{
    background-color: white;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
}
.skill-level-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--hotpink);
    border-radius: 10px;
    padding: 10px;
    width: 110px;
    text-decoration: none;
    transition: 0.3s;
}

.skill-level-button:hover {
    background-color: var(--tan);
    transform: translateY(-2px);
}

.rating{
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: white;
}
.skill-level{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: black;
}

/***========LESSONS PAGE========***/
.page-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--tan);
    color: white;
    font-size: 48px;
    height: 90px;
    text-shadow: 0 0 15px rgb(109, 93, 93);
}
.ml-cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--khaki);
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px; 
    height: 285px;
}

.ml-cards h4{
    margin: 10px;
}

.enroll-button {
    background-color: var(--hotpink);
    color: white;
    height: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 15px;
    transition: 0.3s;
}

.enroll-button:hover {
    background-color: black;
    transform: translateY(-1px);
}

.card-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 10px;

}

/***========ABOUT PAGE========***/
.origami-masters{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.om-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.om-box h4, p{
    margin: 1px;
}

.big-om-box{
    width: 300px;
}

.round-image{
    border-radius: 50%;
}
.sm-con{
    display: flex;
    flex-direction: row;
}
.sm-group{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
    margin-left: auto;
}
.sm-group .om-box {
    width: 175px;
    padding-bottom: 60px;
}

.sm-group .om-box .round-image {
    width: 100px;
    box-sizing: border-box;
    transition: 0.3s;
}

.sm-group .om-box .round-image:hover {
    background-color: var(--hotpink);
    padding: 4px; 
}


/***FOOTER***/
footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--tan);
    padding: 30px;
    gap: 20px;
}
#footer-logo img{
    width: 200px;
}
#footer-text{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}