/*
   Website:     jtodora.com
   Filename:	john_harper.css
   Author:		John G. (Skip) Todora
   Date:     	July 10, 2024
*/

* {
	box-sizing: border-box;
}

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

body {
   font-family: verdana, arial, sans-serif;

}

h1 {
	color: rgb(24,74,122);
	text-align: center;
	max-width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

h3 {
    padding-top: 30px;
}

h4 {
    margin-left: 150px;
    margin-right: 150px;
}

.container {
   width: 850px;
   margin: auto;
}

.text-container {

}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: blue;
}

a:hover {
	color: red;
}

.moon-over-ocean-img {
   width: 70%;
   display: block;
   margin: auto;
   padding-top: 30px;
   
}

.serving-god-img {
    width: 70%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 30px;
}

.john-nana-img {
    display: block;
    width: 30%;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.titanic-img {
    display: block;
    width: 30%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.titanic-sinking-img {
    display: block;
    width: 30%;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.john-harper-img {
    display: block;
    width: 30%;
    margin: auto;
    padding-top: 20px;
}

.testimony {
    display: block;
    margin-left: 150px;
    margin-right: 150px;
    font-style: italic;
}

.additional-story {
    display: block;
    margin-left: 150px;
    margin-right: 150px;
}

#footnotes {
    font-size: 0.8em;
}

#footnotes ol {
    list-style-type: decimal;
}

.footnote-line {
    color: black;
    width: 30%;
    margin-left: 0px;
    height: 4px;
    background-color: black;
}

.line-additional-story {
    color: black;
    width: 80%;
    height: 4px;
    background-color: black;
}

.hanging-indent {
    padding-left: 42px;
    text-indent: -42px;
}

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

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

.ja-video {
    display: block;
    margin: auto;
}

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

.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;
}

.horiz-line {
   border: none;
   border: 1px solid black;
   width: 80%;
}

.addrtext {
	text-align: center;
	font-style: italic;
	padding-top: 50px;
}

/* VALIDATION IMAGES CSS & HTML */
.validation-imgs-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 15%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
 }
 
 .validation-img-left {
	float: left;
	width: 50%;
 }
 
 .validation-img-right {
	float: left;
	width: 50%;
 }
 /* END VALIDATION IMAGES CSS & HTML */