.header {
    color: #255E79;
    font-size: 27px;
    padding: 10px;
}
.bigicon {
    font-size: 35px;
    color: #255E79;
}
select:invalid {
  color: gray;
}
select:valid {
  color: #255E79;
}
input:not([type=submit]){
  color:	#255E79;
}
.navbar-custom {
  background-color: #255E79;
}
/* Honeypot */
.onhon{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
