/*Any styles you write here will be over written, instead use the custom style sheet in your child theme */
/*control your varialbes via the _variables.scss file in utilities folder these files you may alter*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap");
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  position: relative;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro", sans-serif;
}

a {
  color: #DF2622;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: rgb(14.8320610687, 14.6106870229, 14.1679389313);
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

strong {
  font-weight: bold;
}

.white-text {
  color: #efefef;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#000' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  border-radius: 5px;
}

.bg-light {
  background-color: #fff !important;
}

.navbar-toggler {
  padding: 5px;
  background-color: #ccc;
}

.btn-primary {
  background-color: #434240;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s;
}
.btn-primary:hover {
  background-color: rgb(14.8320610687, 14.6106870229, 14.1679389313);
}

input {
  width: 100%;
  max-width: 100% !important;
  border: solid thin #eee;
  padding: 5px 10px;
}

textarea {
  width: 100%;
  max-width: 100%;
  border: solid thin #eee;
}

section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 40px 0;
}

section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/firelake/uploads/2024/09/bg-black.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}
section.hero-section p {
  color: white;
  max-width: 600px;
}
section.hero-section a.down-button {
  color: white;
  position: absolute;
  bottom: 100px;
  width: 44px;
  height: 50px;
  font-size: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.about-section {
  margin: 0;
}

section.testimonials-section .slick-slide {
  display: flex;
  align-items: center;
}
section.testimonials-section .slick-slide p:before {
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f10d";
  font-size: 1.9em;
  margin-right: 5px;
  color: #ccc;
}
section.testimonials-section .slick-next {
  position: absolute;
  right: -50px;
  bottom: 50%;
  z-index: 9;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 0;
}
section.testimonials-section .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
}
section.testimonials-section .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 50%;
  z-index: 9;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 0;
}
section.testimonials-section .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
}/*# sourceMappingURL=base-styles.css.map */