.item-109 .page-header h2,
.item-110 .page-header h2,
.item-111 .page-header h2
{
  display: none;
}

body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  colorx: #333;
  
}

.t4-main-body {
	padding-top: 3rem;
	padding-top: 1rem;
	padding-bottom: 3rem;
 min-height: 1000px;
  
}







/* Text Styles ************************** */

p {letter-spacing: 1px; }

h2.page-title {text-align:center;}

p.image-desc {font-size: 12px;}

.t4-header {
	text-align: center;
	margin-bottom: 0.5rem;
	letter-spacing: 3px;
	line-height: 1;
}

.page-header h2, h3 {
	color: #343a40;
  font-size: 16px;
  text-align: center !important;
  text-transform: uppercase;
}

h4 {
  text-transform: uppercase;
  text-align: center;
}

h5 {  
  text-transform: lowercase; 
  text-align: center;
}

.custom h4{margin-bottom: 30px;}

a, a:link, a:visited, a:hover, a:active {
 text-decoration: none !important;
  border-bottom: 0px solid #fff;
  
}

a:hover, a:active {
  border-bottom: 0px solid #fff;
 text-decoration: none !important;
  
}


/* Sundries ********************** */
/*
.page-headerxx {display:none;}

.blog .page-headerxx {
	display: block !important;
}
*/

.readmore .btn, .readmore .btn:hover, .readmore .btn:active, 
.readmore .btn:focus {
	background-color: #ffffff;
	color: #000;
  border: 1px solid #999;
}

div.narrower-text-block {
  max-width: 800px;
  margin: auto;
}

/*  Brand - logo *********************** */
.navbar-brand {
	display: inline-block;
	padding-top: 0.8125rem;
	padding-top: 3rem;
  
	padding-bottom: 0.8125rem;
	margin-right: 0rem;
	font-size: 3rem;
	line-height: inherit;
	white-space: nowrap;
  font-family: mulish, open-sans, sans-serif;
 
}

.navbar-brand.logo-text .site-name {
	display: inline-block;
	font-weight: 200;
  	letter-spacing: 10px;
  
}

@media only screen and (max-width: 600px) {
.navbar-brand.logo-text .site-name {
	font-weight: 300;
   	letter-spacing: 3px;
  font-size: 0.6em;
  }
#t4-footer {
  position: static !important;
  }
}


/* Mega Menu ************************ */

.navbar {text-transform: uppercase; }

.t4-navbar .navbar {
	float: none; 
	min-height: 52px;
	width: auto;
}

.t4-megamenu .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  margin:auto;
  width: 60%;
}

.nav-link  {text-align: center;}

a.nav-link {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  color: #333;
}

.t4-megamenu ul.nav li {
	 width: 20%; 
	/* width: 14.28%; */
	filter: none;
}

.dropdown-item.active, .dropdown-item:active {
	colorx: ;
	text-decoration: none;
	background-color: #ffffff;
}

.t4-megamenu .dropdown-menu{
	background: #fff;
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
}
/*
.navbar .navbar-toggler {
	heightx: 32px;
	padding: 0px 10px 0px 10px;
}
*/
i.item-caret {display: none !important;}


/* Footer ***************************** */

.t4-footer .container {
	border-top: 1px solid #fff;
  xxbackground-color: #e0e0e0;
	padding-top: 1.0rem;
	padding-bottom: 0.5rem;
	text-align:center;
}


/* Images *********************** */

.pull-right {
  max-width: 40%;
  padding: 0px 0px 20px 30px;
}
.pull-left {
  max-width: 40%;
  padding: 0px 30px 20px 0px;
}
  



.pull-center {
  padding: 0px 0px 30px 0px;
   display: block;
  margin-left: auto;
  margin-right: auto;
  widthxx: 50%;
}

.item-image img {max-height: 600px ;}

figure.pull-none {text-align: center; }

/*  Page Nav ******************** */

.pagenav {
	margin: 0.5rem 0em;
	padding: 0;
  positionx: relative;
	text-align: center;
  max-widthx: 200px;
}

.pagenav li a, .pagenav li a:hover, .pagenav li a:focus, .pagenav li a:active {
	background-color: transparent;
	text-decoration: none;
  border: none;
  font-size: 14px;
}

/* Sub menu NOT USED *********************** */

/*


 .t4-sub-menu .navbar-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  margin:auto;
  widthx: 100%;
}

#t4-sub-menu .nav-stacked > li {padding-right: 10px;}
	
#t4-sub-menu .module_menu .nav > li > a, #t4-sub-menu .module_menu .nav > li > .separator {
	padding: 0px 0px;
}
*/