

.home-page #logo1{
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.home-page #banner{
    background-image: url(../../images/banner1.jpg);
}

.home-page #intro{
    background-color: white;
}

.home-page #intro h1{
    color: black;
    justify-content: center;
}

.home-page #intro p{
    color: black;
}





.home-page #intro1 ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.home-page #intro1 li{
    display: flex;
    align-items: center;
    color: yellow;
    margin-right: 10px;
}

.home-page #intro1 li::before{
    content: "";
    background-image: url('images/bullet1.png');
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.home-page .section-title{
    font-size: 1.75em;
    text-align: center;
    margin-bottom: 0.7em;
    color: #a7810a;
}

.home-page .home-page .major h2{
    text-align: center;
    color: #a7810a;
}

.home-page .tutor-intro{
    text-align: center;
    padding-bottom: 1.5em;
}

.home-page .tutor-headshot-circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1em auto;
}

.home-page .tutor-headshot-circle img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 34%;
}

.home-page .tutor-name{
    margin-bottom: 0.25em;
}

.home-page .tutor-title{
    display: block;
    color: #7b888b;
    font-size: 0.9em;
}

.home-page .tutor-bio{
    max-width: 900px;
    margin: 0 auto;
}

.home-page .testimonial-card{
    height: 100%;
}

.home-page .testimonial-attribution{
    display: block;
    margin-top: 0.8em;
    font-style: normal;
    font-weight: 600;
    color: #7b888b;
}

.home-page .why-row{
    justify-content: center;
}

.home-page .why-row > section{
    display: flex;
}

.home-page .why-card{
    height: 100%;
    padding: 2em 1.75em;
}

.home-page .why-card h3{
    margin-bottom: 0.75em;
}

.home-page .why-card p{
    margin-bottom: 0;
}

.home-page .skill-tile{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 0.6em;
    font-weight: 600;
    padding: 1em 0.75em;
    height: 8.25em;
    border-radius: 6px;
    background: #121212;
    border: 1px solid #f4d05c;
    color: #f2f2f2;
}

.home-page .skill-roman{
    display: inline-block;
    min-width: 2.4em;
    color: #a7810a;
    font-weight: 700;
    font-size: 1.05em;
}

.home-page .skill-label{
    display: inline-block;
}

.home-page .skills-intro{
    max-width: 900px;
    margin: 0 auto 2em auto;
    text-align: center;
}

.home-page .pricing-section .major h2{
    text-align: center;
}

.home-page .pricing-section .container{
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.home-page .pricing-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.home-page .pricing-grid .pricing-card{
    background: #111111;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    padding: 1.4em 1.25em;
    height: 100%;
}

.home-page .pricing-grid .pricing-card h3{
    color: #f2f2f2;
    margin-bottom: 0.45em;
}

.home-page .pricing-grid .pricing-card p{
    margin: 0 0 0.6em 0;
    color: #e2e2e2;
}

.home-page .pricing-grid .pricing-card .price{
    color: #f2c32c;
    font-weight: 700;
    font-size: 1.35em;
}

.home-page .pricing-grid .pricing-card.most-popular{
    border: 2px solid #f2c32c;
    background: #161616;
}

.home-page .pricing-grid .pricing-card .popular-badge{
    display: inline-block;
    margin-bottom: 0.65em;
    padding: 0.2em 0.55em;
    font-size: 0.74em;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #f2c32c;
    color: #000000;
}

.home-page #skills{
    padding-bottom: 4.5em;
}