.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  color: inherit;
  background-image: url("/images/napsis-house.jpg");
  background-color: #e3eaf0;
  margin-bottom: 0;
  min-height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.form-control:focus {
  border-color: #c3cdd4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195, 205, 212, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195, 205, 212, 0.6);
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.color-red {
  color: red;
}

.color-gray {
  color: #aaa;
}

#navbar li .mobile-menu-text {
	display: none;
}

@media (max-width: 768px)  {
  #navbar li .mobile-menu-text {
    display: inline;
  }
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }
