body,html{
    height: 100%;
}

/*label{
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
    text-align: left; /*Change to right here if you want it close to the inputs*/
/*}
input {
  display: inline-block;
}*/

#mainImage{
    background-image: url("../../images/loristanding.jpg");
    height: 95%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h1, h1 {

    font-size: 2.5rem;

}

.pageTitle {

    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #f8f9fa;

}

.inner{
	background: rgba(10,0,30,.65);
}

.pageTitleText{
    color:#f8f9fa;

}
.overMainImage {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}


@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

#servicesImage{
  /*background-image: url("../../images/wheatandsun.jpg");*/

}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
