/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Raleway:300,400,800&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
.btn {
  border-radius: 25px;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: rgb(64.6107784431, 2.3353293413, 0.3892215569);
  color: white;
}

.btn-primary {
  background-color: #A60601;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(64.6107784431, 2.3353293413, 0.3892215569);
  color: white;
}

input, textarea {
  width: 100%;
  max-width: 100%;
}

label {
  width: 100%;
}

.overlay {
  height: 100%;
  width: 100%;
  background-image: url("../images/dark-overlay.png");
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.number {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  border-bottom: solid thin #efefef;
}

.navbar-brand img {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 250px;
  }
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #A60601 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: rgb(64.6107784431, 2.3353293413, 0.3892215569) !important;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
}

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #A60601;
  margin-bottom: 60px;
}
.section-headline:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/carpetsource/img/csf-hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding-top: 100px;
}
section.hero-section p {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: center center !important;
  }
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: center center !important;
    height: auto;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section img {
  max-width: 260px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  section.hero-section img {
    max-width: 200px;
  }
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.4rem;
  }
}
section.hero-section h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
section.hero-section h3 a {
  color: white;
}
section.hero-section h3 a:hover {
  color: white;
}
section.hero-section .btn-lg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

section.about-section {
  margin: 20px 0;
}
section.about-section h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #A60601;
  margin-bottom: 60px;
}
section.about-section h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
section.about-section p {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  section.about-section p {
    margin-top: 20px;
    padding: 0;
  }
}
section.about-section .btn {
  margin-left: 30px;
}

section.offer-section {
  background-image: url("https://cdn.greenphoenixny.com/carpetsource/img/csf-services.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
section.offer-section .offer-slider {
  background-color: white;
}
section.offer-section .offer-slider .special-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.offer-section .offer-slider .slick-next {
  position: absolute;
  right: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
  line-height: 60px;
}
section.offer-section .offer-slider .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  section.offer-section .offer-slider .offer-text {
    padding: 0 20px 20px;
  }
}

section.featured-menu-section {
  background-image: url("../images/menu-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
section.featured-menu-section .ft-menu-item {
  height: 100px;
}
@media screen and (max-width: 992px) {
  section.featured-menu-section .ft-menu-item {
    height: auto;
  }
}
section.featured-menu-section .ft-menu-item h3 {
  font-size: 1.4rem;
  color: #A60601;
  font-weight: bold;
  margin-left: 0;
}
section.featured-menu-section .ft-menu-item h4 {
  font-size: 1rem;
  color: #E64B38;
  font-weight: bold;
}

section.testimonials-section {
  background-image: url("../images/testimonials-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  section.testimonials-section {
    background-size: cover;
    background-position: center center !important;
  }
}
section.testimonials-section .testimonial-slider {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider {
    padding: 40px 0;
  }
}
section.testimonials-section .testimonial-slider h3 {
  color: white;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider h3 {
    font-size: 1.4rem;
  }
}

section.instagram-section {
  padding-bottom: 0;
}

footer {
  background-color: #939292;
  padding: 60px;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer h2 {
  color: white;
  font-weight: bold;
}
footer p {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #A60601;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}/*# sourceMappingURL=custom-styles.css.map */