input:-moz-placeholder,
input:focus {
    box-shadow:none !important;
}
/*.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image:  url("../img/chirpt-splash-600w.jpg"),linear-gradient(to bottom,#12171a,#000);
    min-height: 100%;
    text-shadow: 0px 0px 15px #000;
}

@media (min-width: 1024px) {
    .bgimg-1 {
	    background-image:  url("../img/chirpt-splash-1024w.jpg"),linear-gradient(to bottom,#12171a,#000);
   }
}

@media (min-width: 2048px) {
    .bgimg-1 {
	    background-image:  url("../img/chirpt-splash-2048w.jpg"),linear-gradient(to bottom,#12171a,#000);
   }
}
*/
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:  url("../img/chirpt-splash-20.jpg"),linear-gradient(to bottom,#12171a,#000);
  min-height: 400px;
  height:75vw;
  text-shadow: 0px 0px 15px #000;
  filter:blur(100px);
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}