* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Rubik', sans-serif;
}

input[type=checkbox]{
  display: none;
  appearance: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

a{
  transition: .2s;
  text-decoration: none;
}

/* Flex */
.flex {
  display: flex;
}

.flex-align-items-center {
  align-items: center;
}

.flex-column {
  flex-flow: column;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-justify-center {
  justify-content: center;
}

.flex-row-reverse {
  flex-flow: row-reverse;
}

.flex-align-items-baseline {
  align-items: baseline;
}
/* End Flex */

/* ----------------------------------- */

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(196, 196, 196, .9);
    padding-top: 25px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.nav-menu-links {
  width: 450px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu-links a {
  color: #261f25;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-menu-links a:hover {
  color: #d1302d;
  border-bottom: 2px solid #d1302d;
}

/* mobile menu */
#mobile-menu-hamburger {
  display: none;
  background-color: #261f25;
  padding: 10px;
  color: white;
  width: 15px;
}

#mobile-menu-hamburger:active {
  background-color: #d1302d;
}

.mobile-menu {
  overflow: hidden;
  background-color: #261f25;
  position: fixed;
  margin-top: 86px;
  width: 100%;
  z-index: 11;
}

.mobile-menu #mobile-links {
  display: none;
}

.mobile-menu a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.mobile-menu a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-menu a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}
/* end mobile menu */

.button-red-menu {
    background-color: #d1302d;
    border:2px solid #d1302d;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px;
    font-size: 14px;
    width: 125px;
    text-align: center;
}

.button-red-menu i {
  margin-left: 4px;
}

.button-red-menu:hover{
  background: #fff;
  color: #d1302d;
}

#homepage-hero {
  background: url('./images/homepage-hero.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  border-bottom-right-radius: 8%;
  position: relative;
  color: white;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 400px;
    margin-top:93px;
    z-index: 1;
    border-bottom-right-radius: 8%;
  }

  #homepage-hero:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:1;
    background:linear-gradient(to right,rgba(30, 30, 30, 0.4),rgba(30, 30, 30, 0.6));
  }

  #homepage-hero-content{
    z-index: 2;
    position: relative;
  }

  #homepage-hero-content h1{
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  }

.inside-hero {
  background: url('./images/homepage-hero.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  padding-top:60px;
}

#homepage-hero-bg-wrapper {
  background-color: #261F25;
}

.button {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px;
  font-size: 14px;
  width: 135px;
  display: inline-block;
  text-align: center;
}

.button i {
  margin-left: 4px;
}

.button-red {
  background-color: #d1302d;
  border:2px solid #d1302d;
}

.button-red:hover{
  background: white;
  color: #d1302d;
}

.button-purple {
  background-color: #261f25;
  border:2px solid #261f25;
}

.button-purple:hover{
  background: white;
  color: #261f25;
}

#homepage-hero-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 1100px;
  height: 680px;
  margin: 0px auto;
  padding-top:20px;
}

.inside-hero-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 1100px;
  height: 450px;
  margin: 0px auto;
}

#homepage-hero-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.05em;
}

.inside-hero-title {
  font-size: 70px;
  font-weight: 900;
}

#homepage-hero-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 38px;
}

.inside-hero-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 38px;
}

#homepage-hero-buttons a:first-child {
  margin-right: 20px;
}

#homepage-about-us {
  background: url('./images/fuel-about-us-crop.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding:40px 0 20px;
}

#homepage-about-us-content {
  width: 1100px;
  margin: 0px auto;
}

.section-title-stacked {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title-stacked h5 {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title-stacked h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 49px;
}

.homepage-about-us-process {
  width: 230px;
}

.homepage-about-us-process h3 {
  margin-top: 20px;
  text-transform: uppercase;
}

#homepage-about-us-process-section {
  margin-bottom: 50px;
  align-items: baseline;
}

#homepage-recent-projects {
  background: url('./images/recent-projects-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

#homepage-recent-projects-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding:40px 0 50px;
}

.recent-project-gallery {
  display: grid;
  grid-template-columns: 275px 275px 275px 275px;
  grid-gap: 30px;
}

/* .recent-project-gallery img {
  width: 275px;
} */

#recent-project-gallery-menu {
  width: 450px;
  margin: 0px auto;
}

#recent-project-gallery-menu a {
  cursor: pointer;
}

#recent-project-gallery-menu a:hover {
  color: #d1302d;
}

#recent-project-gallery-menu a:active {
  color: #d1302d;
  font-weight: bold;
}

.current-gallery-link {
  color: #d1302d;
  font-weight: bold;
}

.current-gallery {
  display: grid !important;
  opacity: 1;
  height: auto;
  width: auto;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.current-gallery img {
  width: 275px;
}

.hidden-gallery {
  opacity: 0;
  height: 0;
  width: 0;
}

.hidden-gallery img {
  width: 0px;
}

#testimonial-columns {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1000px;
  margin: 0px auto;
  justify-content: space-between;
}

#testimonial-columns div {
  width: 300px;
  text-align: center;
}

.testimonial-text {
  margin-top: 20px;
}

#testimonial-columns h3 {
  margin-bottom: 10px;
}

#testimonials-sidebar-container {
  width: 100px;
  background: linear-gradient(180deg, #d1302d 19%, black 19%);
}

#testimonials-sidebar {
  width: 10px;
  word-break: break-word;
  text-transform: uppercase;
  margin: 0px auto;
  text-align: center;
  padding-top: 29px;
  color: white;
}

.footer-cta {
  background: url('./images/contact-bg-complete.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#homepage-testimonials {
  background: url('./images/testimonials-bg-resized.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

.footer-cta-content {
  width: 900px;
  margin: 0px auto;
  align-items: center;
  padding: 50px;
}

.footer-cta-content h3 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  margin-right: 60px;
  margin-bottom: 0px;
}

a.start-printing{
  border:none;
}

.contact-footer {
  width: 1100px;
  margin: 0px auto;
  padding: 40px 0 20px;
}

.contact-footer-info {
  text-transform: uppercase;
}

.contact-footer-info p {
  margin-bottom: 10px;
}

.contact-footer-info h3 {
  font-weight: 500;
}

.contact-footer-info a {
  color: black;
  border-bottom: 2px solid transparent;
}

.contact-footer-info a:hover{
  color: #d1302d;
  border-bottom: 2px solid #d1302d;
}

.inside-page-section {
  padding: 50px 0px;
  width: 1100px;
  margin: 0px auto;
}

.copyright-bar {
  background-color: #261f25;
  color: #999999;
  text-align: center;
  padding: 20px 20px;
  font-size: .9em;
}

.copyright-bar p {
  margin-bottom: 0px;
  font-weight: 400;
}

.copyright-bar a {
  color: #fff;
  border-bottom: 1px solid #d1302d;
}

.copyright-bar a:hover {
  color: #d1302d;
}

.copyright-bar a:active {
  color: #ffffff3d;
}

#about-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
    url(images/about-hero.webp);
    background-size: cover;
    background-position: 50% 50%;
    color: white;
}
#services-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
    url(images/services-hero.webp);
    background-size: cover;
    background-position: 50% 50%;
    color: white;
}
#contact-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
    url(images/contact-hero.webp);
    background-size: cover;
    background-position: 50% 20%;
    color: white;
}
#faq-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
    url(images/faq-hero.webp);
    background-size: cover;
    background-position: 50% 50%;
    color: white;
}




/* MOBILE MEDIA QUERY */
@media screen and (max-width : 1099px){

  .container {
    width:100%;
  }

  .width-auto-mobile {
    width: auto !important;
  }

   .height-auto-mobile {
    height: auto !important;
  }

  /* Flex Mobile */
  .flex-column-mobile {
    flex-flow: column;
  }

.flex-column-reverse-mobile {
  flex-flow: column-reverse;
}

.flex-align-items-center-mobile {
  align-items: center !important;
}
  /* End Flex Mobile */

  /* ----------------------------------- */

.nav-menu-links {
  display: none;
}

#mobile-menu-hamburger {
  display: block;
}

.button-red-menu {
  display: none;
}

.nav {
  /* display: block; */
  padding-top: 25px;
  z-index: 10;
}

  #nav-logo {
    width: 150px;
  }

   #myVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    height: 510px;
    /* margin-top: 122px; */
  }

  #homepage-hero:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:2;
    background:linear-gradient(to right,rgba(30, 30, 30, 0.4),rgba(30, 30, 30, 0.6));
  }

  #homepage-hero {
    height: 600px;
    border-bottom-right-radius: 14%;
    position: relative;
  }

  .inside-hero {
    height: 360px;
}

  #homepage-hero-content {
    width: auto;
    height: 420px;
    padding: 116px 25px 25px 25px;
    z-index: 3;
  }

.inside-hero-content {
  width: auto;
  height: 200px;
  padding: 116px 25px 25px 25px;
}

.inside-page-section{
  padding:50px 20px;
}

  #homepage-hero-title {
  font-size: 40px;
  font-weight: 900;
}

.inside-hero-title {
  font-size: 40px;
  font-weight: 900;
}

#homepage-hero-subtitle {
  font-size: 16px;
}

.inside-hero-subtitle {
  font-size: 16px;
}

#homepage-about-us {
  padding: 28px;
  background-size: auto;
  background-repeat: repeat;
}

.homepage-about-us-process {
  margin: 30px 0px;
}

.section-title-stacked h3 {
  font-size: 29px;
}

.current-gallery {
  grid-template-columns: auto;
  justify-content: center;
}

#homepage-recent-projects {
  padding: 20px;
}

#recent-project-gallery-menu {
  text-align: center;
  width: 100px;
}

#homepage-testimonials-content {
  padding: 20px;
}

#testimonial-columns div {
  margin: 15px 0px;
}

#testimonials-sidebar {
    width: auto;
    padding-bottom: 17px;

}

.footer-cta-content {
  padding: 30px 20px 50px 20px;
  text-align: center;
}

.footer-cta-content h3 {
  font-size: 28px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.contact-footer {
  text-align: center;
}

.contact-footer-info {
  margin: 10px 0px;
}

}