body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #8c8c8c;
}
		
/*
html::after {
  content: "This website is no longer in operation as of 07/06/2024. Sorry for the inconvenience. Bizzy Bee Garden Services.";
}
*/

.logo {
  width: 600px;
  margin: -60px 0 20px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

#footer a{
	color: white;
}

.text-black {
  color: #000; }

.content {
  padding: 4rem 2rem 2rem; }

#certificate {
  padding: 3rem 2rem 2rem; }

.heading {
  font-size: 2.5rem;
  /*font-weight: 900;*/
  color: orange;
}

h3.heading {
  text-align: center;
}

.form-control {
  border: none;
  background: #fff !important; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.btn {
  border: none;
  border-radius: 4px !important; }
  .btn.btn-primary {
    /*background: #000;*/
    color: #fff;
    padding: 15px 20px; }
.masthead .btn.btn-primary {
    margin-top: 40px; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.parallax {
 
  /* Set a specific height */
  min-height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center;
}

.parallax-heading {
	text-align: center;
	color: orange !important;
    font-family: "Shadows Into Light", Sans-serif;
    font-size: 50px;
	line-height: 1.3em;
    padding: 0.5em;
}

.parallax-par {
	text-align: center;
	color:beige ;
    font-size: 1em;
	line-height: 1.3em;
	max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.parallax-section-images{
	
	margin: 0 auto;
    text-align: center;
    padding: 2em 2em 1em;
}

.par-img1 {
	width: 300px;
	margin: 1em;
}

.par-img2 {
	width: 300px;
	margin: 1em;
}

.par-img3 {
	width: 300px;
	margin: 1em;
}

.testimonials {

  /* Set a specific height */
    min-height: 500px;
	background-color: #3a3a3a;
	text-align: center;
}

.empty-pic {
	max-width: 150px;
}

.project a{
	color: gray;
}

@media (min-width: 992px) {
.home-logo {
  /*position: fixed;
  left: 40px;*/
}
}

@media (max-width: 991px) {
.navbar-brand {
  /*margin-top: -20px !important;*/
}
}

@media (max-width: 796px) {
.masthead-heading {
font-size: 2.5rem !important;
}

.logo {
  width: 300px;
  margin: -40px 0 20px 0;
}

.home-logo {
  /*display: none;*/
}
}