



.home-page #header h1{
    color: #009ade;
}

.home-page #header em{
    color: grey;
}

.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: 2em;
    margin-bottom: 0.7em;
}

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

.home-page .tutor-headshot-placeholder{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #d63a3a;
    margin: 0 auto 1em auto;
}

.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-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: center;
    text-align: center;
    font-weight: 600;
    padding: 1em 0.75em;
    height: 8.25em;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.home-page .skills-intro{
    max-width: 900px;
}

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