
.mainContent {
  margin: 20px auto;
  }

.current {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px; 
  }
  
.currentSub {
  display: inline-block;
  vertical-align: text-top;
  padding: 10px;
  }
  
.sale {
  margin: 10px;
  }
  
.checkmark {
  list-style-type:none;
  text-align:left;
  font-weight:bold;
  }
 
.checkmark li:before {
   content: "\2713";
   color:blue;
   }

/*  
.videoContainer {
  display: inline-block;
  text-align: center;
  margin: 10px;
  padding: 20px 20px 5px 20px;
  background-color: #f5deb3;
  border-radius: 4px;
  box-shadow: 2px 2px 8px grey; 
  }
  
.saleVideo {
  width: 100%;
  height: auto;
  }
*/  
.saleContainer {
  display: inline-block; 
  }
  
.saleItem {
  display: inline-block;
  margin: 10px; 
  }

  
.saleItem img:hover, .adImage img:hover {
  opacity: .6;
   } 
  
  
/** Add Flexboxl **/


.current, .current2, .currentSub, .videoContainer, .saleContainer, .saleItem, .sale {
  display: flex;  
}

.mainContent, .mainContent1 {
  display: flex;
  flex-direction: column;
  }
.current, .current2, .currentSub, .videoContainer, .sale {
  flex-direction: column;
  }
  
.saleItem {
 flex: 1 1 150px;
 }
.saleSlideshow, .adImage {
  margin: 0 auto;
  }
.currentSub2 {
  text-align:center;
  }
.adParagraph {
  font-weight: regular;
  }
.adQuote {
  margin: 0rem 4rem;
  text-align:center;
  font-style:italic;
  font-weight:bold;
  font-size: 150%;
  }
.saleSlideImage {
  box-shadow: 2px 2px 20px black;
  }
.adImagePic {
  box-shadow: 2px 2px 20px black;
  }

 
 

@media (min-width: 36rem) {
  .current {
    flex-direction: column;
    }

  .currentSub {
    margin: 0px;
    }
  .sale {
    display: flex;
    flex-direction: row;
     }
   .currentSub2 {
     font-size: 140%;
     }
/* Not Using Now
   .videoContainer {
     flex: 1 1 250px;
     } */
  }


@media (min-width: 44rem) {
  .current2 {
    flex-direction: column;
    }
   .currentSub3 {
     flex: 0 1 22rem;
     margin-top: 1rem;
     }
   .currentSub4 {
     flex: 1 1 24rem;
     }
   .adParagraph {
     font-size: 1.1em;
     }
}

  
@media (min-width: 60rem) {
  .current, .current2 {
    flex-direction: row;
    }
  .currentSub1  {
    order: 2;
    flex: 1 1 400px;
    }
  .currentSub2  {
    flex: 1 0 28rem;
    }
  .adImage  {
    min-width: 380px;
    }
  .current2 {
    justify-content: center;
    margin: 2rem;
    }
/* Not Using Now    
  .videoStack {
    flex-direction: column;
    }
 .videoContainer {
    flex: 1 1 290px;
    }
 */
  .saleItem {
    flex: 1 1 250px;
    margin: 30px;
    } 
   }
@media (min-width: 81rem) {
  .currentSub2 {
    font-size: 100%;
    }
/* Not Using Now
  .videoStack {
    flex-direction: row;
    margin-left: 0px;
    }
  .videoContainer {
    margin: 5px;
    padding: 8px;
    }

  .saleInformation {
    margin-right: -40px;
    padding-right: 0px;
    width: 250px;
    }
  .saleInfo {
    margin: 6px 0px;
    }
 */
  }
  
/*Sale Button CSS */
  
  .saleInfo {
  margin: 8px 5px;
   }  
.saleButton {
  background-color: #000000;
  border: 2px solid #000000;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  }
.saleButton:hover, .saleButton:active {
  background-color: white;
  border: 2px solid #000000;
  color: blue;
  }
  
@media (min-width: 40rem) {
  .saleButton {
    padding: 8px 20px;
    font-size: 108%;
    margin: 0px 5px;
    }
  .saleInfo {
    margin-top: 30px;
    }

}

/* Extra Boxes for Bottom of Ad */

.adSub {
  display:flex;
  flex-direction: column;
  justify-content:space-evenly;
  align-items:center;
  }
.adSub1, .adSub2 {
  text-align:center;
  margin: 1rem 1rem; 
  }
  
.programButton {
  background-color: #183676;
  border: 2px solid #183676;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 4px;
  }
  
.programButton:hover, .programButton:active {
  background-color: white;
  border: 2px solid #000000;
  color: blue;
  }

@media (min-width: 44rem) {
  .programButton {
    font-size: 2rem;
    }

}

@media (min-width: 65rem) {
  .adSub {
    flex-direction: row;
  .programButton {
   font-size:1.5rem;
   }
	}

 }
 
@media (min-width: 70rem) {
  .programButton {
    font-size:1.5rem;
	}

 }