/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .age-verification-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}
.age-verification-popup {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-top: -125px;
    margin-left: -150px;
    width: 650px;
    min-height: 450px;
    text-align: center;
    padding: 30px;
    background: red;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.age-verification-popup p {
    color: #fff;
}
.age-verification-popup a {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    transition: all .2s;
}
.age-verification-popup a:hover {
    background: #fff;
    color: #000;
}

.age-verification-popup #close {
    top: 0px;
    position: absolute;
    right: 0px;
    margin-right: 10px;
}

.age-verification-popup #autoClose {
    font-size: 12px;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.advt-modal {
  /*display: none;*/
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  /*padding-top: 10%;  */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  background-color: #fff;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
a#advClick img {
    /* margin-top: 10%; */
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.advt-close {
  position: absolute;
  top: 16vh;
  right: 25vw;
  /*color: #f1f1f1;*/
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen 
   and (min-width : 1600px) {
    .advt-close {
      top: 16vh;
      right: 34vw;
    }
}
@media only screen 
   and (min-width : 1024px) {
    .advt-close {
      /* top: 12vh; */
      /* right: 12vw; */
    }
}

.advt-close:hover,
.advt-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.advHeader{

}
.advHeader {
  display: flex;
}

.advHeader .column {
  /* flex: 33.33%; */
  padding: 5px;
}
#advImg1{
  /* width: 31.5%; */
  width: 64.3%;
}

#advImg2{
  width: 31.5%;
  /* width: 64.3%; */
}
.modal-content {
  margin-top: 10%;
}


