/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.css-hide12 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-top: 3px solid rgb(51, 51, 51);
    box-shadow: rgb(0 0 0) 0px 0px 33px;
    box-sizing: border-box;
    flex-direction: column;
    margin: 0px auto;
    left:0px;
    /* new */
    position: absolute;
    /*position: fixed;*/
    /*overflow: scroll;*/
    bottom:0;
    text-align: left;
    width: 100%;
    z-index: 1000000120;
    height: auto;
    top: 33vh;
    min-height: 67vh;
    opacity: 0;
    transition: opacity 2s, top 2s, height 2s;
}

.hideinner {
    width:100%;
    background-color: white;
    padding-left:7%;
    padding-right:7%;
    text-align: center;
    padding-top: 10px;
}

.hideflexcontainer {
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}

.keepreadingboxes {
    width: 350px;
    text-align: justify;
    border: 2px solid black;
    padding: 21px;
    margin: 10px;
    line-height: 143%;
}

.keepreadingboxes h4 {
    margin-top:0;
    text-align:center;
}

.keepreadingprice {
    font-size: 23px;
    font-weight: 600;
}

.keepreadingbutton {
    background-color: #6994B8;
    color: white;
    border: 0;
    width: 100%;
    padding: 14px 0;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 300ms;
}

.keepreadingbutton:hover {
    background-color:#3e6484;
}

.keepreadingaccount {
    font-size:19px;
}

@media screen and (min-width: 765px){
    .css-hide12 {
        top: 32vh;
        min-height: 50vh;
    }
}