@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Roboto&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
p {
  font-family: 'Nunito', sans-serif;
}
a {
  color: #CC001B;
  font-weight: bold;
}
a:hover {
  color: #242425;
}
.navbar {
  padding: 1.5rem;
}
#cb-nav {
  width: 100%;
  background-color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.sticky + .content {
  padding-top: 60px;
}
.jumbotron {
  min-height: 80vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/general-contractor-sarasota.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3rem solid #CC001B;
  margin: 0;
  color: #fff;
}
.jumbotron h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.main {
  margin: 0;
  padding: 0;
}
.bot-border-red {
  border-bottom: 3rem solid #CC001B;
}
.bot-border-gray {
  border-bottom: 3rem solid #242425;
}
.top-border-gray {
  border-top: 3rem solid #242425;
}
.btn-cb {
  background-color: #CC001B;
  color: white;
  border: 3px solid transparent;
}
.btn-cb:active, .btn-cb:hover {
  color: #CC001B;
  border: 3px solid #CC001B;
  background-color: #fff;
  margin: 0px;
}
.who-pic {
  background: url("../images/general-construction-sarsaota.jpg") no-repeat;
  background-size: cover;
}
.service-area {
  background: url("../images/CalvaryBrothers-Footer.jpg") no-repeat;
  background-position: center center;
  min-height: 70vh;
  position: relative;
  z-index: 3;
}
.service-text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: #fff;
}
.btn-cb {
  border-radius: 0px;
}
.cb-list {}
ul.bullets {
  list-style: none;
  line-height: 1rem;
}
ul.bullets li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 2rem;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: .8em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul.bullets li {
  font-weight: 700;
}
#banner {
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-bottom: 3rem solid #CC001B;
  position: relative;
}
.banner-contact {
  background-image: url("../images/general-contractor-bradenton-fl.jpg")
}
.banner-text {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.60);
  padding: 2rem;
  bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-text h1 {
  font-size: 1.5rem;
}
.hero-text h2 {
  font-size: 1.2rem;
}
.hero-text p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width:768px) {

  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text h2 {
    font-size: 2rem;
  }
  /*  .hero-text p {
    line-height: 1.2rem;
  }*/
  .hero-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .nav-item:last-child {
    margin-right: 20px;
  }
}
@media screen and (min-width:992px) {
	  .hero-text { width: 80%;
  }
  .banner-text {
    width: 25%;
  }
}
.contact-form {
  background-color: #242425;
  color: #fff;
  padding: 3rem;
}
.contact-form input {
  width: 100%;
  padding-bottom: 10px;
}
.contact-form #message {
  width: 100%;
  max-width: 100%;
}
.contact-form label {
  margin-top: 20px;
}