body {
  width: 100%;
  height: 100vh;
  color: #5a5a5a;
}
body a {
  color: #F6B305;
  transition-duration: all 0.5s;
}
body a:hover {
  color: #777;
  transition-duration: all 0.5s;
}
body .bold {
  font-weight: 500;
}
body .btn-primary,
body .btn-primary:active,
body .btn-primary:focus {
  color: #fff;
  background-color: #232938;
  border-color: #232938;
}
body .btn-primary:hover {
  color: #232938;
  background-color: #fff;
  border-color: #232938;
}
body .required {
  color: #232938;
}

header {
  background-color: #ffffff;
}
header .imgLogo {
  width: 6em;
}

.phone {
  color: #232938 !important;
  font-size: 2em;
  display: inline-block;
}
.phone:hover {
  color: #F6B305 !important;
}

.ico {
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
  top: 75%;
  transform: translateY(0%);
  filter: url("#goo");
}
.ico .circle {
  background: #F6B305;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}
.ico .circle.circle-top {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}
.ico .circle.circle-bottom {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}
.ico .st-arrow {
  fill: white;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}

@keyframes blob-1-anim {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  14% {
    transform: translateX(-50%) translateY(-8px);
  }
  24% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, -60px);
  }
  95% {
    transform: scale(1) translate(-50%, 30px);
  }
  100% {
    transform: scaleX(1) translate(-50%, -60px);
  }
}
@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
main {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

#centerImg {
  background-size: 80%;
  height: 75vh;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius: 10px 10px 10px 10px;
}
#centerImg .fadeOut {
  opacity: 0;
}
#centerImg .fadeIn {
  opacity: 1;
}
#centerImg .toggle {
  position: relative;
  height: 70%;
  padding: 0;
  background: none;
  border: none;
}
#centerImg .toggle .toggleChevron {
  width: 2.5em;
  height: 70vh;
  transition: all 0.5s ease;
}
#centerImg .toggle .toggleChevron:hover {
  width: 3em;
}
#centerImg .toggle .toggleChevron .cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
#centerImg .toggle svg {
  position: relative;
  margin: 0 25px;
  right: 0;
  bottom: 0;
}

footer#thankyou {
  position: fixed;
  bottom: 0;
}

.float-end a .bi-arrow-bar-up {
  position: relative;
  bottom: 10px;
  margin-right: 0;
  padding-right: 0;
}
.float-end a #top {
  position: relative;
  top: 10px;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 320px) and (min-width: 0px) {
  .imgLogo {
    width: 45px;
  }
  .nav {
    font-size: 0.8em;
  }
  .phone {
    font-size: 15px;
  }
  .topBgImg {
    position: relative;
    height: 100vh;
    background: url(/assets/handyman-1.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 15%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1em;
    color: #ffffff;
  }
  .featurette-img {
    display: block;
    width: 70%;
    height: 120%;
    margin: auto;
    box-shadow: #777 7px 9px 20px -5px;
  }
  #img-1 {
    background-image: url(/assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #centerImg {
    background-size: 85%;
    height: 22vh;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 75px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: -35px;
  }
  #centerImg #leftChevron,
  #centerImg #rightChevron {
    width: 1em;
    height: 23vh;
    transition: all 0.5s ease;
  }
  #centerImg #leftChevron:hover, #centerImg #leftChevron:active,
  #centerImg #rightChevron:hover,
  #centerImg #rightChevron:active {
    width: 1.5em;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
  .topBgImg {
    position: relative;
    height: 100%;
    background: url(/assets/handyman-1.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0, 2, 95), rgb(150, 0, 0));
    opacity: 0.3;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 35%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1.5em;
    color: #ffffff;
  }
  ------ #img-1 {
    background-image: url(/assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  ------ .featurette-divider-2 {
    margin: 5em 0;
  }
  #centerImg {
    background-size: 100%;
    height: 22vh;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 10px;
  }
  #centerImg #leftChevron,
  #centerImg #rightChevron {
    width: 1em;
    height: 23vh;
    transition: all 0.5s ease;
  }
  #centerImg #leftChevron:hover, #centerImg #leftChevron:active,
  #centerImg #rightChevron:hover,
  #centerImg #rightChevron:active {
    width: 1.5em;
  }
}
@media screen and (max-width: 425px) and (min-width: 376px) {
  .topBgImg {
    position: relative;
    background: url(/assets/handyman-1.jpeg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0, 2, 95), rgb(150, 0, 0));
    opacity: 0.3;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 35%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1.5em;
    color: #ffffff;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 30%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .text-center .display-1 {
    font-size: calc(1.7rem + 3.8vw);
    font-weight: 300;
    line-height: 1.2;
  }
  .topBgImg .text-center p {
    font-size: 1.3em;
  }
  .featurette-img {
    display: block;
    width: 70%;
    height: 100%;
    margin: auto;
    box-shadow: #777 7px 9px 20px -5px;
  }
  #img-1 {
    background-image: url(../assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .featurette-divider-2 {
    margin: 6em 0;
  }
  #centerImg {
    background-size: 100%;
    height: 34vh;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 15px;
  }
  #centerImg #leftChevron,
  #centerImg #rightChevron {
    width: 1em;
    height: 34vh;
    transition: all 0.5s ease;
  }
  #centerImg #leftChevron:hover, #centerImg #leftChevron:active,
  #centerImg #rightChevron:hover,
  #centerImg #rightChevron:active {
    width: 1.5em;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .topBgImg {
    position: relative;
    background: url(../assets/BackYard4PalmsAndGazibbo.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0, 2, 95), rgb(150, 0, 0));
    opacity: 0.3;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 35%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1.5em;
    color: #ffffff;
  }
  .featurette-img {
    display: block;
    width: 70%;
    height: 120%;
    margin: auto;
    box-shadow: #777 7px 9px 20px -5px;
  }
  #img-1 {
    background-image: url(../assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .featurette-divider-2 {
    margin: 5em 0 6em 0;
  }
  #centerImg {
    background-size: 100%;
    height: 63vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
  }
  #centerImg .fadeOut {
    opacity: 0;
  }
  #centerImg .fadeIn {
    opacity: 1;
  }
  #centerImg .toggle {
    position: relative;
    height: 70%;
    padding: 0;
    background: none;
    border: none;
  }
  #centerImg .toggle .toggleChevron {
    width: 2.5em;
    height: 70vh;
    transition: all 0.5s ease;
  }
  #centerImg .toggle .toggleChevron:hover {
    width: 3em;
  }
  #centerImg .toggle .toggleChevron .cls-1 {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: 5px;
  }
  #centerImg .toggle svg {
    position: relative;
    margin: 0 25px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .topBgImg {
    position: relative;
    background: url(../assets/BackYard4PalmsAndGazibbo.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0, 2, 95), rgb(150, 0, 0));
    opacity: 0.3;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 35%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1.5em;
    color: #ffffff;
  }
  .featurette-img {
    display: block;
    width: 70%;
    height: 120%;
    margin: auto;
    box-shadow: #777 7px 9px 20px -5px;
  }
  #img-1 {
    background-image: url(../assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
  }
  #centerImg {
    background-size: 75%;
    height: 90vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
  }
  #centerImg .fadeOut {
    opacity: 0;
  }
  #centerImg .fadeIn {
    opacity: 1;
  }
  #centerImg .toggle {
    position: relative;
    height: 70%;
    padding: 0;
    background: none;
    border: none;
  }
  #centerImg .toggle .toggleChevron {
    width: 2.5em;
    height: 100vh;
    transition: all 0.5s ease;
  }
  #centerImg .toggle .toggleChevron:hover {
    width: 3em;
  }
  #centerImg .toggle .toggleChevron .cls-1 {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: 5px;
  }
  #centerImg .toggle svg {
    position: relative;
    margin: 0 25px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topBgImg {
    position: relative;
    background: url(../assets/handyman-1.jpeg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
    text-shadow: black 4px 4px 4px;
    z-index: -1;
  }
  .topBgImg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0, 2, 95), rgb(181, 201, 3));
    opacity: 0.1;
  }
  .topBgImg .text-center {
    position: fixed;
    width: 100%;
    top: 35%;
    padding: 0 15%;
    z-index: 0;
  }
  .topBgImg .display-1 {
    color: #ffffff;
  }
  .topBgImg p {
    font-size: 1.5em;
    color: #ffffff;
  }
  .featurette-img {
    display: block;
    width: 70%;
    height: 120%;
    margin: auto;
    box-shadow: #777 7px 9px 20px -5px;
  }
  #img-1 {
    background-image: url(/assets/handyman-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .fadeOut {
    opacity: 0;
  }
  .fadeIn {
    opacity: 1;
  }
  #centerImg {
    background-size: 75%;
    height: 80vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px 10px 10px 10px;
  }
  #centerImg .toggle {
    position: relative;
    height: 70%;
    padding: 0;
    background: none;
    border: none;
  }
  #centerImg .toggle .toggleChevron {
    width: 2.5em;
    height: 85vh;
    transition: all 0.5s ease;
  }
  #centerImg .toggle .toggleChevron:hover {
    width: 3em;
  }
  #centerImg .toggle .toggleChevron .cls-1 {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
    stroke-width: 5px;
  }
  #centerImg .toggle svg {
    position: relative;
    margin: 0 25px;
    right: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */