#quick {
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #B0074A;
}
#quick input:not(#quick_submit), #quick textarea {
  margin: 1rem 0;
  padding: 0.5rem;
  width: 100%;
  border: 2px solid #FFCB49;
  background: transparent;
  color: #FFCB49;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  transition: all 0.3s ease;
}
#quick input:not(#quick_submit)::placeholder, #quick textarea::placeholder {
  color: #FFCB49;
  font-weight: 500;
  transition: all 0.3s ease;
}
#quick input:not(#quick_submit):focus, #quick textarea:focus {
  border-color: #FFFFFF;
  color: #FFFFFF;
  outline: none;
}
#quick input:not(#quick_submit):focus::placeholder, #quick textarea:focus::placeholder {
  color: #FFFFFF;
}
#quick #quick_submit {
  margin: 1rem 0;
  padding: 0.5rem;
  width: 100%;
  border: 2px solid #FFCB49;
  background: #FFCB49;
  color: #B0074A;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
#quick #quick_submit:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}
#quick #quick_submit:focus {
  border-color: #FF5B26;
  color: #B0074A;
  outline: none;
  background: #FF5B26;
}

#contact {
  padding: 2rem;
}
#contact input:not(#submit), #contact textarea {
  margin: 1rem 0;
  padding: 0.5rem;
  width: 100%;
  border: 2px solid #007851;
  background: transparent;
  color: #007851;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  transition: all 0.3s ease;
}
#contact input:not(#submit)::placeholder, #contact textarea::placeholder {
  color: #007851;
  font-weight: 500;
  transition: all 0.3s ease;
}
#contact input:not(#submit):focus, #contact textarea:focus {
  border-color: #fc6719;
  color: #fc6719;
  outline: none;
}
#contact input:not(#submit):focus::placeholder, #contact textarea:focus::placeholder {
  color: #fc6719;
}
#contact #submit {
  margin: 1rem 0;
  padding: 0.5rem;
  width: 100%;
  border: 2px solid #fc6719;
  background: #fc6719;
  color: #FFFFFF;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
#contact #submit:hover {
  border-color: #fc6719;
  color: #fc6719;
  background: transparent;
}
#contact #submit:focus {
  border-color: #fc6719;
  color: #FFFFFF;
  outline: none;
  background: #fc6719;
}

h1.shadow-light, h2.shadow-light {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
  box-shadow: none !important;
  border: 2px solid white;
}


@media only screen and (max-width: 767px) {
  #quick {
    display: none;
  }

  #contact {
    padding: 0;
  }
}
::selection {
  background: #E12526;
  color: #FFFFFF;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

h1.shadow, h2.shadow, h3.shadow, h4.shadow, h5.shadow, h6.shadow, p.shadow, a.shadow {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.95);
  box-shadow: none !important;
}

h1 {
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
h1.hero {
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}

h2 {
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
h2.hero {
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
}

h3.hero{
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

h4 {
  font-family: "Lora", "Times New Roman", "Verdana", "Georgia", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fc6719;
}

p {
  font-family: "Lora", "Times New Roman", "Verdana", "Georgia", serif;
  font-weight: 400;
  font-size: 1rem;
}

a:not(.nav-link):not(.btn-solid) {
  color: #007851;
  transition: all 0.3s ease;
  font-weight: bold;
}
a:not(.nav-link):not(.btn-solid):hover {
  color: #FF5B26;
  text-decoration: none;
  font-weight: bold;
}

.primary {
  color: #fc6719 !important;
}

.secondary {
  color: #007851 !important;
}

.tertiary {
  color: #FFCB49 !important;
}

.warning {
  color: #B0074A !important;
}

.alert {
  color: #1EDAD9 !important;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.navbar {
  position: fixed;
  top: 0;
  left: -5px;
  margin-top: -2px;
  width: calc(100% + 10px);
  background-color: #ffffff;
  z-index: 9000;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler {
  padding-top: 1rem;
  margin: auto 0;
  height: 100%;
  border: 0 !important;
}
.navbar .navbar-toggler:focus {
  outline: none;
  border: none;
}
.navbar .nav-toggle {
  display: block;
  height: 3px;
  width: 25px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.navbar .nav-toggle:nth-of-type(1) {
  margin-bottom: 0.3rem;
}
.navbar .nav-toggle:nth-of-type(1).menu-open {
  background: #FFFFFF;
  transform: rotate(45deg) translate(8px, 8px);
}
.navbar .nav-toggle:nth-of-type(2) {
  margin-bottom: 0.3rem;
}
.navbar .nav-toggle:nth-of-type(2).menu-open {
  opacity: 0;
}
.navbar .nav-toggle:nth-of-type(3) {
  margin-bottom: 0;
}
.navbar .nav-toggle:nth-of-type(3).menu-open {
  background: #FFFFFF;
  transform: rotate(-45deg) translate(4px, -3px);
}
.navbar.sticky {
  width: calc(100% + 10px);
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transition: all 0.3s ease;
}
.navbar.sticky .nav-toggle {
  background: #fc6719;
}
.navbar.sticky .nav-toggle.menu-open {
  background: #fc6719;
}
.navbar.sticky .nav-toggle:nth-of-type(3).menu-open {
  transform: rotate(-45deg) translate(3px, -3px);
}

.navbar .navbar-brand img {
  height: 85px;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.navbar-brand {
  margin-left: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0 2rem;
  color: #fc6719;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fc6719 !important;
}
.navbar-dark .navbar-nav .nav-link:active {
  color: #FFFFFF !important;
}
.navbar-dark .navbar-nav .nav-link.primary {
  text-shadow: none;
}

.container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.screen-33 {
  min-height: 33vh;
}

.screen-50 {
  min-height: 50vh;
}

.screen-75 {
  min-height: 90vh;
}

.screen-100 {
  min-height: 100vh;
}

div.hero {
  padding-top: 3rem;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
div.hero a.secondary:hover {
  color: #FFCB49 !important;
}

.separator {
  display: block;
  height: 2px;
  width: 50%;
}
.separator.primary {
  background: #007851;
}
.separator.secondary {
  background: #FF5B26;
}
.separator.tertiary {
  background: #FFCB49;
}
.separator.warning {
  background: #B0074A;
}
.separator.alert {
  background: #1EDAD9;
}
.separator.white {
  background: #FFFFFF;
}
.separator.black {
  background: #000000;
}

div.v-align-middle {
  height: 100%;
  margin: auto;
}

.btn-wrapper {
  margin-top: 3rem;
}
.btn-wrapper .btn-solid {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  width: 50%;
  border: 2px solid #fc6719;
  border-radius: 10px;
  color: #FFFFFF;
  background: #fc6719;
  text-align: center;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-wrapper .btn-solid:hover {
  border: 2px solid #FF5B26;
  background: transparent;
  color: #FF5B26;
  text-decoration: none;
}
.btn-wrapper .btn-solid:active {
  border: 2px solid #FF5B26;
  color: #FFFFFF;
  background: #FF5B26;
}

footer .container-fluid {
  padding: 3rem;
  background: #007851;
}
footer .container-fluid a.phone-no {
  color: #FFFFFF;
}
footer .container-fluid a.phone-no:hover {
  color: #fc6719;
}
footer .container-fluid .sm-icon {
  color: #ffffff;
  transition: all 0.3s ease;
}
footer .container-fluid .sm-icon:hover {
  color: #fc6719;
}
footer .container-fluid a.tertiary:hover {
  color: #fc6719 !important;
}

span.sm-icon {
  font-size: 36px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  h1.hero {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .navbar .navbar-brand {
    margin-left: 0;
  }
  .navbar .navbar-brand img {
    padding: 0;
    width: 75px;
    height: auto;
  }
  .navbar .navbar-toggler {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
      #IndexHero {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/hero-index.jpg") !important;
    }
    #AboutHero {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/hero-about.jpg") !important;
    }
     #ServicesHero {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/hero-services.jpg") !important;
    }
    #ContactHero {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/hero-contact.jpg") !important;
    }
  
  #navbar {
    background: #FFFFFF;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin: 1rem 0;
    padding-right: 1rem;
    text-align: right;
    color: #fc6719;
    text-shadow: none;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}


.catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}