.fa-size{
 font-size:1.5em; 
}

input#fld_1602964_1.btn.btn-default {
  
      background: #6f2c2b;
    color: #fff;
    border: none;
    width: 100%;
}

/** Overlay Stuff */
.container {
  position: relative;
   margin-left: 15%;
  
}

.imagecat {
  display: block;
  width: 300px;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 297px;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 10px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/** Overlay Stuff END */

.headstrip {
background-color: #6F2C2B;
  border-bottom: 5px solid #1e96e8;
font-weight: 500;
 text-align:center;
font-size: 1.2em;
margin-top: 0%;
padding-top: 0.8%;
padding-bottom: 0.8%;
color: #fff;
}

.anchor{
  display: block;
  height: 120px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}

@media (max-width:680px){
  .headstrip {
font-size: 0.9em;

}
  .overlay {
      width: 232px;
}
}