body {
    font-family: "Breezeblocks", "PT Sans", Calibri, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(125, 141, 133);
    color: white;
    overflow-x: hidden;
}
.schedule-header{
    display: none;
}
.schedule-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.schedule-body img{
    margin-top: 5rem;
    height:35rem;
    object-fit: contain;
    max-width: 100%;
}

.schedule-body p1{
    margin-top: 5rem;
    font-size: 4.4rem;
}

.schedule-body p2{
    font-family: circular, sans-serif;
    line-height: 32px;
    font-weight: 700;
    margin-top: 4rem;
    font-size: 1.5rem;
}

.schedule-body p3{
    font-family: circular, sans-serif;
    margin-top: .3rem;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
}

.schedule-body p4{
    font-family: circular, sans-serif;
    margin-top: 1.8rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
    
}

.schedule-body p5{
    font-family: circular, sans-serif;
    margin-top: .4rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
    text-decoration: underline;
}

.schedule-body p6{
    font-family: circular, sans-serif;
    margin-top: 1.8rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
}

.schedule-body p7{
    font-family: circular, sans-serif;
    margin-top: .1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
}

.schedule-body p8{
    font-family: circular, sans-serif;
    margin-top: .1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 16px;
    margin-bottom: 5rem;
}

@media only screen and (max-width: 600px) {

    .schedule-header{
        display: flex;
        justify-content: center;
        font-size: 6rem;
        color: white;
        padding-top: 6rem;
    }
    .schedule-body img{
        margin-top: .7rem;
        height: 25rem;
    }
    .schedule-body p1{
        font-size: 3rem;
    }
}

@media only screen and (max-width: 380px) {

    .schedule-body p1{
        font-size: 3rem;
    }

    .schedule-body p4{
        font-size: 14px;
    }
    .schedule-body p5{
        font-size: 14px;
    }

    .schedule-body p6{
        font-size: 14px;
    }
    .schedule-body p7{
        font-size: 14px;
    }
    .schedule-body p8{
        font-size: 14px;
    }
}