body {
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#logo{
  font-weight:700;
  font-size:24px;
  color: #FEBF00;
  min-width:20%;
  height: auto;
}
header.masthead .overlay {
    position: absolute;
    background-color: #000 !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1 !important;
}
a.button {
    background-color:#FDD500;
    font-weight: 700;
    color: #fff;
    padding: 10px 24px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    text-decoration:none;
}
a.button:hover {
    background-color:#262626;
}
.btn-primary {
    font-weight:700;
    color: #fff;
    background-color: #FDD500;
    border-color: #FDD500;
}
.btn-primary:hover{
    color: #fff;
    background-color: #262626!important;
    border-color: #262626!important;;
}
.features-icons .features-icons-item .features-icons-icon i{
  color: #FDD500 !important;
}
#bottomlogo{
  font-family: 'Montserrat';
  color: #FEBF00;
  width: 60%;
  height: auto;
}

header.masthead {
  font-family: 'Montserrat'!important;
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#newsletterHeadline{
  margin-top:200px;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
header.masthead h1 {
  font-size: 2rem;
}
#launchMsg{
  margin-top:56px;
  margin-bottom:220px;
  font-size:1rem;
  font-weight:400;
}
section.features-icons{
   padding: 96px 0 96px 0;
}
.features-icons-icon{
  font-size:4rem;
  padding-bottom: 20px;
}
p.lead{
  padding-bottom:40px;
  margin-bottom:0;
}
@media (max-width: 768px) {
  header.masthead {
    background: url("../img/bg-masthead-mobile.jpg") no-repeat center center;
  }
  .call-to-action {
    background: url("../img/bg-masthead2-mobile.jpg") no-repeat center center;
  }
  #launchMsg{
    margin-top:140px;
  }
  #newsletterHeadline{
    font-size:1.4rem;
    margin-top:0;
  }
  .headlineLawn{
    margin-top:0;
  }
}

@media (min-width: 768px) {

  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (max-width: 768px) {
#logo{
  min-width:50%;
  }
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
  .showcase{
    padding:7rem;
  }
}




.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}


.subscribe-email{
  background-color:#0000;
}
.form-control{
  color:#0000;
  background-color:#0000;
}
.call-to-action .overlay {
  position: absolute;
  background-color: #FEBF00;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
