/*
   Website:     jtodora.com
   Filename:	baby.css
   Author:		John G. (Skip) Todora
   Date:     	July 07, 2023
*/

.bg-grad {
   background-color: #FEFEFE;
   background-image: linear-gradient(#FEFEFE, #BFBFBF);
}  /* #1E90FF #1EB3FF #66C4FF */

.story-container {
   display: block;
   width: 850px;
   margin: auto;
}

.diner-img {
   width: 50%;
   display: block;
   float: right;
   padding-left: 10px;
   padding-bottom: 10px;
   padding-top: 10px;
}

.old-hobo-img {
    width: 40%;
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.baby-img {
    width: 40%;
    display: block;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.jesus-img {
    width: 90%;
    display: block;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

sup {
   vertical-align: super;
   font-size: smaller;
   font-weight: bold;
}

.bible-verse {
   width: 55%;
   margin: auto;
   padding-bottom: 20px;
   font-style: italic;
}

.centered-text-no-padding {
   text-align: center;
}

td {
   vertical-align: top;
   height: 30px;
}

/* .evolution-img {
   display: block;
   margin: auto;
   width: 50%;
}   

.hebrews-img {
   display: block;
   margin: auto;
   width: 40%;
   padding-top: 10px;
   padding-bottom: 10px;
} */

.center-text {
   text-align: center;
}

.centered-text {
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
}

.center-text-italize {
    text-align: center;
    font-style: italic;
    font-size: 20px;
    padding-top: 40px;
}

/* clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}


@media screen and (max-width: 600px) {
    .story-container {
        width: 100%;
    }
    img {
        float: none; /* Stack images above text on small screens */
        display: flex;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}