body {
	background-image : url(../imgez/bg_tan.jpg);
	background-attachment : fixed;
    font-family: Arial, Verdana, sans-serif;
	font-size: 1.25em;
}


/* This class is used to push main content block below the NAVBAR */
.headercontain{
	margin-top: 100px;
	/* margin-bottom: 50px; */
	
}

hr{
	height: 1px;
	color: #343a40;
	background-color: #343a40;
}

/* custom bullet for manu links lists UL */
ul.inpage_manusnav{
	list-style-image: url('../imgez/guidepg/singlenib.jpg');  
	}
	

/* .................. NAVBAR STYLING ............................................. */
nav.navbar.navbar-expand-md.fixed-top{
	background-color: #adad85;  /* BG color of navbar */
	color: #000000;  /* foreground color, doesn't apply, but included as black */
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
}

/* text color of branding in Navbar */
a.navbar-brand {
	color: #000000;
}

a.navbar-brand:hover {
	/* color: #2d3339; */
	/* font-weight: bold; */
	text-decoration: underline;
}

/* burger button */
button.navbar-toggler{
	color: #000000;
	border-color: #000000;
}


/* burger button */
button.navbar-toggler.collapsed{
	color: #000000;
	border-color: #000000;
}

/* burger button */
span.navbar-toggler-icon{
	color: #000000;
	border-color: #000000;
}


/* dropdown headers */
#navbardrop1, #navbardrop2, #navbardrop3, #navbardrop4 {
	color: #000000;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
}

/* the non-dropdown navbar item, link */
a.nav-link{
	color: #000000;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
}

a#unique_a_nav{
	color: #000000;
}


li#unique_li_nav{
	color: #000000;
}


/* Underline the text of links, and set font-weight: bolder on hover */
a.nav-link:hover{
	text-decoration: underline;  
	font-weight: bolder;
}

/* remove the blue on-click color from links */
a.nav-link:active{
	background-color: #adad85;
}

/* to add a thin border around the dropdown headers */
li.nav-item.dropdown{
	color: #000000;
	border-right: 1px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #2d3339;
	border-style: solid;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
}

/* the non-dropdown navbar item, link */
li.nav-item{
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
}
	

/* a.dropdown-item is specific to the top-nav drop down links withion the dropdowns */
a.dropdown-item{
	color: #000000;
}

/* Underline text links in dropdowns; make font weight bolder on hover drpdwn links */
a.dropdown-item:hover{
	text-decoration: underline;
	font-weight: bolder;
}

/* remove the blue on-click color from dropdown links */
a.dropdown-item:active{
	background-color: #fffafa;
}

/* set dropdown background color to "snow white" */
div.dropdown-menu.show{
	background-color: #fffafa;
}


/* .................... END NAVBAR STYLING ........................................ */

/* ................... BEGIN CAROUSEL STYLING ..................................... */
.container{
	margin-top: 30px;
	/* text-align: center; */
}

#manuscriptCarousel
{
	margin-top: 15px;
	margin-bottom: 15px;
}


.carouselImage
{
	width: 100%;
	height: auto%;
}

.carousel-indicators.active{
    background-color: gray;
}

div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.pola_container{
  text-align: center;
  padding: 10px 20px;
}

.main_content_enclosure{
	margin: 10%;
}

.row{
	margin-bottom: 10px;
}

h5.H_underlined{
	text-decoration: underline;
}

h4.manuHeader{
	text-align: center;
	text-decoration: underline;
}

li{ font-family: Arial, Verdana, sans-serif;
	font-size: 1.25em;
	}

.paratext
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.25em;
}

.bibtext{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.25em;
}

.translit{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.25em;
}

.bookcvr{
	width: 200px;
	height: 230px;
	padding: 10px;
}

.bookspine{
	width: 100px;
	height: 230px;
	padding: 10px;
}

ul.nav.justify-content-center{
	margin-top: 6px;
	padding-bottom: 2px;
	}

/* ...........................  FOOTER STYLING ....................................*/

div.footer_wrapper{
	margin-top: 100px;
}

	
a.nav-link{
	max-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;  /* footer links text color */
}


.mefooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	margin-top: 4em;
	max-height: 65px;
    background-color: #adad85;
    color: #000000;
}


/* footer links on hover */
a.nav-link:hover{
	text-decoration: underline;
}

/* footer !brand! link text color */
a.footerbrand{
	color: #000000;  
}

/* footer !brand! link text on hover */
a.footerbrand:hover{
	text-decoration: underline;
}

/* ..................... IN TEXT-AREA LINKS and LISTS ..............................*/

a.intextLink:link{
	color: blue;
}

img.img-thumbnail:hover{
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 204, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 204, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 204, 0.75);
}


a.intextLink:hover{ 
	text-decoration: underline;
}

a.intextLink:visited{ 
	color: purple;
}

a.intextLink:active{
	color: purple;
}
