/* D5 Style Sheet */

body {
	color: black;
	font-family: arial, sans-serif;
	/*
	background-image: url('/images/VerticalFlag.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	*/
}


p {
	line-height: 1.5em;
}


.jj {
	width: 500px;
}

figcaption {
	color: red;
	font-size: x-large;
	font-style: italic;
}

button {
	font-size: x-large;
	background-color: rgb(255 20 20);
	color: white;
	border-radius: 2em 20em;
	width: 15%;
}


#index button[class^="index"],
#DonationPage button[class^="DonationPage"],
#streaming button[class^="streaming"],
#philosophy button[class^="philosophy"],
#JJbio button[class^="biography"],
#contact button[class^="contact"] {
	color: yellow;
}


.buttonLayOut {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

button:hover {
	color: yellow;
}

.bibleQuote {
	padding-top: 1em;
	font-size: large;
}

.bibleReference {
	font-style: italic;
}

.smallerText {
	font-size: .75em;
}

.headline {
	color: red;
	filter: drop-shadow(1px 1px 0px black);
}

.position {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.internalBackground {
	background-color: white;
	padding: .75em;
}

.box {
	outline: solid pink;
	padding: 17px;
}

.videoHeader {
	font-size: xx-large;
}

.videoLiner {
	font-size: x-large;
}

.videoDivider {
	border: 5px solid red;
}

table, th, td {
	border: 2px solid red;
}

table {
	width: 70%;
	border-collapse: collapse;
}



@media (max-width: 1000px) {

.jj {
	width: 200px;
	}
	
button {
	font-size: .8em;
	background-color: rgb(255 20 20);
	color: white;
	border-radius: 5px;
	width: 40%;
	height: 2em;
	margin: .25em;
	}
}
