html {position:relative;min-height:100%}
:target::before {content:'';display:block;height:50px;margin:-30px 0 0 0}
body {padding-top:56px; margin-bottom:60px; background-color:#f1e9d4; font-size:1.2em}
h1,h2,h3 {font-weight:bold;color:#98525b}
h1.title,h2.title {font-size:2.3rem}
a,a:visited,a:hover {color:#98525b;font-weight:bold}
section {padding:2em 0}
img {max-width:100%}
pre,code {background:#f8f8f8;color:#333}
pre {border-left:2px solid #ccc;padding:10px}
code {display:inline-block;padding:0 0.5em;line-height:1.4em;border-radius:3px}
table {empty-cells:show; border:1px solid #cbcbcb; width:100%; font-size:0.9em; margin-bottom:1rem}
thead {color: #000; background-color:#e0e0e0; text-align:left; vertical-align:bottom}
tr {display:table-row; vertical-align:inherit; border-color:inherit}
th,td {padding:0.5em 1em}
blockquote {padding:10px 20px; margin:0 0 20px 20px; border-left:5px solid #eee; font-style: italic}

.bi {margin-right:.5rem !important}
.btn-primary {color: #fff;font-weight:bold;background-color:#98525b;border-color:#98525b}
.btn-primary:hover {color:#98525b;background:#fff;border-color:#98525b}
.btn-outline-primary {color:#fff;font-weight:bold;background-color:#98525b;border-color:#98525b} 
.btn-outline-primary:hover{color:#98525b;background:#fff;border-color:#98525b}

/* Paginator */
.paginator {margin-top: 20px;margin-bottom: 80px}

/* Navbar */
img.nav-svg-icon {width:1rem; height:1rem; padding-bottom:2px}
.nav-link {font-size:0.9em}
footer {position:absolute; bottom:0; width:100%; height:60px; line-height:60px;	font-size:0.8em}
.mini-logo {height:22px;padding-bottom:5px}

/* Home - Header */
header.welcome {padding: 100px 0}

/* Home - Page */
section.home-page:nth-child(even) {
	/* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow: hidden;
	padding-bottom: 56.25%;
	/* 16:9 */
	position: relative;
	height: 0;
}

.video-embed iframe {
	position: absolute;left: 0;top: 0;
	height: 100%;width: 100%;
}
.bg-dark{background:#98525b !important}
/**
.navbar-brand:before{
       background-image: url('/bl-themes/alternative/img/Tangible+Hope+Ministries+Logo.svg');
    background-size: 20px 20px;
    background-repeat:no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}**/
