@media screen and (min-width: 1065px){
    .heroContainer{
        background-image: url('../pictures/tutoring.jpg');
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 1065px){
    .heroContainer{
        background-image: url('../pictures/tutoring.jpg');
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
    }
}

.levelParent{
    width: auto;
    height: auto;
    position: relative;
    display: block;
    padding: 40px 60px;
}

.levelContainer{
    width: auto;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 40px;
}