body {
    margin: 0 0 10px;
    background-color: #8b7158;
}

h1, h2, h3, h4 {
	text-align: center;
}

body, td, th {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #2d1202;
}

blockquote {
  margin-left: 15px;
}

table.home, table.topics, table.scriptures, table.faq, table.faith, table.outline, table.about, table.pathways, table.resources {
    width: 80%;
}

td.mathew_header {
    background-image: url('/images/new_matthew_bible_01.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 37%;
}

td.mathew_left {
    background-image: url('/images/new_matthew_bible_02.jpg');
	width: 20vw;
	background-size: 100% auto;
}

td.mathew_broad {
    background-image: url('/images/matthew_bible_04.jpg');
	background-size: 100% auto;
	padding-left: 1vw;
	padding-right: 1vw;
}

td.mathew_right {
    background-image: url('/images/new_matthew_bible_04.jpg');
	width: 20vw;
	background-size: 100% auto;
}

td.mathew_footer {
    background-image: url('/images/new_matthew_bible_09a.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 60%;
	margin-top: -10.74%
}

.mathew_content {
  width: 40vw;
}

.mathew_content table {
  width: 100%;
}

.mathew_content table td {
	background-size: 100% auto;
	padding-left: 1vw;
	padding-right: 1vw;
}

.inset {
	padding-left: 1vw;
	padding-right: 1vw;
}

.topnav a, .bottomnav a {
	color: black;
	background-color: none;
	transition: 0.2s all; 
	text-decoration: none;
}

.topnav a:not(:last-child)::after {
    content: " : ";
	text-decoration: none;
}

.bottomnav a:not(:last-child)::after {
    content: " : ";
	text-decoration: none;
}

.topnav a:hover, .bottomnav a:hover {
	color: #8b7158;
	background-color: #230c01;
	text-decoration: none;
}

/*

,
.faq .topnav a[href="faq.html"], .faq .bottomnav a[href="faq.html"],
.home .topnav a[href="index.html"], .home .bottomnav a[href="index.html"],
.faith .topnav a[href="our_faith.html"], .faith .bottomnav a[href="our_faith.html"],
.topics .topnav a[href="topics.html"], .topics .bottomnav a[href="topics.html"],
.scriptures .topnav a[href="scripture-index.html"], .scriptures .bottomnav a[href="scripture-index.html"]

*/

.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}

::not(.mathew_broad) a {
    font-weight: bold;    
}

.topnav a,
.bottomnav a {
    font-weight: bold;    
}

a:link {
    color: #2D1202;

}
a:visited {
    color: #2D1202;
}
a:hover {
    color: #CC3300;
}
a:active {
    color: #CC3300;
}

hr {
    width: 50%;
    border: 0.9px solid #d2c8bf;
}
.align_center {
    text-align: center;
}
.style1 {
    font-size: 9px;
}
.style2 {
    font-size: 12px;
}
.subscribe {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #721b30;
    margin: 10px;
    font: 16px Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}
.email-box {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    border: 1px solid #abb0b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}
input[type=text], select {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 14px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    width: 80%;
    background-color: #aaa;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

