body, html {
  height: 100%;
  margin: 0;
  /*font: 400 15px/1.8, sans-serif;*/
  color: #000;
}


.flex-container1 {
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  color: #777;
  /*background-color: white;*/
  /*text-align: justify;*/
  /*text-align: center;*/
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.flex-item-top{
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #111;
  padding-left: 15px;
  padding-right: 15px;
 
}

.flex-item-bottom {
  align-items: center;
  text-align: center;
  background-color: #111;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

h2 {
  font-size: 25px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: verdana;
  color: white;
  font-weight: 1.8;
}

.flex-container2 {
  display: flex;
  /*flex-direction: row;*/
  flex-wrap: wrap;
  color: #777;
  background-color: white;
  padding: 20px 80px;
  text-align: justify;
  text-align: center;
}

.flex-item-left2 {
  /*background-color: orange;*/
  padding: 30px 10px 10px 10px;
  flex: 25%;
  flex-basis: 25%;
}

.flex-item-center2 {
  /*background-color: dodgerblue;*/
  padding: 30px 10px 10px 10px;
  flex: 25%;
	justify-content: center;
  align-items: center;
}

.flex-item-right2 {
  /*background-color: red;*/
  
  padding: 30px 10px 10px 10px;
  flex: 25%;
}

#bgimg-1, #bgimg-2, #bgimg-2A, #bgimg-3, #bgimg-4 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

#bgimg-1 {
  background-image: url("https://www.decalmods.com/akX8JA-4.jpg");
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bgimg-2 {
  background-image: url("https://www.decalmods.com/915345-3.jpg");
  min-height: 350px;
}

#bgimg-2A {
  background-image: url("https://www.decalmods.com/gmc_sierra_action_pic1.jpg");
  min-height: 350px;
}


#bgimg-3 {
  background-image: url("https://decalmods.com/raptor_action-2.jpg");
  min-height: 400px;
}

#bgimg-4 {
  background-image: url("https://www.decalmods.com/plrs-rzr-action-2.jpg");
  min-height: 600px;
}

.caption {
  display: flex;
  width: 100%;
  /*font-color: black;*/
  background-color: black;
  color: white;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;

  /*padding: 40px;
  /*margin: 0 auto;
  left: 30%;
  top: 50%;*/
  /*font-family: times;
  text-align: center;
  color: #000;
  background-color: white;*/
}



#caption2 {
  font-family: verdana;
  font-size: 15px;
  text-align: center;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: verdana;
  font: 20px, sans-serif;
  color: #111;
}

h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: verdana;
  font: 15px, sans-serif;
  color: #111;
}

p {
font-family: verdana;
text-align: left;
font-size: 14px;
color: #777777;

}

#whatwedo {
font-family: verdana;
text-align: left;
font-size: 14px;
color: #777777;
}

#partnerwithus {
font-family: verdana;
text-align: left;
font-size: 14px;
color: #777777;
}

#partnerwithus2 {
font-family: verdana;
font-style: italic;
text-align: left;
font-size: 14px;
color: #777777;
}


.contact {
  font-family: verdana;
  text-align: left;
  font-size: 14px;
  color: #777777;
}

#footer2 {
padding: 25px;
text-align: center;
background-color: #282E34;
color: #ddd;
}


.flex-container4 {
  background-color: white;
  padding: 20px 80px;
  text-align: justify;
  text-align: center;
  justify-content:center;
  align-items: center;
  
}

.row4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: justify;
  text-align: center;
}

.column4 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  text-align: justify;
  text-align: center;
  background-color: white;
}

.orange-column {
  background-color: orange;
  height: 100px;
  justify-content: center;
  align-items: center;
  
}

.canbefound-column4 {
  background-color: white;
  height: auto;
  padding: 10px 10px 10px 10px;
  align-items: center;
  justify-content: center;
  text-align: justify;
  text-align: center;
}

.retailer-column4 {
  background-color: white;
  height: 100px;
}

.double-column4 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;

  text-align: justify;
  text-align: center;
}

.responsive-image {
  width: auto;
  height: 100%;
}

.responsive-image1 {
  width: auto;
  height: 75%;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  #bgimg-1, #bgimg-2, #bgimg-2A, #bgimg-3, #bgimg-4  {
    background-attachment: scroll;
  }
}

@media (max-width: 1000px) {
  .flex-container, .flex-container2, .flex-container3 {
    flex-direction: column;	  
  }
	
	.responsive-image {
    max-width: auto;
    height: 75%;
  }
}

@media screen and (min-width: 800px) {
  .column4 {
    flex: 1
  }
	.column2 {
    flex: 1
  }

  .double-column4 {
    flex: 2
  }

  .responsive-image {
    width: 50%;
    height: auto;
  }

}

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}*/

