h1 { font-family: Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 36px;
    font-size: 36px;
    opacity: 1;
    color:#333333;
    visibility: visible;
    font-weight:normal;
    transition: opacity 0.24s ease-in-out;
}
 h4 { font-family: Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    font-size: 18px;
    opacity: 1;
    color:#333333;
    visibility: visible;
    font-weight:normal;
    transition: opacity 0.24s ease-in-out;
    margin-top:20px;
    margin-bottom:20px;
}
#form-content, p
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    opacity: 1;
    color:#333333;
    visibility: visible;
    font-weight:normal;
}

::selection {
    color: #ffffff;
    background: #3498db;
}

.top-banner {
   background-image:url('//panoventures.com/accelerator/images/home-image.png');
   background-repeat: no-repeat;
   background-size: 100% 400px;
   height:400px;
}

.top-banner > h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 55px;
  color: #000000;
  line-height: 1.2;
  text-align:
  font-weight:400;
  font-style:normal;
  padding:0;
  margin:0;
  padding-top:20px;
}
.ui-builder-button {
  font-size: 40px;
  color: #f7f7f7;
  border-color: #f7f7f7;
  background-color: transparent;
  padding: 17px 24px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 3px solid #f7f7f7;
  box-sizing: border-box;
  word-wrap: break-word;
  text-decoration: none;
  margin-top:25px;
}

.ui-builder-button:focus, .ui-builder-button:visited, .ui-builder-button:hover {
  color: #f7f7f7;
  text-decoration: none;
}

.ui-builder-button:hover {
  color: #111;
  background-color: #f7f7f7;
}