h1 {
    text-align: center;
    font-size: 55px;
}

h2, h3, h4, h5 { 
    font-size: 45px;
    text-align: center;
    margin-bottom: 0px;
}

.entry p, .kids p, .teachers p, .research p {
    width: auto;
    line-height: 25px;
    margin-bottom: 5px;
}

.right, .right2 {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-items: center;
    align-items: center;
    background-color: #1C1E2D;
    margin: 0px 20px 50px 20px;
    padding: 20px;
}

.entry, .kids, .teachers, .research {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.left, .left2 {
    display: flex;
    flex-flow: column wrap;
    justify-items: center;
    align-items: center;
    background-color: #1C1E2D;
    margin: 0px 20px 50px 20px;
    padding: 20px;
}

.left img, .right img,.right2 img, .left2 img {
    max-width: 100%;
    height: 100%;
}

@media (min-width: 615px) { 
    .right, .left, .right2, .left2 {
        margin: 0px 50px 50px 50px;
    }
}

@media (min-width: 924px) { 
    .right, .right2 {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: right;
        margin: 0px 0px 50px 50px;
        padding: 40px 0 40px 0;
    }
    
    .entry, .kids, .teachers, .research{
        padding: 50px;
    }
    
    .entry p, .kids p, .teachers p, .research p {
        width: 400px;
    }
    
    .left {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        align-items: center;
        margin: 0px 50px 50px 0px;
        padding: 0px;
    }
    
    .left2 {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        align-items: center;
        margin: 0px 50px 50px 0px;
        padding: 40px 0 40px 0;
    }
}

@media (min-width: 1100px) { 
    .right, .right2 {
        margin-left: 20%;
    }
    
    .left, .left2 {
        margin-right: 20%;
    }
}

@media (min-width: 1300px) { 
    .right, .right2 {
        margin-left: 30%;
    }
    
    .left, .left2 {
        margin-right: 30%;
    }
}

@media (min-width: 1400px) { 
    .right, .right2 {
        margin-left: 35%;
    }
    
    .left, .left2 {
        margin-right: 35%;
    }
}

@media (min-width: 1600px) { 
    .right, .right2 {
        margin-left: 40%;
    }
    
    .left, .left2 {
        margin-right: 40%;
    }
}