body {
	font-family:'Poppins', sans-serif;

}

.sr-only {
	display: none;
}

.header-info {
  font-family: 'Open Sans', sans-serif;
  font-size:0.7em;
  color: #000000;
  font-weight: 600;
}

.header-info p, .footer-info p {
	margin-bottom:0;
}

.footer-info p {
	font-size:0.6em;
}

.bg-htta-dark {
	background-color: rgba(0,0,0,.5); 
}
.bg-htta-light {
	background-color: rgba(255,255,255,.7); 
}
.img-scroll {

  position: relative;
	-webkit-overflow-scrolling: touch;
  scroll-snap-type: both mandatory;
  scroll-snap-points-y: repeat(100px);
  scroll-snap-points-x: repeat(100px);
}
.scroll {
	scroll-snap-align: start;
}
h5 {
  font-weight: bold;
  text-align: center;
}
h5 a{
  text-decoration: none;
}
.text-yellow {
	color:#b9b129;
}
.homepg h2 {
	font-size: 1.2em;
}
.homepg h5 {
	font-size: 0.8em;
}

.float-left {
	float:left;
}

input.form-control , select.form-control , textarea.form-control {
   color: #fff;
   background-color: #292db982;
   border: 1px solid #e5262170;
}

.form-group .btn-primary {
	background-color: #292db9;
}

textarea.form-control:focus, input.form-control:focus {
    color: #fff;
    background-color: #292db93b;
}

ul li a:hover {
	background-color: rgba(41,45,185,.7);
}
nav ul li {
  font-family: 'Libre Baskerville', serif;
  font-size:0.8em;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: rgba(41,45,185,.95);
}

.homeBackground {
  position: relative;
  background-color: #000;
  background: url(/files/images/artitcles/htta-collage-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height:300px;
}
.homeBackground h1 {
	position:absolute;
    width:100%;
	bottom: 0;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
	text-align: center;
    background-color: rgba(0,0,0,.8);
    font-weight: bold;
    font-size: 1.1em;
}

.dropdown-menu {
	background-color: rgba(0,0,0,.8);
}

.dropdown-item:hover {
	background-color: rgba(255,255,255,.8);
	color: black !important;
}