.text2 {
    display: none;
}


body, p ,h1, div, span, h3, h4, h5, h6, table, tr, td{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;  
    text-align: center;
}

.container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row{
    display: flex;
    align-items: center;
    margin: 20px;
    width: 35%;
}

.caption{
    text-transform: lowercase;
    margin: 0px 20px;
    font-size: 15px;
}

.body{
    font-size: 20px;
}

img{
    width: 300px;
}

h1{
    font-size: 30px;
    margin-bottom: 0;
}


.about {
    width: 50%;
    text-align: center;
}


.trending {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}


.diary {
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
}

p{
    font-size: 16px;
    line-height: 135%;
}

.highlight{
    background-color:#80c2a2;
    color: black;
    padding: 2px 4px;
    border-radius: 3px;
    text-decoration: underline;
}

.emptyContainer{
    display: flex;
}


.outerContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps{
    max-width: 400px;
    margin-left: 20px;
}

.step{
    color: black;
    font-weight: bold;
    text-align: center;
}

span#step {
    font-weight: bold;
    text-align: center;
}

.more {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

span#more {
    font-weight: bold;
    text-align: center;
}

.carrot-container{
    display: flex;
    justify-content: space-around;
}

.carrot{
    margin-left: 20px;
}

.author{
    margin:0;
    padding: 5px 0;
}

h2{
    margin: 10px;
}

.comment-container{
    font-size: 12px;
    display:flex;
    flex-direction: column;
    width:75%;
    align-items: center;
    width: 35%;
}

.comment-inner-container{
    font-size: 12px;
    display:flex;
    flex-direction: column;
}

hr{
    width:75%; 
    opacity:0.2;
}

.mini {
        font-weight: bold;
        margin-bottom: 0;
    }

p.li {
    margin:0;
    padding-left: 15px;
}


@media (max-width: 750px){
    h1{
        font-size: 60px;
    }
    p {
        width: 80%;
        margin:5px;
    }

    img{
    width: 600px;
    }

    table{
        margin: 15px;
    }

    .row{
        flex-direction: column;
        width: 90%;
        align-content: center;
    }

    div {
        align-content: center;
        display: contents;
    }

    .caption {
    margin: 0px 20px;
    font-size: 15px;
    text-transform: lowercase;
    }

    .emptyContainer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .outerContainer{
        align-items: center;
        justify-content: center;
    }
   
    img{
        width:80%;
        align-content: center;
    }

    .chair{
        width:80%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    p.diary {
        text-align: center;
    }

    .carrot-container{
        flex-direction: column;
    }

    .carrot a{
       margin-top: 10px;
    }

    hr{
        width:95%;
    }
    .comment-container{
        width: 90%;
    }

    .more {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #more {
        margin-top:20px;
    }

    .mini {
        font-weight: bold;
        margin-bottom: 0;
    }

}