/* FRONT PAGE STUFF */

body {margin: 0;}

.containerDiv {
    width: 100%;
    background-color: black;
}
.openingDiv {
    background-image: url("../images/added/CurvedSky.jpeg");
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.monthTable {
    margin: auto;
    width: 75%;
    background-color: #eaeef0;
    padding: 30px;
    text-align: center;
}
.monthTableSub {
    /*border-collapse: collapse;*/
    margin: auto;
    width: 100%;
    padding-left: 15%;
    text-align: center;
}
.bookMonthImg {
    width: 400px;
}
.subMonthImg {
    width: 100px;
    border-radius: 75%;
}
.midDiv {
    background-image: url("../images/added/Moons.jpeg");
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.astrologyDiv {
    width: 100%;
    color:#ffffff;
    background-color: #4e2074;
    overflow: hidden;
}
.astrologyTable {
    margin: auto;
    width: 75%;
    text-align: center;
    padding: 20px;
}
.astrologyTable td {
    padding: 20px;
}
.astrologyImg {
    height: 300px;
}
.astroFootnotes {
    font-size: 75%;
    font-style: italic;
}
.serviceContainerDiv {
    max-width: 100%;
    background-image: url("../images/added/Godrays.jpeg");
    background-position: center;
    background-size: cover;
    padding: 15px;
    overflow: hidden;
    font-weight: 900;
}
.serviceDiv {
    margin: auto;
    text-align: center;
    padding: 10px;
    width: 75%;
    background: rgba(189, 200, 204, .7);

    overflow: hidden;
}
.serviceInfoDiv {
    margin: auto;
    text-align: center;
    width: 100%;
}
.serviceTable {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}
.serviceTableSub {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.serviceTableImg {
    width: 300px;
}
.wholesaleDiv {
    text-align: center;
    padding: 10px;
}
.blogDiv {
    text-align: center;
    width: 100%;
}
.blogTable {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}
.blogTableImgLeft {
    height: 300px;
    background-image: url("../images/added/Awalk.jpeg");
    background-position: center;
    background-size: cover;
}
.blogTableImgRight {
    height: 300px;
    background-image: url("../images/added/Flowermagic.jpeg");
    background-position: center;
    background-size: cover;
}

/* CYBER MONDAY SALE */
.cyberDiv {
    text-align: center;
    background-color: white;
    padding: 40px 0;
}

/* PROMOTIONS */
.promoDiv {
    width: 100%;
    margin: auto;
    /* background-color: #a3ccda */
    background-image: url("../images/added/MarchMHCBackground.png");
    background-size: cover;
    background-position: center;
}
.promoImg {
    width: 75%;
    max-width: 75%;
    height: auto;
    display: block;
    margin: auto;
    overflow: hidden;
}
/* Game of Saturn Promotion */
.saturnTable {
    width: 80%;
    margin: auto;
    text-align: center;
    color: white;
}
.gameSaturn {
    max-width: 100%;
}

/* Buttons */
.button {
    background-color: #4e2074;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: "Forum", sans-serif;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button:hover {
    color: #f6c83a;
    background-color: black;
}

/* SLIDER */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: auto;
  position: relative;
  margin: auto;
  min-height: 200px;
  max-height: 400px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotPosition {
    text-align:center;
    width: 100%;
    bottom: 7px;
    position: absolute;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Text for Scrolling Banner */
.incenseAdText {
    width: 60%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0 30px;
    height: 100%;
    overflow: hidden;
    
}
.incenseAdText p {
    font-size: 120%;
}
.TStarAdText {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%);
    padding: 0 30px;
    height: 100%;
    overflow: hidden;
    color: white;
}
.fundText {
    width: 30%;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 20%;
    transform: translate(50%, -50%);
    padding: 0 30px;
    height: 100%;
    overflow: hidden;
    
}

/* FUNDRAISER PROMO */
/* .container {
    position: relative;
    width: 100%;
}
.fPromoImg {
    width: 100%;
    height: auto;
    display: block;
}
.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
.fPromoImg:hover .overlay {
    bottom: 0;
    height: 100%;
}*/
.fPromoText {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
} 
.container {
    position: relative;
    width: 100%;
}
  
.image {
    display: block;
    width: 100%;
    height: auto;
}
  
.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(70, 13, 70, 0.8);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
  
.container:hover .overlay {
    bottom: 0;
    height: 100%;
}
  
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .buttonBottom {
        bottom: 10%;
  }