body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5em;
	word-wrap: break-word;
	white-space: normal;
}

html {
    width: 100%;
    height: 100%;
}


* { outline:none !important; }
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }


.jumbotron {
    color: white;
    margin: 0;
}

a {
	color: inherit;
}

a:hover {
	text-decoration:none;
	transition:.3s;
}

.clearfix {
	clear:both !important;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.container,
.container-fluid {
	overflow-x: hidden;
}
.no-pad {
	padding-left:0;
	padding-right:0;
}

/*
Fonts
*/

@font-face {
  font-family: "font1";
  src: url("../fonts/adequate.eot"); /* IE9 Compat Modes */
  src: url("../fonts/adequate.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/adequate.otf") format("opentype"), /* Open Type Font */
    url("../fonts/adequate.svg") format("svg"), /* Legacy iOS */
    url("../fonts/adequate.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/adequate.woff") format("woff"), /* Modern Browsers */
    url("../fonts/adequate.woff2") format("woff2"); /* Modern Browsers */
	  font-weight: normal;
	  font-style: normal;
}

.p1 {
	font-family: 'font1';
	font-weight: bold;
	font-size: 1.35rem;
	letter-spacing: 1px;
	line-height: 2.5rem;
	color:#000;
	text-align:justify;
}

.p2 {
	font-size: 1.2rem;
	font-family: 'font1';
	font-weight: bold;
	line-height: 2.2rem;
	color:#000;
	text-align:justify;
	letter-spacing: .1rem;
}
.home-h1 {
	font-family: 'font1';
	font-weight: bold;
	line-height: 4.5rem;
	color:#000;
	font-size:33px;
}

.p3 {
	font-family: 'font1';
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 2.5rem;
	color:#000;
}

.note-table td,tr {
    
    border:1px solid #ccc;
    padding:.5rem;
}

.t1 {
	font-size: 3.2rem;
	font-family: 'font1';
	font-weight: bold;
	line-height: 3.75rem;
	color:#000;
}

.t2 {
	font-family: 'Merriweather', serif;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.75rem;
	color:#660000;
	text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}

.t3 {
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	line-height: 3.75rem;
	color:#000;
}

.t4 {
   	font-family: 'Merriweather', serif;
	font-size: 1.8rem;
	line-height: 3.75rem;
	color:#000; 
}

.txt-alt {
	font-family: 'Merriweather', serif;
	color:#660000;
	font-size: 1.8rem;
}

.black {
	color: #000 !important;
}
.row.members {
    font-size: 1.04rem;
}



/*
Home Page
*/

.green-bar {
	background: #339933;
}
.yellow-bar {
	background: #ff9900;
}

.home-top-bar {
	min-height:150px;
}
.home-bottom-bar {
	min-height:150px;
	margin-bottom: 5rem;
}

.sidebar-left {
	background: #000;
	min-height: 100vh;
}

.col-content {
	padding: 0 4rem;
	margin-top: 2rem;
}

.col-bottom-space {
    margin-bottom: 2rem;
}

.fact {
	padding: 0 5rem;
}

.home-nav {
	list-style: none;
}

.home-nav li {
	padding: .75rem 0;
}

.home-nav li a {
	font-family: 'Merriweather', serif;
	color:#660000;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight:bold;
}

/* .inner-nav {
	list-style: disc;
	margin-bottom: 0;
}

.inner-nav li {
	float: left;
    padding-right: 10px;
    margin: 0 20px;
}

.inner-nav li a {
	font-family: 'Merriweather', serif;
	color:#000;
	font-size: 1.75rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight:bold;
	line-height: 3.75rem;
} */

.inner-nav {
	list-style: none;
}

.inner-nav li {
	padding: .75rem 0;
	display: inline-block;
}

.inner-nav li:before {
  content: '\007C';
  float: left;
  margin-right: .55rem;
}
.inner-nav li:first-child:before {
  content: '';
}

.inner-nav li a {
	font-family: 'Merriweather', serif;
	color:#000;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight:900;
}

.list-two {
	list-style: none;
}

.list-two li {
	display: block;
	width:50%;
	float: left;
	font-family: 'Merriweather', serif;
	font-size: 1.8rem;
	line-height: 3rem;
	padding: 1rem 0;
	color: #000;
}

.ol-list li {
	line-height: 4rem;
}

.home-logo {
    width: 600px;
    height: auto;
    position: relative;
    top: -285px;
    left: 3rem;
    margin-bottom: -285px;
}

.logo-small{
	display:block;
	height: auto;
	width: 200px;
	margin-bottom: 3rem;
}
.member-h1
{
	font-size: 23px;
    font-family: 'font1';
    font-weight: bold;
    line-height: 2rem;
    color: #000;
    margin-bottom: 3rem;
}


.img-brdr {
	border: 1px solid #000;
	border-radius: 5px;
	margin: 0 auto;
}
/* gallery */
.gallery-img {
    padding: 10px;
}

/*
inner-pages
*/

.top-bar {
	padding: 1.5rem 5rem;
}

.bottom-bar {
}

.fact-box {
	border: 2px solid #000;
	margin: 5rem 0;
}

.fact-box p {
	font-family: 'Merriweather', serif;
	color:#660000;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight:bold;
	line-height: 3.75rem;
	padding: 1.5rem;
}

.col-side-nav {
	margin-top: 5rem;
}

.col-side-nav-txt {
    background: #e3e3e3;
    padding: 2.5rem;
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    letter-spacing: .08rem;
    line-height: 3.5rem;
    text-align: center;
}
.media-img {
	width:100%;
	background-position: center top !important;
	bordeR: 2px solid #000;
	border-radius: 3px;
}
.media-img img {
    width: 100%;
}

.media-title {
	margin-top:0;
	font-weight: bold;
}

.media-row {
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}

.image-row {
    padding:20px;
}

.image-cols img {
   margin: 10px;
}

.image-space {
    margin:0 10px;
}

@media(max-width:768px){
    
    .image-content img {
        margin-top:10px;
    }
}

.top-space{
    padding:4rem;
}

.top-space2{
    margin-top:15px;
}


/*form validate */
.error{
 color:#ff2323;
}
.error-control input, .error-control textarea, .error-control select,.error-control input:focus, .error-control textarea:focus, .error-control select:focus{
    border-color: #ff2323;
}
div#Message{
   Padding: 10px;
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 15px;
}
div.susmessage {
    border: 1px solid #339933;
    color: #339933;    
}
div.errormessage {
    border: 1px solid #ff2323;
    color: #ff2323;
    Padding: 10px;
}

/*responsive codes */
@media only screen and (max-width: 576px) {
    .xs-media-row {
       margin-top:1.5rem;
       margin-bottom:1.5rem;
    }
    .media-img {
        width: 60%;
    }
    .top-bar p.t1 {
        margin: 0px;
        padding: 18px;
    }
	.home-logo {
		width: 100%;
		height: auto;
		position: relative;
		top: -247px;
		left: 0rem;
		margin-bottom: -285px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
    .sm-media-row {
        margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    .media-img {
        width: 60%;
    }
    .top-bar p.t1 {
        margin: 0px;
        padding: 18px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .md-media-row {
        margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    
}
@media only screen and (min-width: 992px) {
    .lg-media-row {
        margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    .sidebar-left {
    	width: 25%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        padding-top: 20px;
    }
    .top-bar p.t1 {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1200px) {
    .xl-media-row {
        margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    
}
@media only screen and (min-width: 1900px) {
    .xxl-media-row {
        margin-top:1.5rem;
	    margin-bottom:1.5rem;
    }
    
}

.btn-custom {
    font-family: 'font1';
    font-weight: bold;
}

.home-nav a:hover {
  /*Shadow*/
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
  
  /*Gradient*/
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.highlight-bg {
	background-color:#e3e3e3;
}
